Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcsh/
HDglob.h61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
HDglob.c305 if (!(flags & GLOB_APPEND)) { in glob()
HDsh.glob.c470 gflgs |= GLOB_APPEND; in libglob()
/freebsd-14-stable/include/
HDglob.h72 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDglob.h78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
HDglob.c191 if (!(flags & GLOB_APPEND)) { in glob()
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDglob.hin78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */
HDglob.c178 if (!(flags & GLOB_APPEND)) { in glob()
/freebsd-14-stable/lib/libc/gen/
HDglob.c197 if (!(flags & GLOB_APPEND)) { in glob()
HDglob-compat11.c165 if (!(flags & GLOB_APPEND)) { in freebsd11_glob()