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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h 38 # define WTMPX_FILE _PATH_WTMPX
96 /* Append entry UTMP to the wtmpx-like file WTMPX_FILE.
  /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 233 milliseconds