Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 25 of 25) sorted by relevance

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_subr.c52 return (DT_UNKNOWN); in hammer2_get_dtype()
68 return (DT_UNKNOWN); in hammer2_get_dtype()
70 return (DT_UNKNOWN); in hammer2_get_dtype()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_subr.c58 return (DT_UNKNOWN); in hammer2_get_dtype()
74 return (DT_UNKNOWN); in hammer2_get_dtype()
76 return (DT_UNKNOWN); in hammer2_get_dtype()
/dragonfly/contrib/cvs-1.12/src/
H A Dignore.c433 dp->d_type != DT_UNKNOWN || in ignore_files()
441 || (dp->d_type == DT_UNKNOWN && S_ISDIR (sb.st_mode)) in ignore_files()
462 || (dp->d_type == DT_UNKNOWN && S_ISLNK (sb.st_mode)) in ignore_files()
H A Dfind_names.c464 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_LNK) in find_dirs()
H A Dimport.c488 || (dp->d_type == DT_UNKNOWN && isdir (dp->d_name))) in import_descend()
507 || (dp->d_type == DT_UNKNOWN && islink (dp->d_name)) in import_descend()
/dragonfly/sys/sys/
H A Ddirent.h92 #define DT_UNKNOWN 0 macro
/dragonfly/sys/vfs/ufs/
H A Ddir.h89 #define DT_UNKNOWN 0 macro
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vnops.c453 idp->saveent.de.d_type = DT_UNKNOWN; in cd9660_readdir()
454 idp->assocent.de.d_type = DT_UNKNOWN; in cd9660_readdir()
455 idp->current.de.d_type = DT_UNKNOWN; in cd9660_readdir()
/dragonfly/sbin/restore/
H A Ddirs.c357 dp->d_type = DT_UNKNOWN; in putdir()
436 ndp->d_type = DT_UNKNOWN; in dcvt()
H A Dinteractive.c609 case DT_UNKNOWN: in mkentry()
/dragonfly/contrib/grep/lib/
H A Dfts.c87 # define DT_IS_KNOWN(d) ((d)->d_type != DT_UNKNOWN)
94 # define D_TYPE(d) DT_UNKNOWN
96 # undef DT_UNKNOWN
97 # define DT_UNKNOWN 0 macro
/dragonfly/stand/lib/
H A Dext2fs.c99 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
101 #define EXTFTODT(x) (x) > NELEM(dtmap) ? DT_UNKNOWN : dtmap[(x)]
H A Dhammer2.c794 return(DT_UNKNOWN); in hammer2_get_dtype()
H A Dhammer1.c359 return(DT_UNKNOWN); in hammer_get_dtype()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Ddirent.h45 # define DT_UNKNOWN 0 macro
/dragonfly/sys/vfs/ext2fs/
H A Dext2_lookup.c92 DT_UNKNOWN, /* EXT2_FT_UNKNOWN */
102 ((ft) < nitems(ext2_ft_to_dt) ? ext2_ft_to_dt[(ft)] : DT_UNKNOWN)
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c862 return(DT_UNKNOWN); in hammer_get_dtype()
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob.c89 ((d)->d_type == DT_UNKNOWN || (d)->d_type == DT_LNK)
/dragonfly/lib/libc/gen/
H A Dfts.c774 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/dragonfly/sys/vfs/udf/
H A Dudf_vnops.c730 DT_DIR : DT_UNKNOWN; in udf_readdir()
/dragonfly/bin/sh/
H A Dexpand.c1185 if (dp->d_type != DT_UNKNOWN && in expmeta()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vnops.c2612 dp->nfs_type = DT_UNKNOWN; in nfs_readdirrpc_uio()
2828 dp->nfs_type = DT_UNKNOWN; in nfs_readdirplusrpc_uio()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c1494 if (dp->d_type != DT_UNKNOWN || in validate_old_timelog()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_cli.c4608 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW1445 Ignore sysfs symlinks when DT_UNKNOWN.
1546 Cope with DT_UNKNOWN in sysfs.