Lines Matching refs:format
47 "[t:radix|format?Write each string preceded by its byte offset from the"
48 " start of the file. The offset radix is determined by:]:[format]{"
128 strings(Sfio_t* in, Sfio_t* out, register int width, char* format, register int flags)
140 if (format)
142 c = strlen(format) - 1;
144 sfsprintf(fmt, sizeof(fmt), "%%%.*sI*%c", c, format, format[c]);
146 sfsprintf(fmt, sizeof(fmt), "%%%.*sI*%c %%.*s\n", c, format, format[c]);
163 if (format)
209 register char* format = 0;
232 format = "07d";
237 format = opt_info.arg;
239 error(2, "%d: format must be d, o, or x", opt_info.arg);
265 if (!strings(fp, sfstdout, width, format, flags))