Searched refs:gl_pathc (Results 1 – 10 of 10) sorted by relevance
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()
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()
334 pglob->gl_pathc = 0; in __glob()436 firstc = pglob->gl_pathc; in __glob()904 pglob->gl_pathc = 0; in __glob()939 ++pglob->gl_pathc; in __glob()1001 old_pathc = pglob->gl_pathc; in __glob()1014 pglob->gl_pathc = 0; in __glob()1026 pglob->gl_pathc = 0; in __glob()1065 pglob->gl_pathc = 0; in __glob()1070 ++pglob->gl_pathc; in __glob()1138 pglob->gl_pathc = 0; in __glob()[all …]
33 for (i = 0; i < pglob->gl_pathc; ++i) in globfree()
84 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member113 __size_t gl_pathc; member
112 for (i = 0; i < g.gl_offs + g.gl_pathc; ++i) in main()
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()
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
Completed in 30 milliseconds