Home
last modified time | relevance | path

Searched refs:getmntent_r (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dmntent.cpp36 return getmntent_r(fp, &tls.mntent_buf, tls.mntent_strings, sizeof(tls.mntent_strings)); in getmntent()
39 mntent* getmntent_r(FILE* fp, struct mntent* e, char* buf, int buf_len) { in getmntent_r() function
/bionic/libc/include/
Dmntent.h62 struct mntent* _Nullable getmntent_r(FILE* _Nonnull __fp, struct mntent* _Nonnull __entry, char* _N…
/bionic/tests/
Dmntent_test.cpp43 while (getmntent_r(fp, &entry, buf, sizeof(buf)) != nullptr) { in TEST()
/bionic/docs/
Dstatus.md216 * <mntent.h> `setmntent`, `endmntent`, `getmntent_r`.
/bionic/libc/
Dlibc.map.txt451 getmntent_r; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt451 getmntent_r; # introduced=21