HomeSort by: relevance | last modified time | path
    Searched defs:nostat (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
dir-index-bozo.c 146 int nostat = 0; local in function:bozo_dir_index
160 nostat = 1;
170 } else if (!nostat && S_ISDIR(sb.st_mode)) {
185 if (nostat)
  /src/lib/libc/gen/
fts.c 649 int cderrno, descend, level, nlinks, saved_errno, nostat, doadjust; local in function:fts_build
688 nostat = 1;
691 nostat = 1;
694 nostat = 0;
699 (void)printf("NOSTAT %d PHYSICAL %d SEEDOT %d\n",
837 || (nostat &&
1048 * necessary if the user has set the nostat bit. Allocate the FTSENT

Completed in 13 milliseconds