Home
last modified time | relevance | path

Searched refs:mntent (Results 1 – 10 of 10) sorted by relevance

/misc/
A Dmntent.h51 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 Dmntent.c25 struct mntent m;
45 struct mntent *
A Dfstab.c31 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 Dtst-mntent.c10 struct mntent mef; in do_test()
11 struct mntent *mnt = &mef; in do_test()
A Dmntent_r.c117 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 Dtst-mntent-blank-passno.c31 struct mntent *mnt; in do_test()
A Dtst-mntent2.c10 struct mntent mef; in do_test()
A Dtst-mntent-autofs.c110 struct mntent me; in do_test()
119 struct mntent *pme = getmntent_r (fp, &me, buffer, sizeof (buffer)); in do_test()
A DMakefile32 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 Dtst-mntent-escape.c56 struct mntent *ret, curtest; in do_test()

Completed in 14 milliseconds