Searched refs:GLOB_TILDE (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h67 #define GLOB_TILDE 0x0200 /* Expand tilde names from the passwd file. */ macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h91 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
H A Dglob.c53 * GLOB_TILDE:
369 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h87 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
H A Dglob.c50 * GLOB_TILDE:
325 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h80 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin90 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
H A Dglob.c50 * GLOB_TILDE:
352 if (*pattern != CHAR_TILDE || !(pglob->gl_flags & GLOB_TILDE))
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h109 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c139 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE
H A Dftpcmd.y843 GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE;
H A Dftpd.c2222 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE|
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp215 int globFlags = (GLOB_NOESCAPE|GLOB_NOSORT|GLOB_TILDE);
/macosx-10.10.1/sudo-73/src/
H A Dglob.c45 * GLOB_TILDE:
376 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/macosx-10.10.1/system_cmds-643.1.1/arch.tproj/
H A Darch.c358 gret = glob(fpath, GLOB_TILDE, NULL, &pglob);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c538 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE;
1570 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c58 * GLOB_TILDE:
421 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c648 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
H A Dcmds.c536 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l811 if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 ||
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure16872 glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE|

Completed in 244 milliseconds