Home | History | Annotate | Download | only in openssh

Lines Matching defs:cbuf

1553 	char *cp, *obuf, *cbuf;
1557 obuf = cbuf = xstrdup(buffer_ptr(conf));
1560 while ((cp = strsep(&cbuf, "\n")) != NULL) {