/external/libppp/src/ |
id.h | 70 logwtmp((u)->ut_line, "", ""); \ 79 logwtmp(ut.ut_line, "", ""); \
|
id.c | 210 logwtmp(ut->ut_line, "", ""); 211 log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut->ut_line); 231 logwtmp(ut_line, "", ""); 232 log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut_line);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utmp.h | 52 extern void logwtmp (__const char *__ut_line, __const char *__ut_name,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 52 extern void logwtmp (__const char *__ut_line, __const char *__ut_name,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 52 extern void logwtmp (__const char *__ut_line, __const char *__ut_name,
|
/external/ppp/pppd/ |
pppd.h | 657 void logwtmp __P((const char *, const char *, const char *)); [all...] |
auth.c | [all...] |
sys-linux.c | 2147 void logwtmp (const char *line, const char *name, const char *host) function [all...] |
sys-solaris.c | 2460 logwtmp(line, name, host) function [all...] |
/external/dropbear/ |
loginrec.c | 58 in libutil, along with logwtmp() etc. On these systems, we fall back 902 /* This is a slight modification of code in OpenBSD's logwtmp.c */ 1068 /* This is a slight modification of code in OpenBSD's logwtmp.c */ 1246 logwtmp(line, "", ""); 1250 * login, but no logout? what if logout but no logwtmp? All [all...] |
configure | [all...] |
/external/openssh/ |
loginrec.c | 77 * in libutil, along with logwtmp() etc. On these systems, we fall back 1087 * This is a slight modification of code in OpenBSD's logwtmp.c 1258 * This is a slight modification of code in OpenBSD's logwtmp.c [all...] |
configure | [all...] |