OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:telldir
(Results
1 - 25
of
57
) sorted by null
1
2
3
/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));
/device/linaro/bootloader/edk2/StdLib/Include/
dirent.h
67
void *dd_internal; /* state for seekdir/
telldir
*/
92
long
telldir
(DIR *);
/bionic/tests/headers/posix/
dirent_h.c
58
FUNCTION(
telldir
, long (*f)(DIR*));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libacl.so
libacl.so.1
libacl.so.1.1.0
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h
67
long __cdecl __MINGW_NOTHROW
telldir
(DIR*);
tchar.h
1065
#define _ttelldir
telldir
/bionic/libc/include/
dirent.h
88
long
telldir
(DIR* __dir) __INTRODUCED_IN(23);
/prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg
105
PERLBN(
telldir
);
/external/ImageMagick/MagickCore/
nt-base.h
257
#if !defined(
telldir
)
258
# define
telldir
(directory) NTTellDirectory(directory)
macro
/external/e2fsprogs/contrib/
spd_readdir.c
133
real_telldir = dlsym(RTLD_NEXT, "
telldir
");
414
off_t
telldir
(DIR *dir)
function
/bionic/libc/bionic/
dirent.cpp
186
long
telldir
(DIR* d) {
function
/external/autotest/client/tests/connectathon/
connectathon.tar.bz2
/bionic/libc/tools/
posix-2013.txt
1059
telldir
/external/valgrind/
darwin9-drd.supp
131
fun:
telldir
$UNIX2003
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h
219
extern long int
telldir
(DIR *__dirp) __THROW __nonnull ((1));
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h
602
#define
telldir
_telldir
/system/core/adb/
sysdeps.h
247
#define
telldir
telldir_utf8_not_yet_implemented
macro
/external/ImageMagick/config/
config.h.in
578
/* Define to 1 if you have the `
telldir
' function. */
/system/core/libunwindstack/tests/files/offline/offset_arm/
libc.so
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libc.so
/system/core/libunwindstack/tests/files/offline/straddle_arm/
libc.so
Completed in 1147 milliseconds
1
2
3