Searched refs:GLOB_NOCHECK (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand() 116 flags &= ~GLOB_NOCHECK; in path_expand() 130 flags &= ~GLOB_NOCHECK; in path_expand() 194 flags &= ~GLOB_NOCHECK; in path_expand()
|
/titanic_50/usr/src/head/ |
H A D | glob.h | 126 #define GLOB_NOCHECK 0x0008 /* Return unquoted arg if no match */ macro
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | glob.h | 102 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 358 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) in glob_dir() 706 f &= ~GLOB_NOCHECK; in glob() 708 f |= GLOB_NOCHECK; in glob() 750 if (flags & GLOB_NOCHECK) in glob()
|
/titanic_50/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 793 if (remote_glob(conn, path, GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE, in do_globbed_ls() 1089 remote_glob(conn, path1, GLOB_NOCHECK, NULL, &g); in parse_dispatch_command() 1178 remote_glob(conn, path1, GLOB_NOCHECK, NULL, &g); in parse_dispatch_command() 1189 remote_glob(conn, path1, GLOB_NOCHECK, NULL, &g); in parse_dispatch_command()
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 615 !(pglob->gl_flags & GLOB_NOCHECK)) in glob0() 690 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 495 if ((pglob->gl_flags & GLOB_NOCHECK) ||
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 982 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns
|