Searched refs:mntent (Results 1 – 25 of 31) sorted by relevance
12
/glibc-2.36/misc/ |
D | mntent.h | 51 struct mntent struct 69 extern struct mntent *getmntent (FILE *__stream) __THROW; argument 73 extern struct mntent *getmntent_r (FILE *__restrict __stream, 74 struct mntent *__restrict __result, 82 const struct mntent *__restrict __mnt) __THROW; 89 extern char *hasmntopt (const struct mntent *__mnt,
|
D | fstab.c | 31 struct mntent fs_mntres; 36 static struct mntent *fstab_fetch (struct fstab_state *state); 67 struct mntent *m; in getfsspec() 83 struct mntent *m; in getfsfile() 145 static struct mntent * 156 struct mntent *m; in fstab_convert()
|
D | mntent_r.c | 117 get_mnt_entry (FILE *stream, struct mntent *mp, char *buffer, int bufsiz) in get_mnt_entry() 184 struct mntent * 185 __getmntent_r (FILE *stream, struct mntent *mp, char *buffer, int bufsiz) in __getmntent_r() 187 struct mntent *result; in __getmntent_r() 241 __addmntent (FILE *stream, const struct mntent *mnt) in __addmntent() 268 __hasmntopt (const struct mntent *mnt, const char *opt) in weak_alias()
|
D | Makefile | 32 fstab.h mntent.h search.h err.h error.h \ 60 fstab mntent mntent_r \ 86 tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \ 88 tst-mntent-blank-corrupt tst-mntent-blank-passno bug18240 \ 92 tst-mntent-autofs tst-syscalls tst-mntent-escape tst-select \
|
D | mntent.c | 25 struct mntent m; 45 struct mntent *
|
D | tst-mntent.c | 10 struct mntent mef; in do_test() 11 struct mntent *mnt = &mef; in do_test()
|
D | tst-mntent-autofs.c | 110 struct mntent me; in do_test() 119 struct mntent *pme = getmntent_r (fp, &me, buffer, sizeof (buffer)); in do_test()
|
D | tst-mntent-blank-passno.c | 31 struct mntent *mnt; in do_test()
|
D | tst-mntent2.c | 10 struct mntent mef; in do_test()
|
D | tst-mntent-escape.c | 56 struct mntent *ret, curtest; in do_test()
|
/glibc-2.36/include/ |
D | mntent.h | 8 extern struct mntent *__getmntent_r (FILE *__stream, 9 struct mntent *__result, 11 extern int __addmntent (FILE *__stream, const struct mntent *__mnt); 13 extern char *__hasmntopt (const struct mntent *__mnt, const char *__opt);
|
/glibc-2.36/manual/ |
D | sysinfo.texi | 388 @file{mntent.h} and @file{paths.h}, for @file{fstab}; and the macro 389 @code{_PATH_MOUNTED}, also defined in @file{mntent.h} and 579 @deftp {Data Type} {struct mntent} 580 @standards{BSD, mntent.h} 597 equivalent to @code{fs_vfstype} in @code{struct fstab}. @file{mntent.h} 602 list of the symbols provided in @file{mntent.h}. 623 The @file{mntent.h} file defines a number of macros with string values 672 @standards{BSD, mntent.h} 693 @standards{BSD, mntent.h} 705 @deftypefun {struct mntent *} getmntent (FILE *@var{stream}) [all …]
|
D | conf.texi | 1285 @c /proc/mounts or similar as a mntent stream.
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | pathconf.c | 100 struct mntent mntbuf; in distinguish_extX()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3138 * misc/mntent.h: Likewise. 4088 * misc/mntent.h: Include <paths.h> for _PATH_MNTTAB & _PATH_MOUNTED. 4265 * misc/mntent.h: Move _PATH_MNTTAB & _PATH_MOUNTED to paths.h. 5515 * misc/mntent.h: Add MNTTYPE_* and MNTOPT_* macros. 6175 * misc/mntent.c: Remove all functions but getmntent and use 6177 * misc/mntent.h: Add prototype for __getmntent_r. 9195 * misc/mntent.c (endmntent): Allow for NULL stream. SunOS does 9213 * misc/mntent.c (addmntent): Seek to end of file before writing 9316 * misc/mntent.c: Include <sys/types.h>.
|
D | ChangeLog.8 | 80 * misc/mntent.h: Likewise. 119 * include/mntent.h: Likewise. 2815 * misc/mntent.h: Undo last patch. 2817 * misc/tst/mntent.c: Adjust code for this change. 2981 from mntent correctly. 3102 * misc/mntent.h (struct mentent): Make string elements const char *. 4105 * misc/Makefile (tests): Add tst-mntent. 4106 * misc/tst-mntent.c: New file. 6521 * include/mntent.h: New file.
|
D | ChangeLog.5 | 6910 * misc/Makefile (routines): Add mntent, which was somehow omitted. 7151 * misc/mntent.c (getmntent): Skip multiple whitespace chars 7336 * misc/mntent.c: New file. 7337 * misc/mntent.h: New file. 7338 * misc/Makefile (headers): Added mntent.h. 7339 (routines): Added mntent. 7340 * misc/fstab.c: Rewritten using mntent functions.
|
D | ChangeLog.10 | 3661 * include/mntent.h: Likewise. 3662 * include/mntent.h: Likewise. 4725 * include/mntent.h: Likewise 5115 * misc/mntent.h: Likewise. 7289 * misc/tst-mntent.c: Add test case for addmntent and getmntent.
|
D | ChangeLog.14 | 808 * misc/tst-mntent.c (main): Use tmpfile instead of tmpnam. 5580 * misc/mntent.h: Likewise. 5581 * misc/Makefile: Remove CFLAGS-mntent_r.c, CFLAGS-mntent.c, and 5793 * misc/Makefile (CFLAGS-mntent.c): Add -fexceptions. 5795 * misc/mntent.h: Remove most __THROW. 15395 * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
|
D | ChangeLog.9 | 1893 * misc/mntent.h: Likewise. 5699 * include/mntent.h: Likewise.
|
D | ChangeLog.7 | 690 * misc/mntent.c: Don't use statically allocated buffer. Allocate 695 * misc/mntent.c: Allow freeing of allocated buffer in 14429 * misc/mntent.c: Likewise. 14473 * misc/mntent.h: Likewise.
|
D | ChangeLog.22 | 2253 mntent: Use __putc_unlocked instead of fputc_unlocked 3705 * misc/tst-mntent-escape.c: New file.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 80 * misc/mntent.h: Likewise. 119 * include/mntent.h: Likewise. 2815 * misc/mntent.h: Undo last patch. 2817 * misc/tst/mntent.c: Adjust code for this change. 2981 from mntent correctly. 3102 * misc/mntent.h (struct mentent): Make string elements const char *. 4105 * misc/Makefile (tests): Add tst-mntent. 4106 * misc/tst-mntent.c: New file. 6521 * include/mntent.h: New file.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 10128 mntent.h 10141 tst-mntent.c 10229 mntent.c 14532 mntent.h
|
D | filelist#en_US.UTF-8 | 10128 mntent.h 10141 tst-mntent.c 10229 mntent.c 14532 mntent.h
|
12