OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NEW_UTS_LEN
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
utsname.h
31
#define
__NEW_UTS_LEN
64
42
char sysname[
__NEW_UTS_LEN
+ 1];
44
char nodename[
__NEW_UTS_LEN
+ 1];
45
char release[
__NEW_UTS_LEN
+ 1];
46
char version[
__NEW_UTS_LEN
+ 1];
47
char machine[
__NEW_UTS_LEN
+ 1];
49
char domainname[
__NEW_UTS_LEN
+ 1];
/development/ndk/platforms/android-3/include/linux/
utsname.h
25
#define
__NEW_UTS_LEN
64
/development/ndk/platforms/android-L/include/linux/
utsname.h
31
#define
__NEW_UTS_LEN
64
42
char sysname[
__NEW_UTS_LEN
+ 1];
44
char nodename[
__NEW_UTS_LEN
+ 1];
45
char release[
__NEW_UTS_LEN
+ 1];
46
char version[
__NEW_UTS_LEN
+ 1];
47
char machine[
__NEW_UTS_LEN
+ 1];
49
char domainname[
__NEW_UTS_LEN
+ 1];
/external/kernel-headers/original/uapi/linux/
utsname.h
14
#define
__NEW_UTS_LEN
64
25
char sysname[
__NEW_UTS_LEN
+ 1];
26
char nodename[
__NEW_UTS_LEN
+ 1];
27
char release[
__NEW_UTS_LEN
+ 1];
28
char version[
__NEW_UTS_LEN
+ 1];
29
char machine[
__NEW_UTS_LEN
+ 1];
30
char domainname[
__NEW_UTS_LEN
+ 1];
Completed in 301 milliseconds