Searched refs:_methods (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2.c578 auth2_methods_valid(const char *_methods, int need_enable) argument
584 if (*_methods == '\0') {
588 omethods = methods = xstrdup(_methods);
600 method, _methods);
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls_common.c1104 struct eap_method_type *methods = NULL, *_methods; local
1140 _methods = os_realloc_array(methods, num_methods,
1142 if (_methods == NULL) {
1147 methods = _methods;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c1260 } _methods[] = { local
1283 const struct _method_table *mthd = _methods;

Completed in 106 milliseconds