Home
last modified time | relevance | path

Searched refs:mtab (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dpathconf.c92 FILE *mtab = __setmntent ("/proc/mounts", "r"); in distinguish_extX() local
93 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()
/glibc-2.36/manual/
Dsysinfo.texi365 @file{/var/run/mtab} or @file{/etc/mtab}. Both files share the same
372 Note that the @file{fstab} and @file{mtab} files are maintained on a
390 @file{paths.h}, for @file{mtab}. There are also two alternate macro
397 * mtab:: The @file{mtab} file
575 @node mtab
576 @subsubsection The @file{mtab} file
577 The following functions and data structure access the @file{mtab} file.
665 For accessing the @file{mtab} file there is again a set of three
681 must be in the format of a @file{fstab} and @file{mtab} file for the
822 that of the @file{mtab} file, but represents what is truly mounted
[all …]
/glibc-2.36/posix/
Dtst-regex.input2709 * manual/sysinfo.texi: Document fstab and mtab handling functions.
/glibc-2.36/ChangeLog.old/
DChangeLog.82709 * manual/sysinfo.texi: Document fstab and mtab handling functions.
DChangeLog.132454 Say mtab is in either /var/run or /etc.
DChangeLog.117139 result. Search first in /etc/mtab (proc/mounts would be stupid).
DChangeLog.143710 * manual/sysinfo.texi (mtab): Adjust description accordingly.
DChangeLog.1871624 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.