Searched refs:getmntent_r (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | mntent.cpp | 36 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/ |
D | mntent.h | 62 struct mntent* _Nullable getmntent_r(FILE* _Nonnull __fp, struct mntent* _Nonnull __entry, char* _N…
|
/bionic/tests/ |
D | mntent_test.cpp | 43 while (getmntent_r(fp, &entry, buf, sizeof(buf)) != nullptr) { in TEST()
|
/bionic/docs/ |
D | status.md | 216 * <mntent.h> `setmntent`, `endmntent`, `getmntent_r`.
|
/bionic/libc/ |
D | libc.map.txt | 451 getmntent_r; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 451 getmntent_r; # introduced=21
|