Searched refs:__NEW_UTS_LEN (Results 1 – 11 of 11) sorted by relevance
14 #define __NEW_UTS_LEN 64 macro25 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];
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_string(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()
6600 [!__NEW_UTS_LEN] (__NEW_UTS_LEN): Define.6603 __NEW_UTS_LEN.6605 [!__NEW_UTS_LEN] (__NEW_UTS_LEN): Define.6608 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()
69 #define MAX_NAME_LEN __NEW_UTS_LEN
74 #define MAX_LENGTH __NEW_UTS_LEN
78 #define MAX_LENGTH __NEW_UTS_LEN
81 #define MAX_NAME_LEN __NEW_UTS_LEN