Home
last modified time | relevance | path

Searched refs:next_pat (Results 1 – 2 of 2) 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/libvpx/libvpx/
Dvpxdec.c400 char *next_pat = strchr(p, '%'); in generate_filename() local
402 if (p == next_pat) { in generate_filename()
431 if (!next_pat) in generate_filename()
434 copy_len = next_pat - p; in generate_filename()