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

  /bionic/libc/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /development/ndk/platforms/android-3/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h 72 extern struct mntent *getmntent (FILE *__stream) __THROW;
  /external/bluetooth/glib/gio/
gunixmounts.c 338 G_LOCK_DEFINE_STATIC(getmntent); variable
368 G_LOCK (getmntent);
369 while ((mntent = getmntent (file)) != NULL)
416 G_UNLOCK (getmntent);
424 G_LOCK_DEFINE_STATIC(getmntent); variable
459 G_LOCK (getmntent);
460 while (! getmntent (file, &mntent))
483 G_UNLOCK (getmntent);
708 G_LOCK (getmntent);
709 while ((mntent = getmntent (file)) != NULL
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 67 while ((mnt = getmntent (f)) != NULL) {
309 #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 228 #pragma redefine_extname getmntent __mfwrap_getmntent
  /bionic/libc/bionic/
stubs.c 352 struct mntent* getmntent(FILE* f) function
354 fprintf(stderr, "FIX ME! implement getmntent() %s:%d\n", __FILE__, __LINE__);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 55 /* Define this to use the alternative getmntent() code */
201 while ( (mntent=getmntent(mntfp)) != NULL ) {
  /external/ppp/pppd/
sys-linux.c     [all...]

Completed in 1249 milliseconds