HomeSort by relevance Sort by last modified time
    Searched refs:authfile (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
svr-authpubkey.c 157 FILE * authfile = NULL; local
189 authfile = fopen(filename, "r");
190 if (authfile == NULL) {
200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) {
244 if (authfile) {
245 fclose(authfile);
dbutil.h 56 int buf_getline(buffer * line, FILE * authfile);
dbutil.c 567 int buf_getline(buffer * line, FILE * authfile) {
578 c = fgetc(authfile); /*getc() is weird with some uClibc systems*/

Completed in 29 milliseconds