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

  /bionic/tests/headers/posix/
dirent_h.c 58 FUNCTION(telldir, long (*f)(DIR*));
  /device/linaro/bootloader/edk2/StdLib/Include/
dirent.h 67 void *dd_internal; /* state for seekdir/telldir */
92 long telldir(DIR *);
  /bionic/tests/
dirent_test.cpp 308 offset_list.push_back(telldir(d));
313 offset_list.push_back(telldir(d));
314 // Make sure telldir() point to the next entry.
318 long end_offset = telldir(d);
319 // telldir() should not pass the end of the file.
325 ASSERT_EQ(offset_list[i], telldir(d));
332 ASSERT_EQ(offset_list[i], telldir(d));
340 ASSERT_EQ(end_offset, telldir(d));
  /bionic/libc/include/
dirent.h 88 long telldir(DIR* __dir) __INTRODUCED_IN(23);
  /external/ImageMagick/MagickCore/
nt-base.h 260 #if !defined(telldir)
261 # define telldir(directory) NTTellDirectory(directory) macro
  /bionic/libc/bionic/
dirent.cpp 195 long telldir(DIR* d) { function
  /external/e2fsprogs/contrib/
spd_readdir.c 133 real_telldir = dlsym(RTLD_NEXT, "telldir");
414 off_t telldir(DIR *dir) function
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 602 #define telldir _telldir
  /external/ImageMagick/
configure     [all...]

Completed in 454 milliseconds