HomeSort by: relevance | last modified time | path
    Searched defs:oattrib (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.c 745 char *arg, *oattrib = NULL, *attrib = NULL, *cmd, *host, *criteria; local
772 attrib = oattrib = xstrdup(attrib);
784 filename, linenum, oattrib);
811 this_result ? "" : "not ", oattrib);
829 filename, linenum, oattrib);
943 filename, linenum, this_result ? "": "not ", oattrib,
949 free(oattrib);
950 oattrib = attrib = NULL;
960 free(oattrib);
servconf.c 1182 char *arg, *attrib = NULL, *oattrib; local
1197 while ((oattrib = argv_next(acp, avp)) != NULL) {
1199 if (*oattrib == '#') {
1203 attrib = xstrdup(oattrib);
1383 error("Unsupported Match attribute %s", oattrib);

Completed in 58 milliseconds