Searched refs:map_fswq (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c349 * map_fsw and map_fswq hold information which will be
357 ((me->map_fswq = strdup(wq)) == NULL))
375 len = strlen(me->map_fswq) + strlen(wq) + 4;
378 sprintf(fswq, "%s %s", me->map_fswq, wq);
379 free(me->map_fswq);
380 me->map_fswq = fswq;
1263 * parses the filesystem information stored in me->map_fsw and me->map_fswq
1281 me->map_fswq, &bufp, &bufq, wordsz);
1283 err = parse_special(me, me->map_fsw, me->map_fswq,
1288 *me->map_fswq !
[all...]
H A Dautomount.h143 char *map_fswq; /* quoted mountfs information */ member in struct:mapent
H A Dns_fnmount.c790 me->map_fswq = NULL;

Completed in 103 milliseconds