Searched defs:outsegment (Results 1 – 1 of 1) sorted by relevance
150 struct outsegment { struct151 int width; /* width OR width parameter number */152 int precision; /* precision OR precision parameter number */153 unsigned int flags;154 unsigned int input; /* input argument array index */155 char *start; /* format string start to output */156 size_t outlen; /* number of bytes from the format string to output */
Completed in 7 milliseconds