ReactOS 0.4.16-dev-753-g705a985
|
#include <ndk/ntndk.h>
Go to the source code of this file.
Classes | |
struct | double_t |
Macros | |
#define | ZEROPAD 1 /* pad with zero */ |
#define | SIGN 2 /* unsigned/signed long */ |
#define | PLUS 4 /* show plus */ |
#define | SPACE 8 /* space if plus */ |
#define | LEFT 16 /* left justified */ |
#define | SPECIAL 32 /* 0x */ |
#define | LARGE 64 /* use 'ABCDEF' instead of 'abcdef' */ |
#define | REMOVEHEX 256 /* use 256 as remve 0x frim BASE 16 */ |
Functions | |
static __inline int | _isinf (double __x) |
static __inline int | _isnan (double __x) |
static __inline int | do_div (long long *n, int base) |
static int | skip_atoi (const char **s) |
static char * | number (char *buf, char *end, long long num, int base, int size, int precision, int type) |
static char * | numberf (char *buf, char *end, double num, int base, int size, int precision, int type) |
static char * | string (char *buf, char *end, const char *s, int len, int field_width, int precision, int flags) |
static char * | stringw (char *buf, char *end, const wchar_t *sw, int len, int field_width, int precision, int flags) |
int __cdecl | _vsnprintf (char *buf, size_t cnt, const char *fmt, va_list args) |
int | sprintf (char *buf, const char *fmt,...) |
int | _snprintf (char *buf, size_t cnt, const char *fmt,...) |
int __cdecl | vsprintf (char *buf, const char *fmt, va_list args) |
Definition at line 40 of file sprintf.c.
Referenced by _vsnprintf().
Definition at line 718 of file sprintf.c.
Definition at line 386 of file sprintf.c.
|
static |
Definition at line 90 of file sprintf.c.
|
static |
Definition at line 183 of file sprintf.c.
Referenced by _vsnprintf().
|
static |
|
static |
Definition at line 335 of file sprintf.c.
Referenced by _vsnprintf(), and test_Session().
Definition at line 733 of file sprintf.c.
Referenced by __mingw_vsprintf(), __WINE_PRINTF_ATTR(), append_str(), command(), CONSOLE_ConOutPrintfV(), CONSOLE_PrintTextXY(), CONSOLE_PrintTextXYN(), CONSOLE_SetStatusTextAutoFitX(), CONSOLE_SetStatusTextXV(), DbgPrint(), DbgPrintEarly(), debug_printf(), DebugFunction(), dprintf(), error(), Error(), FatalError(), fprintfSocket(), KdbpPrintDisasm(), LogMessage(), MUIDisplayErrorV(), OpenMsg(), PciIdPrintf(), PciIdPrintfAppend(), printf(), PrintF(), PrintString(), ScsiDebugPrint(), SendCommand(), service_ok(), SetXtermTitle(), Trace(), unimpl(), warning(), Win32DbgPrint(), WINETEST_PRINTF_ATTR(), and wintirpc_debug().