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

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

Completed in 166 milliseconds