Home | History | Annotate | Download | only in openssh

Lines Matching refs:WTMPX_FILE

1267 	if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) {
1269 WTMPX_FILE, strerror(errno));
1277 WTMPX_FILE, strerror(errno));
1284 updwtmpx(WTMPX_FILE, utx);
1354 if ((fd = open(WTMPX_FILE, O_RDONLY)) < 0) {
1356 WTMPX_FILE, strerror(errno));
1361 WTMPX_FILE, strerror(errno));
1376 WTMPX_FILE, strerror(errno));