Searched refs:mntent (Results 1 – 10 of 10) sorted by relevance
/misc/ |
A 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,
|
A D | mntent.c | 25 struct mntent m; 45 struct mntent *
|
A 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()
|
A D | tst-mntent.c | 10 struct mntent mef; in do_test() 11 struct mntent *mnt = &mef; in do_test()
|
A 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()
|
A D | tst-mntent-blank-passno.c | 31 struct mntent *mnt; in do_test()
|
A D | tst-mntent2.c | 10 struct mntent mef; in do_test()
|
A 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()
|
A 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 \
|
A D | tst-mntent-escape.c | 56 struct mntent *ret, curtest; in do_test()
|
Completed in 14 milliseconds