/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.c | 72 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 77 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 81 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 86 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 91 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 96 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars()
|
H A D | tokens.d | 970 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars() 974 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars() 977 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars() 981 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars() 985 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars() 989 CTFloat.sprint(&buffer[0], 'g', floatvalue); in toChars()
|
H A D | dmangle.c | 657 size_t n = CTFloat::sprint(buffer, 'A', value); in realToMangleBuffer()
|
H A D | dmangle.d | 1298 const n = CTFloat.sprint(buffer.ptr, 'A', value); in realToMangleBuffer()
|
H A D | hdrgen.c | 2397 CTFloat::sprint(buffer, 'g', value); in floatToBuffer() 2404 CTFloat::sprint(buffer, 'a', value); in floatToBuffer()
|
H A D | hdrgen.d | 2637 CTFloat.sprint(buffer.ptr, 'g', value); in floatToBuffer() 2643 CTFloat.sprint(buffer.ptr, 'a', value); in floatToBuffer()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | tokens.c | 72 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 77 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 81 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 86 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 91 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars() 96 CTFloat::sprint(&buffer[0], 'g', floatvalue); in toChars()
|
H A D | dmangle.c | 657 size_t n = CTFloat::sprint(buffer, 'A', value); in realToMangleBuffer()
|
H A D | hdrgen.c | 2397 CTFloat::sprint(buffer, 'g', value); in floatToBuffer() 2404 CTFloat::sprint(buffer, 'a', value); in floatToBuffer()
|
/netbsd/usr.bin/finger/ |
H A D | Makefile | 9 SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c
|
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | ctfloat.h | 38 static int sprint(char *str, char fmt, real_t x);
|
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | ctfloat.d | 53 static int sprint(char* str, char fmt, real_t x);
|
H A D | ctfloat.h | 54 static int sprint(char *str, char fmt, real_t x);
|
/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-ctfloat.cc | 104 CTFloat::sprint (char *buffer, char fmt, real_t r) in sprint() function in CTFloat
|
H A D | ChangeLog-2017 | 889 (CTFloat::sprint): Inline implementation of format and formatHex here. 930 (CTFloat::sprint): New function.
|
H A D | ChangeLog-2020 | 804 (CTFloat::sprint): Likewise.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 368 CTFloat::sprint (char *buffer, char fmt, real_t r) in sprint() function in CTFloat
|
/netbsd/external/bsd/nvi/dist/regex/ |
H A D | engine.c | 55 #define print sprint
|
/netbsd/lib/libc/regex/ |
H A D | engine.c | 62 #define print sprint
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regengine.inc | 52 #define print sprint
|
/netbsd/external/lgpl3/mpfr/dist/doc/ |
H A D | texinfo.tex | 1015 tex.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377') 1018 tex.sprint( 1026 tex.sprint( 1045 tex.sprint(-2, 1049 tex.sprint(-2, string.char(c))
|
/netbsd/external/lgpl3/mpc/dist/build-aux/ |
H A D | texinfo.tex | 1057 tex.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377') 1060 tex.sprint( 1068 tex.sprint( 1087 tex.sprint(-2, 1091 tex.sprint(-2, string.char(c))
|
/netbsd/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | texinfo.tex | 1049 tex.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377') 1052 tex.sprint( 1060 tex.sprint( 1079 tex.sprint(-2, 1083 tex.sprint(-2, string.char(c))
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1993 | 2138 Corrected sprint format for extended registers.
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1993 | 2138 Corrected sprint format for extended registers.
|