HomeSort by relevance Sort by last modified time
    Searched defs:mntent (Results 1 - 3 of 3) 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);
  /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 135 milliseconds