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

/src/usr.bin/gzip/
H A Dznew30 checkfile () { function
70 if ! checkfile "$tmp"; then
/src/usr.bin/fstat/
H A Dfstat.c134 static int checkfile; /* true if restricting to particular files or filesystems */ variable in typeref:typename:int
255 checkfile = 1;
257 if (!checkfile) /* file(s) specified, but none accessible */
263 if (fsflg && !checkfile) {
267 checkfile = 1;
302 if (checkfile && fsflg == 0)
532 if (Aflg && file.f_type != DTYPE_VNODE && checkfile == 0)
543 if (checkfile == 0)
552 if (checkfile == 0)
648 if (checkfile) {
[all...]
/src/tests/fs/vfs/
H A Dt_vnops.c275 checkfile(const char *path, struct stat *refp) function in typeref:typename:void
325 checkfile(pb3, &ref);
334 checkfile(pb3, &ref);
347 checkfile(pb3, &ref);
358 checkfile(pb2, &ref);
365 checkfile(pb1, &ref);
371 checkfile(pb3, &ref);

Completed in 6 milliseconds