HomeSort by relevance Sort by last modified time
    Searched refs:multistate_ptr (Results 1 - 2 of 2) sorted by null

  /external/openssh/
readconf.c 757 const struct multistate *multistate_ptr; local
815 multistate_ptr = multistate_flag;
822 for (i = 0; multistate_ptr[i].key != NULL; i++) {
823 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
824 value = multistate_ptr[i].value;
909 multistate_ptr = multistate_yesnoask;
914 multistate_ptr = multistate_yesnoask;
    [all...]
servconf.c 903 const struct multistate *multistate_ptr; local
    [all...]

Completed in 38 milliseconds