HomeSort by: relevance | last modified time | path
    Searched refs:n_options (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/autofs/
common.h 57 char *n_options; member in struct:node
automount.c 179 mount_if_not_already(n, n->n_map, n->n_options,
185 mount_if_not_already(n2, n->n_map, n->n_options,
common.c 164 n->n_options = checked_strdup("");
186 n->n_options = options;
188 n->n_options = strdup("");
217 n->n_options = options;
219 n->n_options = strdup("");
242 n = node_new(parent, o->n_key, o->n_options, o->n_location,
590 options = concat(x, ',', n->n_options);
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 732 uint16_t si_len, uni_len, n_options; local
812 n_options = 0;
832 n_options++;
842 n_options++;
846 n_options++;
1147 n_options)
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 2192 int n_options = OSSL_NELEM(cmp_options) - 1; local
2198 n_options--;
2199 OPENSSL_assert(OSSL_NELEM(cmp_vars) == n_options
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 2731 int n_options = OSSL_NELEM(cmp_options) - 1; local
2737 n_options--;
2738 OPENSSL_assert(OSSL_NELEM(cmp_vars) == n_options + OPT_PROV__FIRST + 1 - OPT_PROV__LAST + OPT_R__FIRST + 1 - OPT_R__LAST + OPT_V__FIRST + 1 - OPT_V__LAST);

Completed in 28 milliseconds