Searched refs:conversion (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | printf.c | 341 print_direc (char const *start, size_t length, char conversion, in print_direc() argument 356 switch (conversion) in print_direc() 378 *q++ = conversion; in print_direc() 382 switch (conversion) in print_direc() 635 unsigned char conversion = *f; in print_formatted() local 637 if (! ok[conversion]) in print_formatted()
|
/coreutils/m4/ |
D | jm-macros.m4 | 139 # This is needed on 32 bit FreeBSD to give accurate conversion of:
|
/coreutils/ |
D | configure.ac | 196 nw="$nw -Wsign-conversion" # Too many warnings for now 197 nw="$nw -Wtraditional-conversion" # Too many warnings for now
|
D | NEWS | 835 'date' now supports the '+' conversion specification flag, 2764 tr now consistently handles case conversion character classes. 2765 In some locales, valid conversion specifications caused tr to abort, 3732 tr's case conversion would fail in a locale with differing numbers 4874 On modern hosts it now supports the C99-inspired %a, %A, %F conversion 4878 The printf command now rejects invalid conversion specifications 5417 conversion specifiers, %e, %k, %l 5444 * printf avoids buffer overrun with incomplete conversion specifier 5445 * printf accepts multiple flags in a single conversion specifier
|
/coreutils/doc/ |
D | coreutils.texi | 437 * Time conversion specifiers:: %[HIklMNpPrRsSTXzZ] 438 * Date conversion specifiers:: %[aAbBcCdDeFgGhjmuUVwWxyY] 439 * Literal conversion specifiers:: %[%nt] 565 Pinard did the initial conversion to Texinfo format. Karl Berry did the 3640 @code{printf(3)}-style conversion specification, possibly including 4595 Do not report overflow, underflow, or conversion errors. 7231 relative position in @var{string1}. Doing this specifies case conversion. 7232 Except for case conversion, a class's characters appear in no particular order. 9409 If @samp{bs=} is given and no conversion mentioned in steps (4) or (5) 9413 If the @samp{swab} conversion is given, swap each pair of input bytes. [all …]
|