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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin90 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
H A Dglob.c52 * GLOB_TILDE:
354 if (*pattern != CHAR_TILDE || !(pglob->gl_flags & GLOB_TILDE))
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dglob-libc.h63 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */ macro
65 # define GLOB_TILDE_CHECK (1 << 14)/* Like GLOB_TILDE but return an error
70 GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
H A Dglob.c427 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && pattern[0] == '~')
519 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && dirname[0] == '~')
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dglob.h87 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */ macro
89 # define GLOB_TILDE_CHECK (1 << 14)/* Like GLOB_TILDE but return an error
94 GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
H A Dglob.c523 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && pattern[0] == '~')
614 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && dirname[0] == '~')
/netbsd-6-1-5-RELEASE/include/
H A Dglob.h92 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dpopen.c139 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
H A Dftpd.c3411 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c58 * GLOB_TILDE:
401 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dutil.c635 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
H A Dcmds.c524 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcomplete.c215 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;

Completed in 203 milliseconds