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

  /external/dropbear/
loginrec.h 82 # if defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
loginrec.c 1075 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) {
1077 WTMPX_FILE, strerror(errno));
1085 WTMPX_FILE, strerror(errno));
1158 if ((fd = open(WTMPX_FILE, O_RDONLY)) < 0) {
1160 WTMPX_FILE, strerror(errno));
1165 WTMPX_FILE, strerror(errno));
1180 WTMPX_FILE, strerror(errno));
    [all...]
configure     [all...]

Completed in 126 milliseconds