Home
last modified time | relevance | path

Searched refs:DT_CHR (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/sys/
H A Ddirent.h72 #define DT_CHR 2 macro
/openbsd/sys/ufs/ufs/
H A Ddir.h92 #define DT_CHR 2 macro
/openbsd/lib/libc/gen/
H A Dttyname.c124 if (dirp->d_type != DT_CHR && dirp->d_type != DT_UNKNOWN) in oldttyname()
/openbsd/sbin/restore/
H A Dinteractive.c621 case DT_CHR: in mkentry()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h542 case DT_CHR:
/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c797 dent.d_type = DT_CHR; in tmpfs_dir_getdents()