OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pututxline
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h
84
extern struct utmpx *
pututxline
(__const struct utmpx *__utmpx);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h
84
extern struct utmpx *
pututxline
(__const struct utmpx *__utmpx);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h
84
extern struct utmpx *
pututxline
(__const struct utmpx *__utmpx);
/external/dropbear/
loginrec.c
805
/* if we have the wherewithall, use
pututxline
etc. */
812
/* write a utmpx entry with the system's help (
pututxline
() and pals) */
818
pututxline
(utx);
[
all
...]
configure
860
--disable-
pututxline
Disable use of
pututxline
() etc. (uwtmpx) no
[
all
...]
/external/openssh/
loginrec.c
989
/* if we have the wherewithall, use
pututxline
etc. */
996
/* write a utmpx entry with the system's help (
pututxline
() and pals) */
1002
pututxline
(utx);
[
all
...]
configure
[
all
...]
Completed in 77 milliseconds