OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmntent
(Results
26 - 50
of
139
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
mntent.h
49
struct mntent*
getmntent
(FILE*);
/external/e2fsprogs/
INSTALL
56
this is that the
getmntent
() library routine interprets those missing
INSTALL.elfbin
35
this is that the
getmntent
() library routine interprets those missing
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h
72
extern struct mntent *
getmntent
(FILE *__stream) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h
72
extern struct mntent *
getmntent
(FILE *__stream) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h
72
extern struct mntent *
getmntent
(FILE *__stream) __THROW;
/external/e2fsprogs/lib/ext2fs/
ismounted.c
67
while ((mnt =
getmntent
(f)) != NULL) {
319
#warning "Can't use
getmntent
or getmntinfo to check for mounted filesystems!"
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
483
getmntent
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
518
getmntent
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
426
getmntent
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
419
getmntent
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c
55
/* Define this to use the alternative
getmntent
() code */
201
while ( (mntent=
getmntent
(mntfp)) != NULL ) {
Completed in 517 milliseconds
1
2
3
4
5
6