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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetmntent.c144 char *copyp, *bufp; local
156 if ((copyp = bufp = getmntbuf(MNT_LINE_MAX)) == NULL) {
162 mgetp->mnt_special = copyp;
163 copyp += snprintf(mgetp->mnt_special, MNT_LINE_MAX, "%s",
167 mgetp->mnt_mountp = copyp;
168 copyp += snprintf(mgetp->mnt_mountp,
169 bufp + MNT_LINE_MAX - copyp, "%s", mrefp->mnt_mountp) + 1;
172 mgetp->mnt_fstype = copyp;
173 copyp += snprintf(mgetp->mnt_fstype,
174 bufp + MNT_LINE_MAX - copyp, "
[all...]

Completed in 57 milliseconds