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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c492 const char *verboseStr, *minStr, *maxStr, *gammaStr, *scanorderStr, *asciiStr; local
500 asciiStr = "0";
533 asciiStr = Tcl_GetStringFromObj(objv[i], (int *) NULL);
571 c = asciiStr[0]; length = strlen (asciiStr);
572 if (!strncmp (asciiStr, "1", length) || \
573 !strncmp (asciiStr, "true", length) || \
574 !strncmp (asciiStr, "on", length)) {
576 } else if (!strncmp (asciiStr, "0", length) || \
577 !strncmp (asciiStr, "fals
[all...]

Completed in 192 milliseconds