Home
last modified time | relevance | path

Searched refs:__NEW_UTS_LEN (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dutsname.h14 #define __NEW_UTS_LEN 64 macro
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];
/external/strace/
Dsysmips.c40 #ifndef __NEW_UTS_LEN
41 # define __NEW_UTS_LEN 64 macro
53 char nodename[__NEW_UTS_LEN + 1]; in SYS_FUNC()
57 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), in SYS_FUNC()
61 print_quoted_string(nodename, __NEW_UTS_LEN + 1, in SYS_FUNC()