HomeSort by relevance Sort by last modified time
    Searched defs:mntent (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
mntent.h 49 struct mntent { struct
61 struct mntent* getmntent(FILE* __fp);
62 struct mntent* getmntent_r(FILE* __fp, struct mntent* __entry, char* __buf, int __size) __INTRODUCED_IN(21);
64 char* hasmntopt(const struct mntent* __entry, const char* __option) __INTRODUCED_IN(26);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mntent.h 54 struct mntent struct
72 extern struct mntent *getmntent (FILE *__stream) __THROW;
76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
77 struct mntent *__restrict __result,
85 __const struct mntent *__restrict __mnt) __THROW;
92 extern char *hasmntopt (__const struct mntent *__mnt,
98 #endif /* mntent.h */
  /external/ppp/pppd/
sys-linux.c 89 #include <mntent.h>
1421 struct mntent *mntent; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 66 #include <mntent.h>
1118 CHECK_TYPE_SIZE(mntent); variable
    [all...]

Completed in 96 milliseconds