Searched refs:newoptions (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openresolv/dist/ |
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"
|
/netbsd-src/usr.sbin/autofs/ |
H A D | automountd.c | 87 char *tofree, *pair, *newoptions; in pick_option() local 93 newoptions = calloc(1, strlen(*optionsp) + 1); in pick_option() 94 if (newoptions == NULL) in pick_option() 108 strcat(newoptions, ","); in pick_option() 109 strcat(newoptions, pair); in pick_option() 114 *optionsp = newoptions; in pick_option()
|
/netbsd-src/sbin/fsck/ |
H A D | fsck.c | 446 char *newoptions; in addoption() local 449 if ((newoptions = strchr(optstr, ':')) == NULL) in addoption() 452 *newoptions++ = '\0'; in addoption() 456 catopt(&e->options, newoptions); in addoption() 459 addentry(&opthead, optstr, newoptions); in addoption()
|