Searched refs:mtab (Results 1 – 8 of 8) sorted by relevance
92 FILE *mtab = __setmntent ("/proc/mounts", "r"); in distinguish_extX() local93 if (mtab == NULL) in distinguish_extX()94 mtab = __setmntent (_PATH_MOUNTED, "r"); in distinguish_extX()98 if (mtab != NULL) in distinguish_extX()104 (void) __fsetlocking (mtab, FSETLOCKING_BYCALLER); in distinguish_extX()106 while (__getmntent_r (mtab, &mntbuf, tmpbuf, sizeof (tmpbuf))) in distinguish_extX()124 __endmntent (mtab); in distinguish_extX()
365 @file{/var/run/mtab} or @file{/etc/mtab}. Both files share the same372 Note that the @file{fstab} and @file{mtab} files are maintained on a390 @file{paths.h}, for @file{mtab}. There are also two alternate macro397 * mtab:: The @file{mtab} file575 @node mtab576 @subsubsection The @file{mtab} file577 The following functions and data structure access the @file{mtab} file.665 For accessing the @file{mtab} file there is again a set of three681 must be in the format of a @file{fstab} and @file{mtab} file for the822 that of the @file{mtab} file, but represents what is truly mounted[all …]
2709 * manual/sysinfo.texi: Document fstab and mtab handling functions.
2454 Say mtab is in either /var/run or /etc.
7139 result. Search first in /etc/mtab (proc/mounts would be stupid).
3710 * manual/sysinfo.texi (mtab): Adjust description accordingly.
71624 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.