Home
last modified time | relevance | path

Searched refs:next_pat (Results 1 – 3 of 3) sorted by relevance

/external/iw/
Dcoalesce.c95 char *next_pat = strchr(buf + 9, ','); in handle_coalesce_enable() local
97 if (next_pat) { in handle_coalesce_enable()
98 *next_pat = 0; in handle_coalesce_enable()
99 next_pat++; in handle_coalesce_enable()
131 if (!next_pat) in handle_coalesce_enable()
133 cur_pat = next_pat; in handle_coalesce_enable()
134 next_pat = strchr(cur_pat, ','); in handle_coalesce_enable()
135 if (next_pat) { in handle_coalesce_enable()
136 *next_pat = 0; in handle_coalesce_enable()
137 next_pat++; in handle_coalesce_enable()
/external/libaom/libaom/apps/
Daomdec.c352 char *next_pat = strchr(p, '%'); in generate_filename() local
354 if (p == next_pat) { in generate_filename()
383 if (!next_pat) in generate_filename()
386 copy_len = next_pat - p; in generate_filename()
/external/libvpx/libvpx/
Dvpxdec.c430 char *next_pat = strchr(p, '%'); in generate_filename() local
432 if (p == next_pat) { in generate_filename()
461 if (!next_pat) in generate_filename()
464 copy_len = next_pat - p; in generate_filename()