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

/macosx-10.9.5/sudo-72/src/emul/
H A Dglob.h56 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/macosx-10.9.5/OpenSSH-186/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.9.5/lukemftp-13.92.1/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.9.5/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.9.5/Heimdal-323.92.1/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.9.5/Libc-997.90.3/include/
H A Dglob.h90 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dglob.h98 #define GLOB_APPEND 0x0001 /* append to previous */ macro
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Daaplbfct.cpp225 globFlags |= GLOB_APPEND;
249 globFlags &= ~GLOB_APPEND;
258 globFlags |= GLOB_APPEND;
/macosx-10.9.5/ksh-20/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.9.5/tcl-102/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.9.5/sudo-72/src/
H A Dglob.c191 if (!(flags & GLOB_APPEND)) {
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dat.c572 glob(jobglob, GLOB_DOOFFS | GLOB_APPEND, NULL, &g);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dat.c572 glob(jobglob, GLOB_DOOFFS | GLOB_APPEND, NULL, &g);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c201 if (!(pglob->gl_flags & GLOB_APPEND)) {
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c4589 gflags |= GLOB_APPEND;

Completed in 313 milliseconds