Searched refs:gl_pathc (Results 1 – 19 of 19) sorted by relevance
30 int gl_pathc; /* Count of paths matched by the pattern. */ member55 correct.gl_pathc = pglob->gl_pathc; in __old_glob()70 pglob->gl_pathc = correct.gl_pathc; in __old_glob()93 correct.gl_pathc = pglob->gl_pathc; in __old_globfree()
335 pglob->gl_pathc = 0; in __glob()437 firstc = pglob->gl_pathc; in __glob()460 pglob->gl_pathc = 0; in __glob()477 if (pglob->gl_pathc != firstc) in __glob()486 oldcount = pglob->gl_pathc + pglob->gl_offs; in __glob()608 oldcount = pglob->gl_pathc + pglob->gl_offs; in __glob()914 size_t newcount = pglob->gl_pathc + pglob->gl_offs; in __glob()922 pglob->gl_pathc = 0; in __glob()957 ++pglob->gl_pathc; in __glob()1015 for (i = 0; i < dirs.gl_pathc; ++i) in __glob()[all …]
104 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()109 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()114 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()121 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()133 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()
10 g.gl_pathc = 0; in do_test()18 else if (g.gl_pathc != 0) in do_test()30 else if (g.gl_pathc != 1) in do_test()
84 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member113 __size_t gl_pathc; member
33 for (i = 0; i < pglob->gl_pathc; ++i) in globfree()
353 for (cnt = 0; cnt < gl->gl_pathc && str[cnt] != NULL; ++cnt) in test_result()378 if (str[cnt] != NULL || cnt < gl->gl_pathc) in test_result()
112 for (i = 0; i < g.gl_offs + g.gl_pathc; ++i) in main()
248 TEST_VERIFY_EXIT (gl.gl_pathc == 1); in do_test()
391 for (match = 1; match < globbuf.gl_pathc && *word != NULL; ++match) in do_parse_glob()410 for (match = 0; match < globbuf.gl_pathc; ++match) in do_parse_glob()
4041 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
19 size_t gl_pathc;
7 element glob_t size_t gl_pathc
1323 for (size_t i = 0; i < gl.gl_pathc; ++i) in parse_conf_include()
196 @item gl_pathc316 @item gl_pathc
12936 * sysdeps/generic/glob.c: Correct gl_pathc value returned12944 * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
9881 * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
500 * posix/glob.c (glob): Clean up gl_pathc and gl_pathv earlier.