Searched refs:newoptions (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/openresolv/ |
H A D | named.in | 54 newoptions="# Generated by resolvconf$NL" 55 newzones="$newoptions" 65 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL" 93 [ "$(cat "$named_options")" != "$(printf %s "$newoptions")" ] 95 printf %s "$newoptions" >"$named_options"
|
/freebsd/usr.sbin/autofs/ |
H A D | automountd.c | 92 char *tofree, *pair, *newoptions; in pick_option() local 98 newoptions = calloc(1, strlen(*optionsp) + 1); in pick_option() 99 if (newoptions == NULL) in pick_option() 110 strcat(newoptions, ","); in pick_option() 113 strcat(newoptions, pair); in pick_option() 118 *optionsp = newoptions; in pick_option()
|
/freebsd/sbin/fsck/ |
H A D | fsck.c | 443 char *newoptions; in addoption() local 446 if ((newoptions = strchr(optstr, ':')) == NULL) in addoption() 449 *newoptions++ = '\0'; in addoption() 453 catopt(&e->options, newoptions); in addoption() 456 addentry(&opthead, optstr, newoptions); in addoption()
|