Searched refs:strIntel (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c137 #define strIntel "Intel" macro
448 sprintf (str, "\tHost byte order : %s\n", isIntel ()? strIntel: strMotorola); OUT;
450 strIntel: strMotorola); OUT;
540 if (strcmp (tmpStr, strIntel) == 0) {
546 "Must be ", strIntel, " or ", strMotorola,
600 sprintf (buf, strByteOrder, isIntel()? strIntel: strMotorola);
850 byteOrderStr = isIntel ()? strIntel: strMotorola;
931 if (!strncmp (byteOrderStr, strIntel, length)) {
937 "\": Should be ", strIntel, " or ", strMotorola,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c74 #define strIntel "Intel" macro
437 strIntel: strMotorola); OUT;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c112 #define strIntel "Intel" macro
257 sprintf (str, "\tHost byte order : %s\n", isIntel ()? strIntel: strMotorola); OUT;

Completed in 219 milliseconds