Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dutsname.h15 #define __NEW_UTS_LEN 64 macro
26 char sysname[__NEW_UTS_LEN + 1];
27 char nodename[__NEW_UTS_LEN + 1];
28 char release[__NEW_UTS_LEN + 1];
29 char version[__NEW_UTS_LEN + 1];
30 char machine[__NEW_UTS_LEN + 1];
31 char domainname[__NEW_UTS_LEN + 1];
/external/strace/
Dsysmips.c41 #ifndef __NEW_UTS_LEN
42 # define __NEW_UTS_LEN 64 macro
54 char nodename[__NEW_UTS_LEN + 1]; in SYS_FUNC()
58 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), in SYS_FUNC()
62 print_quoted_cstring(nodename, __NEW_UTS_LEN + 1); in SYS_FUNC()
Dhostname.c7 #ifndef __NEW_UTS_LEN
8 # define __NEW_UTS_LEN 64 macro
15 if (len > __NEW_UTS_LEN) { in SYS_FUNC()
DChangeLog21244 [!__NEW_UTS_LEN] (__NEW_UTS_LEN): Define.
21247 __NEW_UTS_LEN.
21249 [!__NEW_UTS_LEN] (__NEW_UTS_LEN): Define.
21252 as a pointer when the second argument exceeds __NEW_UTS_LEN.
/external/strace/tests-m32/
Dsethostname.c43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64 macro
53 len = __NEW_UTS_LEN; in main()
65 len = __NEW_UTS_LEN + 1; in main()
/external/strace/tests/
Dsethostname.c43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64 macro
53 len = __NEW_UTS_LEN; in main()
65 len = __NEW_UTS_LEN + 1; in main()
/external/strace/tests-mx32/
Dsethostname.c43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64 macro
53 len = __NEW_UTS_LEN; in main()
65 len = __NEW_UTS_LEN + 1; in main()
/external/ltp/testcases/kernel/syscalls/getdomainname/
Dgetdomainname01.c69 #define MAX_NAME_LEN __NEW_UTS_LEN
/external/ltp/testcases/kernel/syscalls/sethostname/
Dsethostname01.c74 #define MAX_LENGTH __NEW_UTS_LEN
Dsethostname03.c78 #define MAX_LENGTH __NEW_UTS_LEN
/external/ltp/testcases/kernel/syscalls/setdomainname/
Dsetdomainname03.c81 #define MAX_NAME_LEN __NEW_UTS_LEN