Home
last modified time | relevance | path

Searched refs:ptail (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/regex/
Dfnmatch.c165 const char *p, *ptail, *endpat; in fnmatch_internal() local
207 for (p=ptail=pat; p<endpat; p+=pinc) { in fnmatch_internal()
213 ptail = p+1; in fnmatch_internal()
240 p = ptail; in fnmatch_internal()
260 endpat = ptail; in fnmatch_internal()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h457 void coalesce(Range **ptail) in coalesce() argument
469 *ptail = this; in coalesce()