Searched refs:checkfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/gzip/
H A Dznew31 checkfile () {
70 if ! checkfile "$tmp"; then
/freebsd-10.0-release/usr.bin/fstat/
H A Dfstat.c63 static int checkfile; /* restrict to particular files or filesystems */ variable
155 checkfile = 1;
157 if (!checkfile) /* file(s) specified, but none accessible */
161 if (fsflg && !checkfile) {
165 checkfile = 1;
187 if (checkfile && fsflg == 0)
238 if (checkfile != 0) {

Completed in 106 milliseconds