Home
last modified time | relevance | path

Searched refs:optionsp (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dautomountd.c90 pick_option(const char *option, char **optionsp) in pick_option() argument
96 tofree = *optionsp; in pick_option()
98 newoptions = calloc(1, strlen(*optionsp) + 1); in pick_option()
102 while ((pair = strsep(optionsp, ",")) != NULL) { in pick_option()
118 *optionsp = newoptions; in pick_option()