Searched refs:processor (Results 1 – 2 of 2) sorted by relevance
/coreutils/src/ |
D | uname.c | 329 static char processor[257]; in main() local 330 if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor)) in main() 331 element = processor; in main() 337 static char processor[257]; in main() local 338 size_t s = sizeof processor; in main() 340 if (sysctl (mib, 2, processor, &s, 0, 0) >= 0) in main() 341 element = processor; in main()
|
/coreutils/doc/ |
D | coreutils.texi | 14407 than a couple megabytes, and especially if you are using a multi-processor 17154 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system} 17176 Print all of the below information, except omit the processor type 17211 @itemx --processor 17213 @opindex --processor 17214 @cindex host processor type 17215 Print the processor type (sometimes called the instruction set 20101 processor, written in @command{ratfor}. @command{ratfor} looks an awful
|