HomeSort by relevance Sort by last modified time
    Searched defs:isdir (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
pass1.c 130 int isdir; local
158 isdir = ((dp->di_mode & IFMT) == IFDIR) ||
395 if (isdir && (idesc->id_firsthole >= 0))
417 if (isdir && (dp->di_blocks == 0)) {
475 if (isdir) {
inode.c 1263 int isdir; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/
db_appinit.c 650 int mode, isdir, ret; local
658 if ((ret = __os_exists(path, &isdir)) != 0) {
662 if (!isdir) {
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
isdir.c 77 int isdir(char *path);
82 * Name: isdir
91 isdir(char *path) function
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_bmap.c 199 int32_t error = 0, i, isdir, issync; local
227 isdir = (ip->i_type == VDIR);
228 if (isdir || issync) {
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
ext2_inode_relocator.c 44 unsigned isdir:1; member in struct:ext2_inode_entry
343 entry->isdir = S_ISDIR(EXT2_INODE_MODE(buf))?1:0;
422 if (entry->isdir)
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
main.c 311 int isdir = 0; local
315 isdir = 1;
337 if(isdir)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 60 #define isdir(d) ((d.st_mode & S_IFMT) == S_IFDIR) macro
285 if (!isdir(stb)) {
490 if (stat(gpath, &stb) == 0 && isdir(stb))
  /onnv/onnv-gate/usr/src/cmd/mailx/
aux.c 113 isdir(char name[]) function
  /onnv/onnv-gate/usr/src/lib/libsec/common/
aclutils.c 253 int isdir; local
279 isdir = S_ISDIR(statbuf.st_mode);
281 if ((error = acl_translate(aclp, acl_flavor_target, isdir,
acltext.c 461 uint32_t iflags, int isdir, int flags)
533 if (isdir) {
894 int isdir = (aceaclp->acl_flags & ACL_IS_DIR); local
916 aclp->a_flags, isdir, flags))
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_fsops.c 1045 boolean_t isdir; local
1093 isdir = from_vp->v_type == VDIR;
1095 if ((isdir && SMB_TREE_HAS_ACCESS(sr,
1098 (!isdir && SMB_TREE_HAS_ACCESS(sr, ACE_DELETE | ACE_ADD_FILE) !=
    [all...]
  /onnv/onnv-gate/usr/src/cmd/chmod/
chmod.c 733 int isdir; local
734 isdir = S_ISDIR(st->st_mode);
834 error = acl_check(set_aclp, isdir);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.h 76 #define isdir(d) ((d.st_mode & S_IFMT) == S_IFDIR) macro
  /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
openssl_spi.c 405 isdir(char *path) function
1076 if (isdir(fullpath)) {
1293 if (isdir(fullpath)) {
    [all...]

Completed in 1259 milliseconds