Searched refs:buf_getline (Results 1 – 4 of 4) sorted by relevance
56 int buf_getline(buffer * line, FILE * authfile);
200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) { in checkpubkey()
232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) { in checkhostkey()
567 int buf_getline(buffer * line, FILE * authfile) { in buf_getline() function