Home
last modified time | relevance | path

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

/trueos/usr.sbin/autofs/
HDautomountd.c93 pick_option(const char *option, char **optionsp) in pick_option() argument
99 tofree = *optionsp; in pick_option()
101 newoptions = calloc(strlen(*optionsp) + 1, 1); in pick_option()
105 while ((pair = strsep(optionsp, ",")) != NULL) { in pick_option()
121 *optionsp = newoptions; in pick_option()