OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multistate_ptr
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
readconf.c
836
const struct multistate *
multistate_ptr
;
local
896
multistate_ptr
= multistate_flag;
903
for (i = 0;
multistate_ptr
[i].key != NULL; i++) {
904
if (strcasecmp(arg,
multistate_ptr
[i].key) == 0) {
905
value =
multistate_ptr
[i].value;
990
multistate_ptr
= multistate_yesnoask;
995
multistate_ptr
= multistate_yesnoask;
[
all
...]
servconf.c
971
const struct multistate *
multistate_ptr
;
local
[
all
...]
Completed in 479 milliseconds