HomeSort by relevance Sort by last modified time
    Searched refs:__NEW_UTS_LEN (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/uapi/linux/
utsname.h 29 #define __NEW_UTS_LEN 64
38 char sysname[__NEW_UTS_LEN + 1];
39 char nodename[__NEW_UTS_LEN + 1];
40 char release[__NEW_UTS_LEN + 1];
41 char version[__NEW_UTS_LEN + 1];
42 char machine[__NEW_UTS_LEN + 1];
43 char domainname[__NEW_UTS_LEN + 1];
  /external/kernel-headers/original/uapi/linux/
utsname.h 15 #define __NEW_UTS_LEN 64
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];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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];
  /external/strace/tests/
sethostname.c 43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64
53 len = __NEW_UTS_LEN;
65 len = __NEW_UTS_LEN + 1;
  /external/strace/tests-m32/
sethostname.c 43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64
53 len = __NEW_UTS_LEN;
65 len = __NEW_UTS_LEN + 1;
  /external/strace/tests-mx32/
sethostname.c 43 #ifndef __NEW_UTS_LEN
44 # define __NEW_UTS_LEN 64
53 len = __NEW_UTS_LEN;
65 len = __NEW_UTS_LEN + 1;
  /external/strace/
sysmips.c 41 #ifndef __NEW_UTS_LEN
42 # define __NEW_UTS_LEN 64
54 char nodename[__NEW_UTS_LEN + 1];
58 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1),
62 print_quoted_cstring(nodename, __NEW_UTS_LEN + 1);
hostname.c 7 #ifndef __NEW_UTS_LEN
8 # define __NEW_UTS_LEN 64
15 if (len > __NEW_UTS_LEN) {
  /external/ltp/testcases/kernel/syscalls/getdomainname/
getdomainname01.c 69 #define MAX_NAME_LEN __NEW_UTS_LEN
  /external/ltp/testcases/kernel/syscalls/sethostname/
sethostname01.c 74 #define MAX_LENGTH __NEW_UTS_LEN
sethostname03.c 78 #define MAX_LENGTH __NEW_UTS_LEN
  /external/ltp/testcases/kernel/syscalls/setdomainname/
setdomainname03.c 81 #define MAX_NAME_LEN __NEW_UTS_LEN

Completed in 283 milliseconds