OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UT_LINESIZE
(Results
51 - 58
of
58
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
utmp.h
40
#define
UT_LINESIZE
8
48
char ll_line[
UT_LINESIZE
];
63
char ut_line[
UT_LINESIZE
];
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
utmp.h
40
#define
UT_LINESIZE
8
48
char ll_line[
UT_LINESIZE
];
63
char ut_line[
UT_LINESIZE
];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h
31
#define
UT_LINESIZE
32
45
char ll_line[
UT_LINESIZE
];
64
char ut_line[
UT_LINESIZE
]; /* Devicename. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h
31
#define
UT_LINESIZE
32
45
char ll_line[
UT_LINESIZE
];
64
char ut_line[
UT_LINESIZE
]; /* Devicename. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h
31
#define
UT_LINESIZE
32
45
char ll_line[
UT_LINESIZE
];
64
char ut_line[
UT_LINESIZE
]; /* Devicename. */
/external/toybox/toys/pending/
getty.c
278
strlen("/dev/"),
UT_LINESIZE
);
288
xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen("/dev/"),
UT_LINESIZE
);
last.c
61
if (!strncmp(ut->ut_line, devname,
UT_LINESIZE
)) {
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
[
all
...]
Completed in 727 milliseconds
1
2
3