/third_party/glib/glib/dirent/ |
D | dirent.c | 151 _treaddir (_TDIR * dirp) in _treaddir() 228 _tclosedir (_TDIR * dirp) in _tclosedir() 259 _trewinddir (_TDIR * dirp) in _trewinddir() 285 _ttelldir (_TDIR * dirp) in _ttelldir() 307 _tseekdir (_TDIR * dirp, long lPos) in _tseekdir()
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 43 linux_getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int size) in linux_getdents() 83 tst_dirp_name(void *dirp) in tst_dirp_name() 103 tst_dirp_reclen(void *dirp) in tst_dirp_reclen() 124 tst_getdents(int fd, void *dirp, unsigned int size) in tst_getdents()
|
D | getdents02.c | 32 static char *dirp; variable 46 char **dirp; member
|
D | getdents01.c | 58 static void *dirp; variable
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 356 _WDIR *dirp; in _wopendir() local 455 _WDIR *dirp) in _wreaddir() 477 _WDIR *dirp, in _wreaddir_r() 539 _WDIR *dirp) in _wclosedir() 572 _WDIR* dirp) in _wrewinddir() 588 _WDIR *dirp) in dirent_first() 639 _WDIR *dirp) in dirent_next() 680 struct DIR *dirp; in opendir() local 734 DIR *dirp) in readdir() 756 DIR *dirp, in readdir_r() [all …]
|
/third_party/NuttX/fs/dirent/ |
D | fs_readdir.c | 55 static struct dirent *__readdir(DIR *dirp, int *lencnt) in __readdir() 141 struct dirent *readdir(DIR *dirp) in readdir()
|
D | fs_telldir.c | 72 long telldir(DIR *dirp) in telldir()
|
D | fs_rewinddir.c | 51 void rewinddir(DIR *dirp) in rewinddir()
|
D | fs_closedir.c | 53 int closedir(DIR *dirp) in closedir()
|
D | fs_seekdir.c | 123 void seekdir(DIR *dirp, long offset) in seekdir()
|
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir21.c | 31 static struct old_linux_dirent dirp; variable 35 struct old_linux_dirent *dirp; member
|
/third_party/libpsl/fuzz/ |
D | main.c | 57 DIR *dirp; in test_all_from() local
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs01_open_files.c | 98 DIR *dirp; in delete_files() local
|
/third_party/glib/glib/ |
D | gdir.c | 179 g_dir_new_from_dirp (gpointer dirp) in g_dir_new_from_dirp()
|
/third_party/flutter/skia/third_party/externals/sdl/src/power/linux/ |
D | SDL_syspower.c | 239 DIR *dirp = NULL; in SDL_GetPowerInfo_Linux_proc_acpi() local 435 DIR *dirp; in SDL_GetPowerInfo_Linux_sys_class_power_supply() local
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_m2m.c | 369 DIR *dirp; in ff_v4l2_m2m_codec_init() local
|
/third_party/gettext/gnulib-local/lib/ |
D | backupfile.c | 137 DIR *dirp; in max_backup_version() local
|
/third_party/gettext/gettext-tools/src/ |
D | locating-rule.c | 377 DIR *dirp; in locating_rule_list_add_from_directory() local
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 222 inline int readdir_r_simulator(DIR* dirp, void*& buffer, struct dirent** result) in readdir_r_simulator()
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | tinydir.h | 773 size_t _tinydir_dirent_buf_size(_TINYDIR_DIR *dirp) in tinydir_open()
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 325 #define SAFE_CLOSEDIR(cleanup_fn, dirp) \ argument 328 #define SAFE_READDIR(cleanup_fn, dirp) \ argument
|
/third_party/FreeBSD/include/ |
D | fts.h | 54 #define _dirfd(dirp) (dirfd((dirp))) argument
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 633 DIR *dirp; in fts_build() local
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 228 #define SAFE_CLOSEDIR(dirp) \ argument 231 #define SAFE_READDIR(dirp) \ argument
|
/third_party/ltp/lib/ |
D | safe_macros.c | 923 DIR *dirp) in safe_closedir() 941 DIR *dirp) in safe_readdir()
|