HomeSort by: relevance | last modified time | path
    Searched refs:isdir (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/grep/dist/lib/
isdir.c 1 /* $NetBSD: isdir.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* isdir.c -- determine whether a directory exists
39 isdir (const char *path) function
savedir.c 94 status = isdir (path);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_libear.py 15 self.assertTrue(os.path.isdir(tmpdir))
24 self.assertTrue(os.path.isdir(tmpdir))
  /src/external/cddl/osnet/dist/common/acl/
acl_common.h 56 extern int acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir,
61 int acl_trivial_create(mode_t mode, boolean_t isdir, ace_t **acl, int *count);
62 void acl_trivial_access_masks(mode_t mode, boolean_t isdir,
acl_common.c 380 mode_to_ace_access(mode_t mode, boolean_t isdir, int isowner, int isallow)
419 if (isdir)
435 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner)
443 if (isdir)
508 ln_aent_to_ace(aclent_t *aclent, int n, ace_t **acepp, int *rescount, int isdir)
580 isdir, 0, 0);
586 isdir, aclent[i].a_type & USER_OBJ, 1);
605 ace_make_deny(acep, acep + 1, isdir, B_TRUE);
609 ace_make_deny(acep, acep + 1, isdir, B_FALSE);
640 ace_make_deny(acep, acep + skip, isdir, B_FALSE)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_from_cmd.py 27 self.assertTrue(os.path.isdir(outdir))
33 self.assertFalse(os.path.isdir(outdir))
39 self.assertTrue(os.path.isdir(outdir))
55 self.assertTrue(os.path.isdir(outdir))
66 self.assertTrue(os.path.isdir(outdir))
76 self.assertTrue(os.path.isdir(outdir))
test_from_cdb.py 41 self.assertTrue(os.path.isdir(reportdir))
47 self.assertFalse(os.path.isdir(reportdir))
53 self.assertTrue(os.path.isdir(reportdir))
170 os.path.isdir(os.path.join(reportdir, 'failures')))
178 os.path.isdir(os.path.join(reportdir, 'failures')))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
check_path.py 20 print(os.path.isdir(dir))
  /src/external/gpl2/grep/lib/
Makefile 12 SRCS= closeout.c error.c exclude.c hard-locale.c isdir.c \
  /src/external/gpl2/grep/dist/src/
system.h 83 int isdir PARAMS ((char const *));
89 || ((e) == EACCES && isdir (f) && ((e) = EISDIR, 1)))
91 # define is_EISDIR(e, f) ((e) == EACCES && isdir (f))
  /src/external/bsd/zstd/dist/build/meson/
InstallSymlink.py 39 parser.add_argument('-d', '--isdir',
51 install_symlink(args.source, args.dest, install_dir, args.isdir, dir_mode)
  /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
bind2nsd 69 if os.path.exists(named_root) and os.path.isdir(named_root):
nsd-sync 86 if not os.path.exists(tmpdir) and not os.path.isdir(tmpdir):
125 if not os.path.exists(tmpdir) and not os.path.isdir(tmpdir):
192 if os.path.exists(named_root) and os.path.isdir(named_root):
s64-sync 86 if not os.path.exists(tmpdir) and not os.path.isdir(tmpdir):
128 if not os.path.exists(tmpdir) and not os.path.isdir(tmpdir):
200 if os.path.exists(named_root) and os.path.isdir(named_root):
  /src/external/gpl2/xcvs/dist/src/
recurse.c 260 int just_subdirs = (which & W_LOCAL) && !isdir (CVSADM);
356 if (!wrap_name_has (argv[i], WRAP_TOCVS) && isdir (argv[i]))
401 else if (isdir (dir))
403 if ((which & W_LOCAL) && isdir (CVSADM) &&
426 if (!wrap_name_has (comp, WRAP_TOCVS) && isdir (reposfile))
723 if (isdir (CVSADM))
1097 if (isdir (cvsadmdir))
1192 if ((frame->which & W_LOCAL) && !isdir (dir))
release.c 211 if (isdir (thisarg))
219 if (!isdir (CVSADM))
repos.c 66 if (!isdir (cvsadm))
add.c 196 if (isdir (argv[j]))
364 else if (!isdir (finfo.file)
372 if (isdir (dname))
457 if (isdir (finfo.file)
696 && isdir (finfo.file)
819 if (isfile (rcsdir) && !isdir (rcsdir))
834 if (!isdir (rcsdir))
  /src/external/gpl2/grep/bin/
Makefile 18 SRCS+= closeout.c error.c exclude.c hard-locale.c isdir.c \
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
discovery.py 84 while not os.path.isdir(item):
152 if not os.path.isdir(source_path):
212 if not os.path.isdir(file_sourcepath):
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
collect_data_flow.py 53 if os.path.isdir(inp):
  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
write_vcsrevision.py 48 if not os.path.isdir(git_dir):
  /src/external/gpl3/gdb/dist/gdb/
copyright.py 176 os.path.isdir("gdb") and os.path.isfile("gnulib/import/extra/update-copyright")
  /src/external/gpl3/gdb.old/dist/gdb/
copyright.py 176 os.path.isdir("gdb") and os.path.isfile("gnulib/import/extra/update-copyright")
  /src/bin/ln/
ln.c 230 linkit(const char *source, const char *target, int isdir)
257 if (isdir ||

Completed in 56 milliseconds

1 2 3 4 5 6