Searched refs:GLOB_DOOFFS (Results 1 – 10 of 10) sorted by relevance
42 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */ macro57 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \62 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \
59 glob_flags |= GLOB_DOOFFS; in main()106 if ((glob_flags & GLOB_DOOFFS) && g.gl_pathv[0] == NULL) in main()
292 if (glob ("dir2/*", GLOB_DOOFFS, NULL, &gl) != GLOB_NOMATCH) in do_test()
328 if (!(flags & GLOB_DOOFFS)) in __glob()336 if (!(flags & GLOB_DOOFFS)) in __glob()
804 * sysdeps/generic/glob.c: Fix two problems with GLOB_DOOFFS.
12 constant GLOB_DOOFFS
198 if the GLOB_DOOFFS flag is used (see gl_offs below).213 @code{GLOB_DOOFFS} flag. Otherwise, the offset is always zero318 if the GLOB_DOOFFS flag is used (see gl_offs below).333 @code{GLOB_DOOFFS} flag. Otherwise, the offset is always zero548 @code{GLOB_DOOFFS} in the first call to @code{glob}, you must also557 @item GLOB_DOOFFS
3836 [20707] glob: gl_pathv entries not set to NULL with GLOB_DOOFFS
12937 when GLOB_DOOFFS is set; correct handling of patterns