Home
last modified time | relevance | path

Searched refs:checkfile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/fstat/
H A Dfstat.c134 static int checkfile; /* true if restricting to particular files or filesystems */ variable
255 checkfile = 1; in main()
257 if (!checkfile) /* file(s) specified, but none accessible */ in main()
263 if (fsflg && !checkfile) { in main()
267 checkfile = 1; in main()
302 if (checkfile && fsflg == 0) in main()
532 if (Aflg && file.f_type != DTYPE_VNODE && checkfile == 0) in ftrans()
543 if (checkfile == 0) in ftrans()
552 if (checkfile == 0) in ftrans()
648 if (checkfile) { in checkfs()
[all …]
/netbsd-src/usr.bin/gzip/
H A Dznew30 checkfile () { function
70 if ! checkfile "$tmp"; then
/netbsd-src/tests/fs/vfs/
H A Dt_vnops.c275 checkfile(const char *path, struct stat *refp) in checkfile() function
325 checkfile(pb3, &ref); in rename_dir()
334 checkfile(pb3, &ref); in rename_dir()
347 checkfile(pb3, &ref); in rename_dir()
358 checkfile(pb2, &ref); in rename_dir()
365 checkfile(pb1, &ref); in rename_dir()
371 checkfile(pb3, &ref); in rename_dir()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitauth.c687 checkfile(char* f1, char *f2) in checkfile() function
740 checkfile(fname, outf); in check_read_exact()