Searched refs:mgetp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 57 (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...] |
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 502 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
|
Completed in 55 milliseconds