dopr_outch 173 libproff/vsnprintf.c dopr_outch( ch ); break; dopr_outch 174 libproff/vsnprintf.c case '%': dopr_outch( ch ); continue; dopr_outch 180 libproff/vsnprintf.c dopr_outch( ch ); dopr_outch 204 libproff/vsnprintf.c dopr_outch( ' ' ); dopr_outch 209 libproff/vsnprintf.c dopr_outch( ' ' ); dopr_outch 253 libproff/vsnprintf.c dopr_outch( signvalue ); dopr_outch 258 libproff/vsnprintf.c dopr_outch( zpad ); dopr_outch 263 libproff/vsnprintf.c dopr_outch( ' ' ); dopr_outch 266 libproff/vsnprintf.c if( signvalue ) dopr_outch( signvalue ); dopr_outch 267 libproff/vsnprintf.c while( place > 0 ) dopr_outch( convert[--place] ); dopr_outch 269 libproff/vsnprintf.c dopr_outch( ' ' ); dopr_outch 280 libproff/vsnprintf.c while(*str && cut-- > 0) dopr_outch(*str++); dopr_outch 282 libproff/vsnprintf.c while(*str) dopr_outch(*str++);