Lines Matching defs:line
204 char line[SSH_MAX_PUBKEY_BYTES], *cp, *ep, *line_opts;
214 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
216 for (cp = line; *cp == ' ' || *cp == '\t'; cp++)
228 * If the line has internal whitespace then assume it has
261 char line[SSH_MAX_PUBKEY_BYTES];
283 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
289 for (cp = line; *cp == ' ' || *cp == '\t'; cp++)
310 /* still no key? advance to next line*/
324 debug("matching CA found: file %s, line %lu, %s %s",
363 debug("matching key found: file %s, line %lu",