Symbol: DT_DIR
src/libs/bsd/fts.c
677
#ifdef DT_DIR
src/libs/bsd/fts.c
717
#ifdef DT_DIR
src/libs/bsd/fts.c
726
#ifdef DT_DIR
src/libs/bsd/fts.c
731
#ifdef DT_DIR
src/libs/bsd/fts.c
847
#ifdef DT_DIR
src/libs/bsd/fts.c
849
dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
src/system/boot/arch/m68k/mmu_040.cpp
233
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/boot/arch/m68k/mmu_040.cpp
242
pd[aindex + i] = DT_DIR | TA_TO_PDEA(tbl);
src/system/boot/arch/m68k/mmu_040.cpp
277
if (PDE_TYPE(pd[dindex]) != DT_DIR)
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1487
if (pd[index].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
243
if (pd && pd[index].type == DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
369
if (pgdir[j].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
439
table.type = DT_DIR;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
588
if (pd[dindex].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
683
if (pd[index].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
746
if (pd && pd[index].type == DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
811
if (pd[index].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
905
if (pd[index].type != DT_DIR) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
978
if (pd[index].type != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
517
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
614
| DT_DIR; // it's a page directory entry
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
633
| DT_DIR; // it's a page directory entry
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
733
if (pd && PDE_TYPE(pd[index]) == DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
286
if (PDE_TYPE(pd[dindex]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
381
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
446
if (PDE_TYPE(pd[index]) == DT_DIR)
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
551
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
639
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
701
if (PDE_TYPE(pd[index]) != DT_DIR) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
88
if (PDE_TYPE(pgdir[j]) != DT_DIR) {