Home
last modified time | relevance | path

Searched refs:gl (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-gnuglob.c324 if (strcmp (gl->gl_pathv[cnt], str[inner]) == 0) in test_result()
339 if (str[cnt] != NULL || cnt < gl->gl_pathc) in test_result()
352 glob_t gl; in main() local
358 memset (&gl, '\0', sizeof (gl)); in main()
360 gl.gl_closedir = my_closedir; in main()
361 gl.gl_readdir = my_readdir; in main()
362 gl.gl_opendir = my_opendir; in main()
363 gl.gl_lstat = my_stat; in main()
364 gl.gl_stat = my_stat; in main()
369 errval = glob (fmt, flags, NULL, &gl); \ in main()
[all …]
A Dbug-glob1.c55 glob_t gl; in do_test() local
59 e = glob (fname, 0, NULL, &gl); in do_test()
65 globfree (&gl); in do_test()
72 e = glob (buf, 0, NULL, &gl); in do_test()
78 globfree (&gl); in do_test()
83 e = glob (buf, 0, NULL, &gl); in do_test()
89 globfree (&gl); in do_test()
A Dbug-glob2.c269 glob_t gl; in do_test() local
270 memset (&gl, 0, sizeof (gl)); in do_test()
271 init_glob_altdirfuncs (&gl); in do_test()
273 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
280 globfree (&gl); in do_test()
282 memset (&gl, 0, sizeof (gl)); in do_test()
283 init_glob_altdirfuncs (&gl); in do_test()
285 gl.gl_offs = 3; in do_test()
286 if (glob ("dir2/*", GLOB_DOOFFS, NULL, &gl) != GLOB_NOMATCH) in do_test()
292 globfree (&gl); in do_test()
/l4re-core-master/lua/lib/contrib/src/
A Dlparser.c517 Labellist *gl = &ls->dyd->gt; /* list of goto's */ in solvegoto() local
518 Labeldesc *gt = &gl->arr[g]; /* goto to be resolved */ in solvegoto()
523 for (i = g; i < gl->n - 1; i++) /* remove goto from pending list */ in solvegoto()
524 gl->arr[i] = gl->arr[i + 1]; in solvegoto()
525 gl->n--; in solvegoto()
574 Labellist *gl = &ls->dyd->gt; in solvegotos() local
577 while (i < gl->n) { in solvegotos()
578 if (eqstr(gl->arr[i].name, lb->name)) { in solvegotos()
579 needsclose |= gl->arr[i].close; in solvegotos()
618 Labellist *gl = &fs->ls->dyd->gt; in movegotosout() local
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat2156 * po/gl.po: Likewise.

Completed in 27 milliseconds