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

/freebsd-10.2-release/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-10.2-release/lib/libc/gen/
H A Dfts-compat.c650 nostat, doadjust; local
683 /* Be quiet about nostat, GCC. */
684 nostat = 0;
690 nostat = 1;
693 nostat = 0;
821 || (nostat &&
1049 * necessary if the user has set the nostat bit. Allocate the FTSENT
H A Dfts.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;
791 || (nostat &&
1015 * necessary if the user has set the nostat bit. Allocate the FTSENT
/freebsd-10.2-release/contrib/tcsh/
H A Dtw.parse.c110 static int nostat (Char *);
1989 /* nostat():
1996 nostat(Char *dir) function
2010 } /* end nostat */
2025 if (nostat(dir)) return(' ');

Completed in 169 milliseconds