Searched refs:DT_LNK (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/sys/
H A Ddirent.h76 #define DT_LNK 10 macro
/openbsd-current/sys/ufs/ufs/
H A Ddir.h96 #define DT_LNK 10 macro
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dfind_names.c357 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_LNK)
383 if (dp->d_type == DT_LNK)
H A Dignore.c487 dp->d_type == DT_LNK
H A Dimport.c466 dp->d_type == DT_LNK
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK ||
90 if (E->d_type == DT_REG || E->d_type == DT_LNK ||
/openbsd-current/sbin/iked/
H A Dca.c990 (entry->d_type != DT_LNK))
1016 (entry->d_type != DT_LNK))
1096 (entry->d_type != DT_LNK))
/openbsd-current/usr.bin/mg/
H A Dfileio.c529 } else if (dent->d_type == DT_LNK ||
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h548 case DT_LNK:
/openbsd-current/sys/tmpfs/
H A Dtmpfs_subr.c806 dent.d_type = DT_LNK;

Completed in 281 milliseconds