Home | History | Annotate | Download | only in dropbear

Lines Matching refs:LASTLOG_FILE

1320 	char lastlog_file[1024];
1322 type = lastlog_filetype(LASTLOG_FILE);
1325 strlcpy(lastlog_file, LASTLOG_FILE, sizeof(lastlog_file));
1328 snprintf(lastlog_file, sizeof(lastlog_file), "%s/%s",
1329 LASTLOG_FILE, li->username);
1333 LASTLOG_FILE);
1337 *fd = open(lastlog_file, filemode);
1340 lastlog_file, strerror(errno));
1350 lastlog_file, strerror(errno));
1374 LASTLOG_FILE, strerror(errno));