Home
last modified time | relevance | path

Searched refs:to_char (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/
H A Dunicode-case-fold.py42 to_char = int(m.group(2), 16)
47 yield from_char, to_char, from_name
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcharset.c418 cached_iconv_convert (struct cached_iconv *ci, int from_char, int *to_char) in cached_iconv_convert() argument
457 *to_char = (unsigned char) to; in cached_iconv_convert()
493 cached_iconv_convert (struct cached_iconv *ci, int from_char, int *to_char) in cached_iconv_convert() argument
566 iconv_convert (void *baton, int from_char, int *to_char) in iconv_convert() argument
569 return cached_iconv_convert (ci, from_char, to_char); in iconv_convert()
/openbsd/lib/libc/stdio/
H A Dvfprintf.c239 #define to_char(n) ((n) + '0') macro
925 *--cp = to_char(_umax & 7); in __vfprintf()
936 *--cp = to_char(_umax % 10); in __vfprintf()
939 *--cp = to_char(_umax); in __vfprintf()
1517 *--t = to_char(exp % 10); in exponent()
1519 *--t = to_char(exp); in exponent()
1531 *p++ = to_char(exp); in exponent()
H A Dvfwprintf.c261 #define to_char(n) ((wchar_t)((n) + '0')) macro
919 *--cp = to_char(_umax & 7); in __vfwprintf()
930 *--cp = to_char(_umax % 10); in __vfwprintf()
933 *--cp = to_char(_umax); in __vfwprintf()
1515 *--t = to_char(exp % 10); in exponent()
1517 *--t = to_char(exp); in exponent()
1529 *p++ = to_char(exp); in exponent()
/openbsd/sys/kern/
H A Dsubr_prf.c641 #define to_char(n) ((n) + '0') macro
972 *--cp = to_char(_uquad & 7); in kprintf()
983 *--cp = to_char(_uquad % 10); in kprintf()
986 *--cp = to_char(_uquad); in kprintf()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dfold_grind.pl259 my $to_char = substr($to, $i, 1);
260 if (exists $inverse_folds{$to_char}{1}) {
261 $folds_to_count[$i] = scalar @{$inverse_folds{$to_char}{1}};
/openbsd/sys/lib/libsa/
H A Dprintf.c68 #define to_char(n) ((n) + '0') macro