Home
last modified time | relevance | path

Searched refs:n_options (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/autofs/
H A Dcommon.c164 n->n_options = checked_strdup(""); in node_new_root()
186 n->n_options = options; in node_new()
188 n->n_options = strdup(""); in node_new()
217 n->n_options = options; in node_new_map()
219 n->n_options = strdup(""); in node_new_map()
242 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
590 options = concat(x, ',', n->n_options); in node_options_x()
H A Dautomount.c179 mount_if_not_already(n, n->n_map, n->n_options, in mount_unmount()
185 mount_if_not_already(n2, n->n_map, n->n_options, in mount_unmount()
H A Dcommon.h57 char *n_options; member
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c645 uint16_t si_len, uni_len, n_options; in dhcp6_makemessage() local
725 n_options = 0; in dhcp6_makemessage()
745 n_options++; in dhcp6_makemessage()
755 n_options++; in dhcp6_makemessage()
759 n_options++; in dhcp6_makemessage()
1061 n_options) in dhcp6_makemessage()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c2192 int n_options = OSSL_NELEM(cmp_options) - 1; in read_config() local
2198 n_options--; in read_config()
2199 OPENSSL_assert(OSSL_NELEM(cmp_vars) == n_options in read_config()