Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 - 25 of 52) sorted by relevance

123

/third_party/musl/src/regex/
H A Dglob.c42 if (*pat && type!=DT_DIR) type = 0; in do_glob()
104 if (S_ISDIR(st.st_mode)) type = DT_DIR; in do_glob()
112 if (append(tail, buf, pos, (flags & GLOB_MARK) && type==DT_DIR)) in do_glob()
137 if (p2 && de->d_type && de->d_type!=DT_DIR && de->d_type!=DT_LNK) in do_glob()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h48 #define DT_DIR 4 macro
/third_party/node/test/wasi/c/
H A Dreaddir.c35 assert(entry->d_type == DT_DIR); in main()
/third_party/libfuse/test/
H A Dreaddir_inode.c43 if (dent->d_type != DT_DIR) in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h44 #define DT_DIR 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h44 #define DT_DIR 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h44 #define DT_DIR 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h44 #define DT_DIR 4 macro
/third_party/musl/include/
H A Ddirent.h44 #define DT_DIR 4 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h170 #define DT_DIR S_IFDIR macro
509 entry->d_type = DT_DIR; in _wreaddir_r()
799 entry->d_type = DT_DIR; in readdir_r()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOPosix.cpp50 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
/third_party/musl/src/conf/
H A Dlegacy.c29 if ((de->d_type == DT_DIR) && in get_nprocs_conf()
/third_party/musl/porting/linux/user/src/conf/
H A Dlegacy.c29 if ((de->d_type == DT_DIR) && in get_nprocs_conf()
/third_party/libwebsockets/lib/misc/
H A Ddir.c157 else if (DT_DIR != DT_UNKNOWN && type == DT_DIR) in lws_dir()
/third_party/libuv/include/uv/
H A Dunix.h180 # if defined(DT_DIR)
181 # define UV__DT_DIR DT_DIR
/third_party/node/deps/uv/include/uv/
H A Dunix.h181 # if defined(DT_DIR)
182 # define UV__DT_DIR DT_DIR
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c143 #ifdef DT_DIR in find_desktop_file_in_dir()
151 if (dir->d_type != DT_DIR in find_desktop_file_in_dir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/third_party/lzma/CPP/Windows/
H A DFileFind.h291 return Type == DT_DIR;
315 if (de.Type == DT_DIR) in DirEntry_IsDir()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dnftw.c70 if (entry->d_type == DT_DIR) { in remove_directory()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h107 #define DT_DIR 4 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs260 libc::DT_DIR => Some(Type::Directory), in file_type()
/third_party/alsa-utils/alsactl/
H A Dutils.c299 if (dirent->d_type == DT_DIR) in cleanup_filename_filter()
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c793 #ifdef DT_DIR in fts_build()
795 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c645 if (dent->d_type == DT_DIR) in visit_dir()

Completed in 13 milliseconds

123