HomeSort by relevance Sort by last modified time
    Searched refs:mtab (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon51591
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon52054
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon52463
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon52924
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon53387
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon53802
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon54331
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon54862
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon55706
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon56474
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon57252
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon58030
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon58807
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
nsswitch.h 205 ns_mtab *mtab; /* method table */ member in struct:__anon59585
206 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon59938
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon60302
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon60666
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon61033
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon61432
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon61884
213 u_int mtabsize; /* size of mtab */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
nsswitch.h 212 ns_mtab *mtab; /* method table */ member in struct:__anon62338
213 u_int mtabsize; /* size of mtab */
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 76 #define _PATH_MOUNTED "/etc/mtab"
187 static void CheckMounts(const char *mtab)
193 mntfp = setmntent(mtab, "r");
245 mtab, mnt_dev, mntent->mnt_dir, mnt_type);
  /external/e2fsprogs/misc/
e4defrag.c 266 /* Refer to /etc/mtab */
267 const char *mtab = MOUNTED; local
278 fp = setmntent(mtab, "r");
280 perror("Couldn't access /etc/mtab");
321 /* Refer to /etc/mtab */
322 const char *mtab = MOUNTED; local
345 fp = setmntent(mtab, "r");
347 perror("Couldn't access /etc/mtab");
    [all...]
  /external/oprofile/utils/
opcontrol 227 grep oprofilefs /etc/mtab >/dev/null
    [all...]

Completed in 1100 milliseconds

1 23