HomeSort by relevance Sort by last modified time
    Searched full:read_keyfile_line (Results 1 - 7 of 7) sorted by null

  /external/openssh/
misc.h 144 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
authfile.c 314 while (read_keyfile_line(f, filename, line, sizeof(line),
524 while (read_keyfile_line(f, filename, line, sizeof(line),
auth2-pubkey.c 569 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
774 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
hostfile.c 694 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) {
ssh-keyscan.c 821 while (read_keyfile_line(fp,
misc.c 696 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz, function
ssh-keygen.c 900 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) {
    [all...]

Completed in 115 milliseconds