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