Lines Matching full:converted
499 subsequent arguments are converted for output. If there are insufficient
517 - An optional minimum field width. If the converted value has fewer
539 appear (in that order) before the argument (if any) to be converted. A negative
548 converted if this flag is not specified.)
553 # The result is converted to an "alternative form".
576 its value shall be converted to signed char or unsigned char before
582 its value shall be converted to short int or unsigned short int
614 d,i The int argument is converted to signed decimal in the style
616 appear; if the value being converted can be represented in fewer
620 o,u,x,X The unsigned int argument is converted to unsigned octal (o),
624 minimum number of digits to appear; if the value being converted
629 converted to decimal notation in the style [-]ddd.ddd, where the
636 A double argument representing an infinity is converted in
638 converted in the style [-]nan. The F conversion specifier produces INF,
641 converted in the style [-]d.ddd e[+-]dd, where there is one digit
652 A double argument representing an infinity or NaN is converted
655 converted in style f or e (or in style F or E in the case of a G
656 conversion specifier), depending on the value converted and the
668 A double argument representing an infinity or NaN is converted in
671 converted to an unsigned char, and the resulting character is
673 converted as if by an ls conversion specification with no precision
687 characters from the array are converted to multibyte characters
690 the first wide character is converted) up to and including a
702 pointer is converted to a sequence of printing characters.
705 far by this call to fprintf. No argument is converted, but one is
708 % A % character is written. No argument is converted. The
727 /** Reads characters from stream, under control of format, storing the converted values
826 converted to a wide character as if by a call to the mbrtowc
829 is converted. The corresponding argument shall be a pointer to
840 multibyte character is converted to a wide character as if by a
843 first multibyte character is converted. The corresponding
855 multibyte character is converted to a wide character as if by a
858 first multibyte character is converted. The corresponding
880 pointer to void. The input item is converted to a pointer value.
881 If the input item is a value converted earlier during the same
890 of execution of the fscanf function. No argument is converted,
900 which convert their associated arguments. Converted
903 specifying the objects to receive the converted input.
919 converted characters are sent to the output stream.
934 which convert their associated arguments. Converted
937 specifying the objects to receive the converted input.
957 converted characters are written to the array pointed
976 which convert their associated arguments. Converted
979 specifying the objects to receive the converted input.
997 which convert their associated arguments. Converted
1017 which convert their associated arguments. Converted
1038 converted characters are written to the array pointed
1056 character as an unsigned char converted to an int and advances the
1094 The fputc function writes the character specified by C (converted to an
1212 The ungetc function pushes the character specified by C (converted to an