OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WTMP_FILE
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmp.h
35
#define
WTMP_FILE
_PATH_WTMP
55
/* Append entry UTMP to the wtmp-like file
WTMP_FILE
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h
35
#define
WTMP_FILE
_PATH_WTMP
55
/* Append entry UTMP to the wtmp-like file
WTMP_FILE
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h
35
#define
WTMP_FILE
_PATH_WTMP
55
/* Append entry UTMP to the wtmp-like file
WTMP_FILE
. */
/external/dropbear/
loginrec.h
48
#ifndef
WTMP_FILE
50
# define
WTMP_FILE
_PATH_WTMP
53
# define
WTMP_FILE
CONF_WTMP_FILE
85
# if defined(
WTMP_FILE
) && !defined(DISABLE_WTMP)
/external/openssh/
defines.h
693
#ifndef
WTMP_FILE
695
# define
WTMP_FILE
_PATH_WTMP
698
# define
WTMP_FILE
CONF_WTMP_FILE
733
# if defined(
WTMP_FILE
) && !defined(DISABLE_WTMP)
Completed in 53 milliseconds