Searched refs:_UTSNAME_SYSNAME_LENGTH (Results 1 – 2 of 2) sorted by relevance
57 #define _UTSNAME_SYSNAME_LENGTH 32 macro64 … char sysname[_UTSNAME_SYSNAME_LENGTH]; /* name of this implementation of the operating system */
340 strncpy(name->sysname, os, _UTSNAME_SYSNAME_LENGTH - 1); in uname()
Completed in 3 milliseconds