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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.h47 char *n_options; member in struct:node
H A Dcommon.c169 n->n_options = checked_strdup("");
191 n->n_options = options;
193 n->n_options = strdup("");
222 n->n_options = options;
224 n->n_options = strdup("");
247 n = node_new(parent, o->n_key, o->n_options, o->n_location,
598 options = concat(x, ',', n->n_options);
H A Dautomount.c218 mount_if_not_already(n, n->n_map, n->n_options,
224 mount_if_not_already(n2, n->n_map, n->n_options,
/freebsd-current/crypto/openssl/apps/
H A Dcmp.c2192 int n_options = OSSL_NELEM(cmp_options) - 1; local
2198 n_options--;
2199 OPENSSL_assert(OSSL_NELEM(cmp_vars) == n_options

Completed in 191 milliseconds