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

1 2

  /src/external/mpl/dhcp/bind/dist/lib/isc/
fsaccess.c 73 check_bad_bits(isc_fsaccess_t access, bool is_dir) {
79 if (is_dir) {
97 if (is_dir) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
fsaccess.c 33 bool is_dir = false; local
42 is_dir = true;
47 result = check_bad_bits(access, is_dir);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
chmod.c 72 bool is_dir; local
97 is_dir = stat_buf.st_mode & S_IFDIR;
344 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH))))
449 if (is_dir && rwxXstugo[5])
451 else if (!is_dir)
461 if (rwxXstugo[5] || !is_dir)
469 if (rwxXstugo[5] && is_dir)
471 else if (!is_dir)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
chmod.c 72 bool is_dir; local
97 is_dir = stat_buf.st_mode & S_IFDIR;
344 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH))))
449 if (is_dir && rwxXstugo[5])
451 else if (!is_dir)
461 if (rwxXstugo[5] || !is_dir)
469 if (rwxXstugo[5] && is_dir)
471 else if (!is_dir)
  /src/distrib/utils/more/
os.c 269 static char is_dir[] = " is a directory"; local
271 strtcpy(message, filename, (int)(len-sizeof(is_dir)-1));
272 (void)strlcat(message, is_dir, len);
  /src/external/bsd/zstd/dist/build/meson/
InstallSymlink.py 19 if not install_dir.is_dir():
  /src/external/gpl3/gdb/dist/sim/common/
gennltvals.py 277 if (opts.srcroot / 'newlib').is_dir():
279 if (opts.srcroot / 'libgloss').is_dir():
283 elif (opts.srcroot.parent / 'newlib').is_dir():
286 if opts.newlib is None or not opts.newlib.is_dir():
  /src/external/gpl3/gdb.old/dist/sim/common/
gennltvals.py 277 if (opts.srcroot / 'newlib').is_dir():
279 if (opts.srcroot / 'libgloss').is_dir():
283 elif (opts.srcroot.parent / 'newlib').is_dir():
286 if opts.newlib is None or not opts.newlib.is_dir():
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 72 if not self.directory.is_dir():
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 125 static int is_dir(const char *pathname);
370 if (is_dir(tmppath))
597 if (is_dir(path)) {
621 if (is_dir(path))
626 if (is_dir(path))
631 if (is_dir(path))
1174 is_dir(const char *pathname) function
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 546 is_dir(const char* fname) function
719 !is_dir(cfg->chrootdir)) {
725 if(!is_dir(ad)) fatal_exit("bad chdir directory");
734 if(bd && !is_dir(bd))
741 if(bd && !is_dir(bd))
  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_sunos.c 164 int is_dir, int *trivialp)
295 (!is_dir || (tace[i].a_access_mask & wperm) == 0 ||
305 (void)is_dir; /* UNUSED */
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 1511 # is_dir (<name>)
1518 is_dir() function
1520 func_check is_dir '=' 1 "$@";
1642 if is_dir "$1"
2673 if obj mss_dir is_dir
2728 if obj mss_dir is_dir
2773 if obj mss_dir is_dir
3026 obj _mals_dir is_dir
3094 if obj msfp_manpath path_not_contains "${msfp_d}" && obj mfsp_d is_dir
3279 && obj pc_i is_dir
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 235 bool is_dir) {
239 DWORD flags = is_dir ? SYMBOLIC_LINK_FLAG_DIRECTORY : 0;
  /src/external/bsd/less/dist/
filename.c 987 public int is_dir(char *filename) function
1023 if (!force_open && is_dir(filename))
  /src/external/gpl2/gmake/dist/
function.c 593 int is_dir= !is_basename;
605 if (p >= p2 && (is_dir))
611 else if (p2[0] && p2[1] == ':' && is_dir)
614 else if (is_dir)
586 int is_dir= !is_basename; local
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1923 /* Display a Page Directory or Page Table entry. IS_DIR, if non-zero,
1928 display_ptable_entry (unsigned long entry, int is_dir, int force, unsigned off)
1933 if ((entry & 0x100) && !is_dir)
1935 if ((entry & 0x40) && !is_dir)
1948 is_dir ? " Table" : "", entry >> 1);
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 255 is_dir (char const *filename, int flags, glob_t const *pglob)
934 if (flags & GLOB_MARK && is_dir (dirname, flags, pglob))
1170 if (is_dir (pglob->gl_pathv[i], flags, pglob))
1406 if (! is_dir (s.data, flags, pglob))
254 is_dir (char const *filename, int flags, glob_t const *pglob) function
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1925 /* Display a Page Directory or Page Table entry. IS_DIR, if non-zero,
1930 display_ptable_entry (unsigned long entry, int is_dir, int force, unsigned off)
1935 if ((entry & 0x100) && !is_dir)
1937 if ((entry & 0x40) && !is_dir)
1950 is_dir ? " Table" : "", entry >> 1);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 255 is_dir (char const *filename, int flags, glob_t const *pglob)
934 if (flags & GLOB_MARK && is_dir (dirname, flags, pglob))
1170 if (is_dir (pglob->gl_pathv[i], flags, pglob))
1406 if (! is_dir (s.data, flags, pglob))
254 is_dir (char const *filename, int flags, glob_t const *pglob) function
  /src/games/fortune/fortune/
fortune.c 160 static int is_dir(const char *);
464 if ((isdir = is_dir(path)) && parent != NULL) {
722 * is_dir:
726 is_dir(const char *file) function
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 3328 bool is_dir;
3388 entry->is_dir = true;
3399 entry->is_dir = false;
3572 if (entry->is_dir)
3602 if (entry->is_dir)
3612 if (entry->is_dir)
3886 BFD_ASSERT (! a->is_dir);
3889 BFD_ASSERT (! b->is_dir);
4016 if (entry->is_dir && next->is_dir)
3324 bool is_dir; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 3318 bool is_dir;
3378 entry->is_dir = true;
3389 entry->is_dir = false;
3562 if (entry->is_dir)
3592 if (entry->is_dir)
3602 if (entry->is_dir)
3876 BFD_ASSERT (! a->is_dir);
3879 BFD_ASSERT (! b->is_dir);
4006 if (entry->is_dir && next->is_dir)
3314 bool is_dir; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 3311 bool is_dir;
3371 entry->is_dir = true;
3382 entry->is_dir = false;
3555 if (entry->is_dir)
3585 if (entry->is_dir)
3595 if (entry->is_dir)
3869 BFD_ASSERT (! a->is_dir);
3872 BFD_ASSERT (! b->is_dir);
3999 if (entry->is_dir && next->is_dir)
3307 bool is_dir; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 3310 bool is_dir;
3370 entry->is_dir = true;
3381 entry->is_dir = false;
3554 if (entry->is_dir)
3584 if (entry->is_dir)
3594 if (entry->is_dir)
3868 BFD_ASSERT (! a->is_dir);
3871 BFD_ASSERT (! b->is_dir);
3998 if (entry->is_dir && next->is_dir)
3306 bool is_dir; member in struct:rsrc_entry
    [all...]

Completed in 108 milliseconds

1 2