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