Searched refs:multistate_ptr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dreadconf.c990 const struct multistate *multistate_ptr)
998 for (i = 0; multistate_ptr[i].key != NULL; i++) {
999 if (strcasecmp(arg, multistate_ptr[i].key) == 0)
1000 return multistate_ptr[i].value;
1034 const struct multistate *multistate_ptr; local
1131 multistate_ptr = multistate_flag;
1132 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1133 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1134 value = multistate_ptr[i].value;
1153 multistate_ptr
989 parse_multistate_value(const char *arg, const char *filename, int linenum, const struct multistate *multistate_ptr) argument
[all...]
H A Dservconf.c1206 const struct multistate *multistate_ptr; local
1341 multistate_ptr = multistate_addressfamily;
1348 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1349 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1350 value = multistate_ptr[i].value;
1413 multistate_ptr = multistate_permitrootlogin;
1418 multistate_ptr = multistate_ignore_rhosts;
1424 multistate_ptr = multistate_flag;
1607 multistate_ptr = multistate_compression;
1640 multistate_ptr
[all...]

Completed in 170 milliseconds