Searched refs:mnt (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/misc/
H A Dmntent.c22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) argument
26 mnt->mnt_freq = 0;
27 mnt->mnt_passno = 0;
44 &mnt->mnt_freq, &mnt->mnt_passno);
52 mnt->mnt_fsname = linebuf+n[0];
53 mnt->mnt_dir = linebuf+n[2];
54 mnt->mnt_type = linebuf+n[4];
55 mnt->mnt_opts = linebuf+n[6];
57 return mnt;
62 static struct mntent mnt; local
66 addmntent(FILE *f, const struct mntent *mnt) argument
74 hasmntopt(const struct mntent *mnt, const char *opt) argument
[all...]

Completed in 24 milliseconds