Searched refs:getmntent_r (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dumount.c64 while (getmntent_r(fp, &me, path, sizeof(path))) {
H A Dmount.c36 * dietlibc-0.30 does not have implementation of getmntent_r() */
37 /* OTOH: why we use getmntent_r instead of getmntent? TODO... */
38 struct mntent *getmntent_r(FILE* stream, struct mntent* result, char* buffer, int bufsize) function
1578 while (getmntent_r(mountTable, mtpair, bb_common_bufsiz1,
1641 if (!getmntent_r(fstab, mtcur, bb_common_bufsiz1

Completed in 120 milliseconds