Home
last modified time | relevance | path

Searched refs:GLOB_APPEND (Results 1 – 10 of 10) sorted by relevance

/src/contrib/tcsh/
H A Dglob.h61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
H A Dglob.c305 if (!(flags & GLOB_APPEND)) { in glob()
H A Dsh.glob.c470 gflgs |= GLOB_APPEND; in libglob()
/src/include/
H A Dglob.h77 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/src/crypto/openssh/openbsd-compat/
H A Dglob.h78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
H A Dglob.c191 if (!(flags & GLOB_APPEND)) { in glob()
/src/crypto/heimdal/lib/roken/
H A Dglob.hin78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */
H A Dglob.c178 if (!(flags & GLOB_APPEND)) { in glob()
/src/lib/libc/gen/
H A Dglob.c197 if (!(pglob->gl_flags & GLOB_APPEND)) { in __glob()
H A Dglob-compat11.c163 if (!(flags & GLOB_APPEND)) { in freebsd11_glob()