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

/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c73 char *lm_mntpnt; member in struct:legacy_mount
163 free(lm->lm_mntpnt);
893 mount->lm_mntpnt = strdup(entry.mnt_mountp);
894 if (mount->lm_mntpnt == NULL) {
901 free(mount->lm_mntpnt);
918 if (strcmp(path, mount->lm_mntpnt) == 0) {
920 (void) strlcpy(mntpnt, mount->lm_mntpnt,

Completed in 16 milliseconds