Searched defs:mrefp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) argument
118 if (mrefp->mnt_special && mrefp->mnt_special[0] == '/' &&
119 stat64(mrefp->mnt_special, &statb) == 0 &&
141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) argument
161 if (mrefp->mnt_special) {
164 mrefp->mnt_special) + 1;
166 if (mrefp
[all...]

Completed in 57 milliseconds