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

/freebsd-10.1-release/usr.sbin/autofs/
H A Dautomountd.c95 * Remove "fstype=whatever" from optionsp and return the "whatever" part.
98 pick_option(const char *option, char **optionsp) argument
104 tofree = *optionsp;
106 newoptions = calloc(strlen(*optionsp) + 1, 1);
110 while ((pair = strsep(optionsp, ",")) != NULL) {
126 *optionsp = newoptions;

Completed in 40 milliseconds