Searched defs:machine (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcmd/
H A Duname.c52 "[m:machine?The name of the hardware type the system is running on.]"
125 #define SYSNAME #(getprd machine)
142 char* machine; member in struct:utsname
180 if (!(ut->machine = arch))
182 ut->machine = MACHINE;
394 output(OPT_machine, ut.machine, "machine");
398 s = ut.machine;
478 extra(machine);

Completed in 13 milliseconds