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

  /bionic/libc/include/
mntent.h 62 struct mntent* getmntent_r(FILE* __fp, struct mntent* __entry, char* __buf, int __size) __INTRODUCED_IN(21);
  /bionic/tests/
mntent_test.cpp 31 while (getmntent_r(fp, &entry, buf, sizeof(buf)) != nullptr) {
  /bionic/libc/bionic/
mntent.cpp 36 return getmntent_r(fp, &tls.mntent_buf, tls.mntent_strings, sizeof(tls.mntent_strings));
39 mntent* getmntent_r(FILE* fp, struct mntent* e, char* buf, int buf_len) { function
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 341 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL)
  /external/libffi/src/
closures.c 369 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL)
  /external/toybox/toys/pending/
fsck.c 381 while (getmntent_r(fp, &mt, toybuf, 4096)) create_db(&mt);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 332 milliseconds