Home | History | Annotate | Download | only in openssh

Lines Matching refs:LASTLOG_FILE

1478 	char lastlog_file[1024];
1481 if (stat(LASTLOG_FILE, &st) != 0) {
1483 LASTLOG_FILE, strerror(errno));
1487 snprintf(lastlog_file, sizeof(lastlog_file), "%s/%s",
1488 LASTLOG_FILE, li->username);
1490 strlcpy(lastlog_file, LASTLOG_FILE, sizeof(lastlog_file));
1493 LASTLOG_FILE);
1497 *fd = open(lastlog_file, filemode, 0600);
1500 lastlog_file, strerror(errno));
1510 lastlog_file, strerror(errno));
1555 LASTLOG_FILE, strerror(errno));
1610 LASTLOG_FILE, strerror(errno));
1614 __func__, LASTLOG_FILE, (int)sizeof(last), ret);