Searched refs:__NEW_UTS_LEN (Results 1 – 8 of 8) sorted by relevance
15 #define __NEW_UTS_LEN 64 macro26 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];
41 #ifndef __NEW_UTS_LEN42 # define __NEW_UTS_LEN 64 macro54 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()
7 #ifndef __NEW_UTS_LEN8 # define __NEW_UTS_LEN 64 macro15 if (len > __NEW_UTS_LEN) { in SYS_FUNC()
21244 [!__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.
43 #ifndef __NEW_UTS_LEN44 # define __NEW_UTS_LEN 64 macro53 len = __NEW_UTS_LEN; in main()65 len = __NEW_UTS_LEN + 1; in main()
19 #define MAX_NAME_LEN __NEW_UTS_LEN