Lines Matching refs:format
25 * from the normal C string format, at least as far as I can tell from
102 static int dopr (char *buffer, size_t maxlen, const char *format,
116 /* format read states */
126 /* format flags - Bits */
144 static int dopr (char *buffer, size_t maxlen, const char *format, va_list args)
161 ch = *format++;
176 ch = *format++;
183 ch = *format++;
187 ch = *format++;
191 ch = *format++;
195 ch = *format++;
199 ch = *format++;
210 ch = *format++;
215 ch = *format++;
225 ch = *format++;
236 ch = *format++;
241 ch = *format++;
253 ch = *format++;
257 ch = *format++;
261 ch = *format++;
374 ch = *format++;
380 ch = *format++;
798 printf ("Testing snprintf format codes against system sprintf...\n");
807 printf("snprintf doesn't match Format: %s\n\tsnprintf = %s\n\tsprintf = %s\n",
821 printf("snprintf doesn't match Format: %s\n\tsnprintf = %s\n\tsprintf = %s\n",