Searched defs:conversion (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-parse.h55 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon453
84 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon455
111 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon457
138 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon459
H A Dvasnprintf.c1502 of sprintf or SNPRINTF of a single conversion directive. */
1504 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, argument
1510 switch (conversion)
1866 if (dp->conversion == '%')
1882 if (dp->conversion == 'n')
1909 else if (dp->conversion == 'U')
2372 else if (dp->conversion == 's'
2383 specified, below requires a conversion between a char[]
2896 else if ((dp->conversion == 'a' || dp->conversion
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c690 int ret, conversion, new_encoding; local
740 * No conversion required.
742 conversion = 0;
747 * New conversion required.
756 conversion = 1;
771 * No conversion required.
773 conversion = 0;
777 * current conversion is valid.
779 conversion = 1;
785 * Assume this conversion i
[all...]

Completed in 1011 milliseconds