/third_party/ltp/testcases/kernel/fs/racer/ |
H A D | fs_racer.sh | 32 DIR="$TMPDIR/race" 36 [ -e $DIR ] || mkdir $DIR 37 ./fs_racer_file_create.sh $DIR $MAX_FILES & 38 ./fs_racer_file_create.sh $DIR $MAX_FILES & 39 ./fs_racer_file_create.sh $DIR $MAX_FILES & 41 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 42 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 43 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 45 ./fs_racer_file_rename.sh $DIR [all...] |
H A D | fs_racer_file_concat.sh | 22 DIR=$1 26 cat $DIR/$file >> $DIR/$new_file 27 cat $DIR/$file/$file/$file >> $DIR/$new_file
|
H A D | fs_racer_dir_create.sh | 22 DIR=$1 26 echo "asdf" > $DIR/$file/$file/$file 31 mkdir -p $DIR/$file/$file/ 2> /dev/null
|
/third_party/musl/libc-test/src/api/ |
H A D | dirent.c | 7 T(DIR) in f() 20 {int(*p)(DIR*) = closedir;} in f() 21 {int(*p)(DIR*) = dirfd;} in f() 22 {DIR*(*p)(int) = fdopendir;} in f() 23 {DIR*(*p)(const char*) = opendir;} in f() 24 {struct dirent*(*p)(DIR*) = readdir;} in f() 25 {int(*p)(DIR*restrict,struct dirent*restrict,struct dirent**restrict) = readdir_r;} in f() 26 {void(*p)(DIR*) = rewinddir;} in f() 29 {void(*p)(DIR*,long) = seekdir;} in f() 30 {long(*p)(DIR*) in f() [all...] |
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | dirent.h | 20 typedef struct __dirstream DIR; typedef 24 int closedir(DIR *); 25 DIR *fdopendir(int); 26 DIR *opendir(const char *); 27 struct dirent *readdir(DIR *); 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); 29 void rewinddir(DIR *); 30 int dirfd(DIR *); 36 void seekdir(DIR *, long); 37 long telldir(DIR *); [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | dirent.h | 20 typedef struct __dirstream DIR; typedef 24 int closedir(DIR *); 25 DIR *fdopendir(int); 26 DIR *opendir(const char *); 27 struct dirent *readdir(DIR *); 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); 29 void rewinddir(DIR *); 30 int dirfd(DIR *); 36 void seekdir(DIR *, long); 37 long telldir(DIR *); [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | dirent.h | 20 typedef struct __dirstream DIR; typedef 24 int closedir(DIR *); 25 DIR *fdopendir(int); 26 DIR *opendir(const char *); 27 struct dirent *readdir(DIR *); 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); 29 void rewinddir(DIR *); 30 int dirfd(DIR *); 36 void seekdir(DIR *, long); 37 long telldir(DIR *); [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | dirent.h | 20 typedef struct __dirstream DIR; typedef 24 int closedir(DIR *); 25 DIR *fdopendir(int); 26 DIR *opendir(const char *); 27 struct dirent *readdir(DIR *); 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); 29 void rewinddir(DIR *); 30 int dirfd(DIR *); 36 void seekdir(DIR *, long); 37 long telldir(DIR *); [all...] |
/third_party/musl/include/ |
H A D | dirent.h | 20 typedef struct __dirstream DIR; typedef 24 int closedir(DIR *); 25 DIR *fdopendir(int); 26 DIR *opendir(const char *); 27 struct dirent *readdir(DIR *); 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict); 29 void rewinddir(DIR *); 30 int dirfd(DIR *); 36 void seekdir(DIR *, long); 37 long telldir(DIR *); [all...] |
/third_party/skia/third_party/externals/brotli/ |
H A D | configure-cmake | 111 --bindir=DIR user executables [PREFIX/bin] 112 --sbindir=DIR system admin executables [PREFIX/sbin] 113 --libexecdir=DIR program executables [PREFIX/libexec] 114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 116 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 117 --libdir=DIR object code libraries [PREFIX/lib] 118 --includedir=DIR C header files [PREFIX/include] 119 --oldincludedir=DIR C header files for non-gcc [/usr/include] 120 --datarootdir=DIR rea [all...] |
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw.c | 70 DIR, ""}, { 76 DIR, ""}, { 79 DIR, ""}, { 83 DIR, ""}, { 92 DIR, 102 DIR, 107 DIR, ""}, { 137 DIR, ""}, { 140 DIR, ""}, { 143 DIR, ""}, { [all...] |
H A D | nftw64.c | 70 DIR, ""}, { 76 DIR, ""}, { 79 DIR, ""}, { 83 DIR, ""}, { 92 DIR, 102 DIR, 107 DIR, ""}, { 137 DIR, ""}, { 140 DIR, ""}, { 143 DIR, ""}, { [all...] |
/third_party/ltp/testcases/network/ |
H A D | Makefile | 10 DIR := datafiles macro 12 CLEAN_TARGETS += $(DIR) 16 INSTALL_TARGETS := $(addprefix $(DIR)/ascii.,sm med lg jmb) 17 INSTALL_TARGETS += $(addprefix $(DIR)/bin.,sm med lg jmb) 35 $(DESTDIR)/$(INSTALL_DIR)/$(DIR) $(DIR): %: 38 generate: $(DIR) 39 cd "$(DIR)" && \
|
/third_party/vulkan-loader/loader/ |
H A D | dirent_on_windows.h | 19 typedef struct DIR DIR; typedef 26 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *); 27 int closedir(const VkAllocationCallbacks *pAllocator, DIR *); 28 struct dirent *readdir(DIR *); 29 void rewinddir(DIR *);
|
H A D | dirent_on_windows.c | 25 struct DIR { struct 32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() 33 DIR *dir = 0; in opendir() 41 if ((dir = (DIR *)loader_alloc(pAllocator, sizeof *dir, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND)) != 0 && in opendir() 67 int closedir(const VkAllocationCallbacks *pAllocator, DIR *dir) { in closedir() 87 struct dirent *readdir(DIR *dir) { in readdir() 102 void rewinddir(DIR *dir) { in rewinddir()
|
/third_party/musl/libc-test/src/common/ |
H A D | cfi_util.h | 36 DIR *dir;
in ShowCfiLogFile() 54 DIR *dir;
in ClearCfiLog() 109 static void FindDirAndCheck(DIR *dir, CallbackT &&callback)
in FindDirAndCheck() 115 static void FindDirAndCheck(DIR *dir, const char *log_tag, const char *log_dir, CallbackT &&callback)
in FindDirAndCheck() 129 DIR *ubsanDir = opendir(UBSAN_LOG_DIR);
in FindAndCheck() 130 DIR *faultlogDir = opendir(FAULTLOG_DIR);
in FindAndCheck() 140 DIR *faultlogDir = opendir(log_dir);
in FindAndCheck() 148 DIR *ubsanDir = opendir(UBSAN_LOG_DIR);
in ExpectCfiOk() 149 DIR *faultlogDir = opendir(FAULTLOG_DIR);
in ExpectCfiOk()
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.h | 205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \ 207 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \ 208 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \ 209 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[ [all...] |
/third_party/libwebsockets/win32port/dirent/ |
H A D | dirent-win32.h | 283 struct DIR { struct 287 typedef struct DIR DIR; typedef 291 static DIR *opendir (const char *dirname); 294 static struct dirent *readdir (DIR *dirp); 298 DIR *dirp, struct dirent *entry, struct dirent **result); 302 static int closedir (DIR *dirp); 305 static void rewinddir (DIR* dirp); 534 * DIR structure as well as any directory entry read previously by 676 static DIR* [all...] |
/third_party/protobuf/python/release/wheel/ |
H A D | protobuf_optimized_pip.sh | 37 DIR=${PWD}/'protobuf-python-build' 40 mkdir -p ${DIR} 41 cd ${DIR} 44 cd $DIR/protobuf-${PROTOBUF_VERSION} 57 export PROTOC=$DIR/src/protoc
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | dirent.h | 58 typedef struct __dirstream DIR; typedef 68 int closedir(DIR *dir); 69 DIR *opendir(const char *dirName); 70 struct dirent *readdir(DIR *dir);
|
/third_party/FatFs/source/ |
H A D | ff.h | 176 /* DIR offset in fs win */ 312 /* Directory object structure (DIR) */ 369 DIR f_dir; 443 FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ 444 FRESULT f_closedir (DIR* dp); /* Close an open directory */ 445 FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */ 446 FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ 447 FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */ 479 void get_fileinfo (DIR* dp, FILINFO* fno); 490 FRESULT create_name (DIR *d [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | fdopendir.c | 33 DIR *dir = NULL; in fdopendir_0100() 48 DIR *dir = fdopendir(0); in fdopendir_0200() 60 DIR *dir = NULL; in fdopendir_0300() 73 DIR *dir = NULL; in fdopendir_0400()
|
H A D | opendir.c | 38 DIR *dir = opendir(path); in opendir_0100() 67 DIR *dir1 = opendir("/dev/null"); in opendir_0200() 73 DIR *dir2 = opendir("/does/not/exit/folder"); in opendir_0200() 89 DIR *dir = opendir(NULL); in opendir_0300()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 42 my $DIR = "../../text/resources"; 45 #GetOptions('dir=s' => \$DIR, 52 if (! -d $DIR) { 53 print STDERR "$DIR is not a directory\n"; 81 open(IN, "$DIR/$IN") or die; 82 open(OUT, ">$DIR/$OUT") or die; 110 print STDERR "Wrote $DIR/$OUT\n";
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_dirent.cpp | 28 DIR *dir = opendir("/dev/block"); in Bm_function_Opendir() 61 DIR *dir = opendir("/dev/block"); in Bm_function_Closedir() 73 DIR *dir = opendir("/dev/block"); in Bm_function_Readdir() 96 DIR *dir = fdopendir(fd); in Bm_function_Fdopendir() 107 DIR *dir = opendir("/data/local"); in Bm_function_Rewinddir()
|