Lines Matching defs:format
38 "[f:format?List the \bprintf\b(3) format signature for each message in"
39 " \acatfile\a. A format signature is one line containing one character"
40 " per format specification:]{"
59 " format, defined as follows. Note that the fields of a message text"
184 ccsfprintf(int from, int to, Sfio_t* sp, const char* format, ...)
191 va_start(ap, format);
193 n = sfvprintf(sp, format, ap);
196 n = sfvprintf(tp, format, ap);
228 int format = 0;
239 format = list = 1;
276 if (format)