Lines Matching defs:mntpnt
90 * mntpnt: suffix of map where the current mount request begins
99 char *mntpnt, char *opts, FN_status_t *status);
111 char *mntpnt, const char *name, char *opts, FN_status_t *status);
191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
434 char *mntpnt, char *opts, FN_status_t *status)
470 mntpnt, child, opts, status);
499 char *mntpnt, const char *name, char *opts, FN_status_t *status)
554 me = new_mapent(noroot, strdup(mntpnt), strdup("autofs"), opts,
566 frontier(mapents, ref, map, maplen, mntpnt, opts, status);
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
769 if ((mntpnt == NULL) || (fstype == NULL) || (mntopts == NULL) ||
777 free(mntpnt);
787 me->map_mntpnt = mntpnt;