Searched defs:mgetp (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))
61 ((mgetp->xx == NULL) || (stat64(mgetp->xx, &statb) == -1) ||\
107 getmntany_compat(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) argument
128 while ((ret = getmntent_compat(fp, mgetp)) == 0 &&
141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) argument
160 bzero(mgetp, sizeof (struct mnttab));
162 mgetp->mnt_special = copyp;
163 copyp += snprintf(mgetp
[all...]

Completed in 56 milliseconds