OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UT_NAMESIZE
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
utmp.h
39
#define
UT_NAMESIZE
8
65
char ut_user[
UT_NAMESIZE
];
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
utmp.h
39
#define
UT_NAMESIZE
8
65
char ut_user[
UT_NAMESIZE
];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h
32
#define
UT_NAMESIZE
32
66
char ut_user[
UT_NAMESIZE
]; /* Username. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h
32
#define
UT_NAMESIZE
32
66
char ut_user[
UT_NAMESIZE
]; /* Username. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h
32
#define
UT_NAMESIZE
32
66
char ut_user[
UT_NAMESIZE
]; /* Username. */
/external/toybox/toys/pending/
getty.c
280
xstrncpy(entry.ut_user, "LOGIN",
UT_NAMESIZE
);
289
xstrncpy(entry.ut_user, "LOGIN",
UT_NAMESIZE
);
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
[
all
...]
Completed in 329 milliseconds
1
2
3