Home
last modified time | relevance | path

Searched refs:fmtch (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dprintfcommon.h268 exponent(CHAR *p0, int exp, CHAR fmtch) in exponent() argument
274 *p++ = fmtch; in exponent()
296 if (fmtch == 'e' || fmtch == 'E') in exponent()
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) in exponent() argument
90 *p++ = fmtch; in exponent()
112 if (fmtch == 'e' || fmtch == 'E') in exponent()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c186 dwarf_vmatoa_1 (const char *fmtch, dwarf_vma value, unsigned num_bytes) in dwarf_vmatoa_1() argument
215 sprintf (fmt, "%%%s%s", DWARF_VMA_FMT, fmtch); in dwarf_vmatoa_1()
222 dwarf_vmatoa (const char * fmtch, dwarf_vma value) in dwarf_vmatoa() argument
224 return dwarf_vmatoa_1 (fmtch, value, 0); in dwarf_vmatoa()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c228 dwarf_vmatoa_1 (const char *fmtch, dwarf_vma value, unsigned num_bytes) in dwarf_vmatoa_1() argument
257 if (fmtch) in dwarf_vmatoa_1()
258 sprintf (fmt, "%%%s%s", DWARF_VMA_FMT, fmtch); in dwarf_vmatoa_1()
267 dwarf_vmatoa (const char * fmtch, dwarf_vma value) in dwarf_vmatoa() argument
269 return dwarf_vmatoa_1 (fmtch, value, 0); in dwarf_vmatoa()
H A Dreadelf.c349 bfd_vmatoa (char *fmtch, bfd_vma value) in bfd_vmatoa() argument
364 sprintf (fmt, "%%%s%s", BFD_VMA_FMT, fmtch); in bfd_vmatoa()