Searched refs:gl_offs (Results 1 – 12 of 12) sorted by relevance
32 int gl_offs; /* Slots to reserve in `gl_pathv'. */ member57 correct.gl_offs = pglob->gl_offs; in __old_glob()72 pglob->gl_offs = correct.gl_offs; in __old_glob()95 correct.gl_offs = pglob->gl_offs; in __old_globfree()
331 pglob->gl_offs = 0; in __glob()342 if (pglob->gl_offs >= ~((size_t) 0) / sizeof (char *)) in __glob()345 pglob->gl_pathv = (char **) malloc ((pglob->gl_offs + 1) in __glob()350 for (i = 0; i <= pglob->gl_offs; ++i) 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()1039 &pglob->gl_pathv[old_pathc + pglob->gl_offs], in __glob()1055 if (pglob->gl_pathc + pglob->gl_offs == oldcount) in __glob()1061 size_t newcount = pglob->gl_pathc + pglob->gl_offs; in __glob()[all …]
32 g.gl_offs = 0; in main()60 g.gl_offs = 1; in main()112 for (i = 0; i < g.gl_offs + g.gl_pathc; ++i) in main()
86 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ member115 __size_t gl_offs; member
34 free (pglob->gl_pathv[pglob->gl_offs + i]); in globfree()
291 gl.gl_offs = 3; in do_test()
4041 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
21 size_t gl_offs;
9 element glob_t size_t gl_offs
198 if the GLOB_DOOFFS flag is used (see gl_offs below).203 @item gl_offs212 The @code{gl_offs} field is meaningful only if you use the318 if the GLOB_DOOFFS flag is used (see gl_offs below).323 @item gl_offs332 The @code{gl_offs} field is meaningful only if you use the560 The @code{gl_offs} field says how many slots to leave.
12349 copy gl_offs. Patch by Sergey Tikhonov <tsv@solvo.ru>.