HomeSort by: relevance | last modified time | path
    Searched defs:checkfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/gzip/
znew 30 checkfile () { function
70 if ! checkfile "$tmp"; then
  /src/tests/fs/vfs/
t_vnops.c 275 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);
  /src/usr.bin/fstat/
fstat.c 134 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...]

Completed in 12 milliseconds