HomeSort by: relevance | last modified time | path
    Searched refs:GLOB_NOCHECK (Results 1 - 10 of 10) sorted by relevancy

  /src/include/
glob.h 77 #define GLOB_NOCHECK 0x00010 /* Return pattern itself if nothing matches. */
83 #define GLOB_NOMATCH (-3) /* No match, and GLOB_NOCHECK was not set. */
90 #define GLOB_NOMAGIC 0x00200 /* GLOB_NOCHECK without magic chars (csh). */
  /src/libexec/ftpd/
popen.c 139 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
ftpd.c 3439 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
  /src/tests/lib/libc/gen/
t_glob.c 228 fprintf(stderr, "No match, and GLOB_NOCHECK was not set.\n");
345 ATF_TC(glob_nocheck);
346 ATF_TC_HEAD(glob_nocheck, tc)
349 "Test glob(3) pattern with backslash and GLOB_NOCHECK");
353 ATF_TC_BODY(glob_nocheck, tc)
357 static const char *glob_nocheck[] = {
360 run(pattern, GLOB_NOCHECK, glob_nocheck, __arraycount(glob_nocheck));
373 * Remove this test for now - the GLOB_NOCHECK return value has bee
    [all...]
  /src/bin/csh/
glob.c 389 gflgs |= GLOB_NOCHECK;
  /src/lib/libc/gen/
glob.c 54 * Same as GLOB_NOCHECK, but it will only append pattern if it did
555 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was
560 if ((pglob->gl_flags & GLOB_NOCHECK) ||
  /src/libexec/makewhatis/
makewhatis.c 186 GLOB_BRACE | GLOB_NOSORT | GLOB_ERR | GLOB_NOCHECK,
  /src/usr.bin/mail/
complete.c 215 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
  /src/usr.bin/ftp/
util.c 635 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
cmds.c 524 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;

Completed in 20 milliseconds