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

/freebsd-11-stable/contrib/openresolv/
H A Dnamed.in54 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-11-stable/usr.sbin/autofs/
H A Dautomountd.c96 char *tofree, *pair, *newoptions; local
102 newoptions = calloc(strlen(*optionsp) + 1, 1);
103 if (newoptions == NULL)
114 strcat(newoptions, ",");
117 strcat(newoptions, pair);
122 *optionsp = newoptions;
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c443 char *newoptions; local
446 if ((newoptions = strchr(optstr, ':')) == NULL)
449 *newoptions++ = '\0';
453 catopt(&e->options, newoptions);
456 addentry(&opthead, optstr, newoptions);

Completed in 120 milliseconds