Searched refs:__NEW_UTS_LEN (Results 1 – 2 of 2) 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];
40 #ifndef __NEW_UTS_LEN41 # define __NEW_UTS_LEN 64 macro53 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()