Searched refs:oattrib (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | readconf.c | 552 char *arg, *oattrib, *attrib, *cmd, *cp = *condition, *host, *criteria; in match_cfg_line() local 575 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line() 586 filename, linenum, oattrib); in match_cfg_line() 601 this_result ? "" : "not ", oattrib); in match_cfg_line() 673 oattrib, criteria); in match_cfg_line()
|