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

/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c116 char sysinfo_str[MAXLEN]; local
220 if (sysinfo(SI_ARCHITECTURE,sysinfo_str,MAXLEN) < 0) {
226 if (strcmp(sysinfo_str,"i386")) {
H A Dunix2dos.c123 char sysinfo_str[MAXLEN]; local
224 if (sysinfo(SI_ARCHITECTURE, sysinfo_str, MAXLEN) < 0) {
231 if (strcmp(sysinfo_str, "i386")) {

Completed in 44 milliseconds