Searched refs:lastlog_file (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dloginrec.c1477 char lastlog_file[1024]; local
1486 snprintf(lastlog_file, sizeof(lastlog_file), "%s/%s",
1489 strlcpy(lastlog_file, LASTLOG_FILE, sizeof(lastlog_file));
1496 *fd = open(lastlog_file, filemode, 0600);
1499 lastlog_file, strerror(errno));
1509 lastlog_file, strerror(errno));

Completed in 49 milliseconds