Searched refs:n_options (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/autofs/ |
H A D | common.c | 169 n->n_options = checked_strdup(""); in node_new_root() 191 n->n_options = options; in node_new() 193 n->n_options = strdup(""); in node_new() 222 n->n_options = options; in node_new_map() 224 n->n_options = strdup(""); in node_new_map() 247 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate() 598 options = concat(x, ',', n->n_options); in node_options_x()
|
H A D | automount.c | 218 mount_if_not_already(n, n->n_map, n->n_options, in mount_unmount() 224 mount_if_not_already(n2, n->n_map, n->n_options, in mount_unmount()
|
H A D | common.h | 47 char *n_options; member
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 2192 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()
|