HomeSort by: relevance | last modified time | path
    Searched refs:isfile (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/soelim/
soelim.c 175 int isfile; local in function:process
206 isfile = 0;
219 isfile++;
230 if (isfile)
  /src/bin/ksh/
misc.c 25 int isfile));
525 gmatch(s, p, isfile)
527 int isfile;
535 /* isfile is false iff no syntax check has been done on
538 if (!isfile && !has_globbing(p, pe)) {
548 isfile);
623 do_gmatch(s, se, p, pe, isfile)
626 int isfile;
640 if (isfile) {
683 && do_gmatch(s, se, prest, pe, isfile))
    [all...]
  /src/usr.sbin/makefs/
ffs.c 870 int isfile, ffd; local in function:ffs_write_file
884 isfile = S_ISREG(DIP(din, mode));
894 "ffs_write_file: ino %u, din %p, isfile %d, %s, size %lld",
895 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT),
897 if (isfile)
915 if (isfile) {
928 if (!isfile)
959 isfile ? (char *)buf :
966 if (!isfile)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 208 if not os.path.isfile(binary):

Completed in 14 milliseconds