HomeSort by: relevance | last modified time | path
    Searched defs:multistate_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.c 1144 const struct multistate *multistate_ptr)
1152 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1153 if (strcasecmp(arg, multistate_ptr[i].key) == 0)
1154 return multistate_ptr[i].value;
1189 const struct multistate *multistate_ptr; local
1286 multistate_ptr = multistate_flag;
1287 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1288 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1289 value = multistate_ptr[i].value;
1308 multistate_ptr = multistate_flag
    [all...]
servconf.c 1477 const struct multistate *multistate_ptr; local
1629 multistate_ptr = multistate_addressfamily;
1636 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1637 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1638 value = multistate_ptr[i].value;
1701 multistate_ptr = multistate_permitrootlogin;
1706 multistate_ptr = multistate_ignore_rhosts;
1732 multistate_ptr = multistate_flag;
1923 multistate_ptr = multistate_compression;
1956 multistate_ptr = multistate_gatewayports
    [all...]

Completed in 16 milliseconds