OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WTMPX_FILE
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/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
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h
38
# define
WTMPX_FILE
_PATH_WTMPX
96
/* Append entry UTMP to the wtmpx-like file
WTMPX_FILE
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
...]
/external/openssh/
loginrec.c
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);
[
all
...]
logintest.c
273
printf("\tUSE_WTMPX (
WTMPX_FILE
=%s)\n",
WTMPX_FILE
);
defines.h
730
# if defined(
WTMPX_FILE
) && !defined(DISABLE_WTMPX)
configure
[
all
...]
Completed in 116 milliseconds