Searched refs:gl (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/re/
H A Dtestglob.c527 glob_t gl; local
953 globfree(&gl);
955 memset(&gl, 0, sizeof(gl));
959 gl.gl_fignore = (const char*)fignore;
963 gl.gl_fignore = 0;
965 if (gl.gl_extra = extra)
976 ret = glob(pat, flags, 0, &gl);
981 ret = glob(pat, flags, 0, &gl);
984 if (!gl
[all...]
/ast/src/cmd/html/
H A Dhtmlrefs.c253 glob_t gl; local
255 memset(&gl, 0, sizeof(gl));
257 if (!glob(state->dir, GLOB_AUGMENTED|GLOB_DISC|GLOB_STACK, 0, &gl))
258 for (p = gl.gl_pathv; s = *p++;)
/ast/src/cmd/nmake/
H A Dexpand.c1216 glob_t gl; local
1221 v = globv(&gl, sfstruse(internal.tmp));
1228 globfree(&gl);
H A Dbind.c606 glob_t gl; local
614 gp = ≷
617 memset(gp, 0, sizeof(gl));

Completed in 22 milliseconds