HomeSort by: relevance | last modified time | path
    Searched defs:newoptions (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/autofs/
automountd.c 87 char *tofree, *pair, *newoptions; local in function:pick_option
93 newoptions = calloc(1, strlen(*optionsp) + 1);
94 if (newoptions == NULL)
108 strcat(newoptions, ",");
109 strcat(newoptions, pair);
114 *optionsp = newoptions;
  /src/sbin/fsck/
fsck.c 446 char *newoptions; local in function:addoption
449 if ((newoptions = strchr(optstr, ':')) == NULL)
452 *newoptions++ = '\0';
456 catopt(&e->options, newoptions);
459 addentry(&opthead, optstr, newoptions);

Completed in 12 milliseconds