Searched refs:mntent_strings (Results 1 – 3 of 3) sorted by relevance
36 return getmntent_r(fp, &tls.mntent_buf, tls.mntent_strings, sizeof(tls.mntent_strings)); in getmntent()
64 CHECK_OFFSET(bionic_tls, mntent_strings, 10320); in tests()105 CHECK_OFFSET(bionic_tls, mntent_strings, 9260); in tests()
120 char mntent_strings[BUFSIZ]; member