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

/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c1394 char newFormat[40]; /* A new format specifier is generated here. */
1454 register char *newPtr = newFormat;
1683 sprintf(dst+dstSize, newFormat, doubleValue);
1686 sprintf(dst+dstSize, newFormat, (short) intValue);
1688 sprintf(dst+dstSize, newFormat, intValue);
1691 sprintf(dst+dstSize, newFormat, ptrValue);
1378 char newFormat[40]; /* A new format specifier is generated here. */ local

Completed in 241 milliseconds