Searched refs:nostat (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/usr.sbin/ngctl/
H A Dstatus.c66 int nostat = 0; local
82 nostat = 1;
91 nostat = 1;
95 if (nostat)
H A Dconfig.c68 int nostat = 0, i; local
92 nostat = 1;
101 nostat = 1;
105 if (nostat)
/freebsd-13-stable/lib/libc/gen/
H A Dfts-compat.c637 nostat, doadjust, dnamlen; local
670 /* Be quiet about nostat, GCC. */
671 nostat = 0;
677 nostat = 1;
680 nostat = 0;
809 || (nostat &&
1028 * necessary if the user has set the nostat bit. Allocate the FTSENT
H A Dfts-compat11.c633 int cderrno, descend, oflag, saved_errno, nostat, doadjust; local
668 /* Be quiet about nostat, GCC. */
669 nostat = 0;
675 nostat = 1;
678 nostat = 0;
792 || (nostat &&
1018 * necessary if the user has set the nostat bit. Allocate the FTSENT
H A Dfts.c630 int cderrno, descend, oflag, saved_errno, nostat, doadjust; local
665 /* Be quiet about nostat, GCC. */
666 nostat = 0;
672 nostat = 1;
675 nostat = 0;
788 || (nostat &&
1013 * necessary if the user has set the nostat bit. Allocate the FTSENT
/freebsd-13-stable/contrib/tcsh/
H A Dtw.parse.c106 static int nostat (Char *);
1989 /* nostat():
1996 nostat(Char *dir) function
2010 } /* end nostat */
2025 if (nostat(dir)) return(' ');

Completed in 126 milliseconds