Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dcommon.c169 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 Dautomount.c218 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 Dcommon.h47 char *n_options; member
/freebsd/crypto/openssl/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()