Lines Matching refs:string
238 write to the character string str. These functions write the
239 output under the control of a format string that specifies
245 size-1 of the characters printed into the output string (the
248 the string was too short and some of the printed characters
266 The format string is composed of zero or more directives:
298 o An optional decimal digit string specifying a minimum
306 by an optional digit string. If the digit string
314 from a string for s conversions.
344 instead of a digit string. In this case, an int argument supplies the
392 of character type (pointer to a string). Characters
422 To allocate a 128 byte string and print into it:
464 # include <string.h>
798 * precision = numbers of chars in string to use
1002 /* format string will be at most 10 chars long ... */
1005 /* fprintf(stderr,"format string '%s'\n", formatstr); */