Searched refs:GLOB_APPEND (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h56 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h73 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
H A Dglob.c189 if (!(flags & GLOB_APPEND)) {
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h69 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
H A Dglob.c141 if (!(flags & GLOB_APPEND)) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
H A Dglob.c297 if (!(flags & GLOB_APPEND)) {
H A Dsh.glob.c463 gflgs |= GLOB_APPEND;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */
H A Dglob.c178 if (!(flags & GLOB_APPEND)) {
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h90 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h98 #define GLOB_APPEND 0x0001 /* append to previous */ macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp225 globFlags |= GLOB_APPEND;
249 globFlags &= ~GLOB_APPEND;
258 globFlags |= GLOB_APPEND;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c596 if (flags & GLOB_APPEND)
598 if ((gp->gl_flags |= GLOB_APPEND) ^ (flags|GLOB_MAGIC))
780 if (gp->gl_flags & GLOB_APPEND)
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A DjkAudIO_oss.c999 glob("/dev/audio*", GLOB_APPEND, NULL, &globt);
1000 glob("/dev/sound/dsp*", GLOB_APPEND, NULL, &globt);
1001 glob("/dev/sound/audio*", GLOB_APPEND, NULL, &globt);
1020 glob("/dev/sound/mixer*", GLOB_APPEND, NULL, &globt);
/macosx-10.10.1/sudo-73/src/
H A Dglob.c191 if (!(flags & GLOB_APPEND)) {
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dat.c572 glob(jobglob, GLOB_DOOFFS | GLOB_APPEND, NULL, &g);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c201 if (!(pglob->gl_flags & GLOB_APPEND)) {

Completed in 145 milliseconds