Searched refs:nostat (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/ngctl/ |
H A D | status.c | 64 int nostat = 0; in StatusCmd() local 80 nostat = 1; in StatusCmd() 89 nostat = 1; in StatusCmd() 93 if (nostat) in StatusCmd()
|
H A D | config.c | 66 int nostat = 0, i; in ConfigCmd() local 90 nostat = 1; in ConfigCmd() 99 nostat = 1; in ConfigCmd() 103 if (nostat) in ConfigCmd()
|
/freebsd/lib/libc/gen/ |
H A D | fts-compat11.c | 641 int cderrno, descend, oflag, saved_errno, nostat, doadjust, in fts_build() local 678 nostat = 0; in fts_build() 684 nostat = 1; in fts_build() 687 nostat = 0; in fts_build() 802 || (nostat && in fts_build()
|
H A D | fts.c | 640 int cderrno, descend, oflag, saved_errno, nostat, doadjust, in fts_build() local 677 nostat = 0; in fts_build() 683 nostat = 1; in fts_build() 686 nostat = 0; in fts_build() 801 || (nostat && in fts_build()
|
H A D | fts-compat.c | 645 nostat, doadjust, dnamlen, readdir_errno; in fts_build() local 679 nostat = 0; in fts_build() 685 nostat = 1; in fts_build() 688 nostat = 0; in fts_build() 818 || (nostat && in fts_build()
|
/freebsd/contrib/tcsh/ |
H A D | tw.parse.c | 106 static int nostat (Char *); 1996 nostat(Char *dir) in nostat() function 2025 if (nostat(dir)) return(' '); in filetype()
|
H A D | NewThings | 53 * nostat takes a list of shell patterns.
|
H A D | Fixes | 1571 25. nostat accepts now a list shell patterns.
|