Home
last modified time | relevance | path

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

/titanic_44/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) in getmntany_compat() argument
128 while ((ret = getmntent_compat(fp, mgetp)) == 0 && in getmntany_compat()
141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument
160 bzero(mgetp, sizeof (struct mnttab)); in getmntany()
162 mgetp->mnt_special = copyp; in getmntany()
163 copyp += snprintf(mgetp->mnt_special, MNT_LINE_MAX, "%s", in getmntany()
167 mgetp->mnt_mountp = copyp; in getmntany()
[all …]
/titanic_44/usr/src/lib/libc/port/
H A Dllib-lc497 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);