__NEW_UTS_LEN
char tmp[__NEW_UTS_LEN + 1];
snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c",
char uts_version[__NEW_UTS_LEN + 1];
char uts_version[__NEW_UTS_LEN + 1];
char tmp[__NEW_UTS_LEN + 1];
char tmp[__NEW_UTS_LEN + 1];
static char host_info[(__NEW_UTS_LEN + 1) * 5];
char nodename[__NEW_UTS_LEN + 1];
#define CIFS_MAX_WORKSTATION_LEN (__NEW_UTS_LEN + 1) /* reasonable max for client */
#define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
#define UNX_MAXNODENAME __NEW_UTS_LEN
char name[__NEW_UTS_LEN + 1];
char sysname[__NEW_UTS_LEN + 1];
char nodename[__NEW_UTS_LEN + 1];
char release[__NEW_UTS_LEN + 1];
char version[__NEW_UTS_LEN + 1];
char machine[__NEW_UTS_LEN + 1];
char domainname[__NEW_UTS_LEN + 1];
char tmp[__NEW_UTS_LEN];
if (len < 0 || len > __NEW_UTS_LEN)
char tmp[__NEW_UTS_LEN + 1];
char tmp[__NEW_UTS_LEN];
if (len < 0 || len > __NEW_UTS_LEN)
char tmp_data[__NEW_UTS_LEN + 1];
__NEW_UTS_LEN);
__NEW_UTS_LEN);