bsdi_strings 187 compat/common/kern_info_43.c char bsdi_strings[80]; /* It had better be less than this! */ bsdi_strings 271 compat/common/kern_info_43.c bzero(bsdi_strings, sizeof(bsdi_strings)); bsdi_strings 273 compat/common/kern_info_43.c s = bsdi_strings; bsdi_strings 275 compat/common/kern_info_43.c bsdi_si.bsdi_ostype = ((char *)(s - bsdi_strings)) + bsdi_strings 277 compat/common/kern_info_43.c strlcpy(s, ostype, bsdi_strings + sizeof bsdi_strings - s); bsdi_strings 280 compat/common/kern_info_43.c bsdi_si.bsdi_osrelease = ((char *)(s - bsdi_strings)) + bsdi_strings 282 compat/common/kern_info_43.c strlcpy(s, osrelease, bsdi_strings + sizeof bsdi_strings - s); bsdi_strings 285 compat/common/kern_info_43.c bsdi_si.bsdi_machine = ((char *)(s - bsdi_strings)) + bsdi_strings 287 compat/common/kern_info_43.c strlcpy(s, machine, bsdi_strings + sizeof bsdi_strings - s); bsdi_strings 290 compat/common/kern_info_43.c needed = sizeof(bsdi_si) + (s - bsdi_strings); bsdi_strings 316 compat/common/kern_info_43.c error = copyout(&bsdi_strings, SCARG(uap, where) +