HomeSort by relevance Sort by last modified time
    Searched refs:dirent64 (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/
dirent.h 64 struct dirent64 { __DIRENT64_BODY }; struct
82 struct dirent64* readdir64(DIR* __dir) __INTRODUCED_IN(21);
84 int readdir64_r(DIR* __dir, struct dirent64* __entry, struct dirent64** __buffer) __INTRODUCED_IN(21) __attribute__((__deprecated__("readdir64_r is deprecated; use readdir64 instead")));
91 int alphasort64(const struct dirent64** __lhs, const struct dirent64** __rhs) __INTRODUCED_IN(21);
92 int scandir64(const char* __path, struct dirent64*** __name_list, int (*__filter)(const struct dirent64*), int (*__comparator)(const struct dirent64**, const struct dirent64**)) __INTRODUCED_IN(21)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
interception_readdir_r_test.cc 47 struct dirent64 *result64;
52 ((struct dirent64 *)entry_buffer)->d_reclen = 9999;
53 if (readdir64_r(d, (struct dirent64 *)entry_buffer, &result64) != 0)
  /external/strace/
largefile_wrappers.h 44 # define struct_dirent struct dirent64
dirent64.c 42 /* the minimum size of a valid dirent64 structure */
43 const unsigned int d_name_offset = offsetof(struct dirent64, d_name);
87 struct dirent64 *d = (struct dirent64 *) &buf[i];
113 tprints_comment("d_reclen < offsetof(struct dirent64, d_name)");
  /external/e2fsprogs/contrib/
spd_readdir.c 78 struct dirent64 ret_dir64;
88 static struct dirent64 *(*real_readdir64)(DIR *dir) = 0;
89 static int (*real_readdir64_r)(DIR *dir, struct dirent64 *entry,
90 struct dirent64 **result) = 0;
206 struct dirent64 *d;
366 struct dirent64 *readdir64(DIR *dir)
389 struct dirent64 *__restrict entry,
390 struct dirent64 **__restrict result)
  /bionic/tests/
dirent_test.cpp 57 dirent64** entries64;
97 dirent64** entries_at64;
124 dirent64** entries;
143 dirent64** entries;
224 dirent64* e;
259 dirent64 storage;
260 dirent64* e = nullptr;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/python/cpython3/Modules/
_posixsubprocess.c 36 # define dirent dirent64
273 * should be easy to add OS specific dirent or dirent64 structures and modify

Completed in 530 milliseconds