Searched refs:map_mntpnt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c544 me->map_mntpnt = strdup("");
546 me->map_mntpnt = strdup(w);
547 if (me->map_mntpnt == NULL)
686 path = me->map_mntpnt;
746 key, me->map_mntpnt);
753 root, me->map_mntpnt, mapname, key);
1163 if (CHECK_STRCPY(w, (me->map_mntpnt+strlen(subdir)), sizeof (w))) {
1166 /* w is shorter than me->map_mntpnt, so this strcpy is safe */
1167 strcpy(me->map_mntpnt, w);
1273 prevnode->mapent->map_mntpnt, traversed_pat
[all...]
H A Dautod_mount.c155 me->map_mntpnt ? me->map_mntpnt : "",
194 path, issubtrigger ? "" : subdir, me->map_mntpnt);
198 issubtrigger ? "" : subdir, me->map_mntpnt);
272 "%s%s", subdir, me->map_mntpnt);
H A Dautod_autofs.c103 trig_mntpnt = me->map_mntpnt;
H A Dautod_readdir.c252 p = me->map_mntpnt;
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h157 char *map_mntpnt; /* path from mount root */ member in struct:mapent

Completed in 80 milliseconds