Home
last modified time | relevance | path

Searched refs:mrefp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c57 (mrefp->xx != NULL && (mgetp->xx == NULL ||\
58 strcmp(mrefp->xx, mgetp->xx) != 0))
107 getmntany_compat(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany_compat() argument
118 if (mrefp->mnt_special && mrefp->mnt_special[0] == '/' && in getmntany_compat()
119 stat64(mrefp->mnt_special, &statb) == 0 && in getmntany_compat()
141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument
161 if (mrefp->mnt_special) { in getmntany()
164 mrefp->mnt_special) + 1; in getmntany()
166 if (mrefp->mnt_mountp) { in getmntany()
169 bufp + MNT_LINE_MAX - copyp, "%s", mrefp->mnt_mountp) + 1; in getmntany()
[all …]
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc501 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);