mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
491502b951
Thu Oct 30 21:52:23 1997 Martin Boehme <boehme@informatik.mu-luebeck.de> * [windows/nonclient.c] Changed NC_TrackSysMenu to give the same behaviour as MS-Windows, i.e. system menu already appears when mouse button is depressed. Changed NC_HandleNCLButtonDblClk so that double clicks on scroll bar arrows are handled the same way as single clicks. * [windows/winpos.c] Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is set; this is the way MS-Windows behaves. Thu Oct 30 21:08:57 1997 Morten Welinder <terra@diku.dk> * [controls/status.c] In SW_SetText, fix condition, I hope. * [controls/menu.c] (GetMenuState32): Don't mask return value. Print more debug info. (MENU_MenuBarCalcSize): Be more careful when printing debug information. (MENU_SetItemData): Empty strings are separators. * [graphics/x11drv/text.c] Don't prototype CLIPPING_IntersectClipRect. * [include/dc.h] Prototype CLIPPING_IntersectClipRect. * [objects/font.c] Remove non-portable (and faulty) smartness in FONT_TextMetric*to*. In CreateFont32W and CreateFont16, handle null font name. * [objects/text.c] (TEXT_NextLine): Fix end-of-line bug. * [if1632/shell32.spec] Activate existing implementation of ExtractIconA. * [misc/shell.c] For Control_RunDLL, add types for parameters. Thu Oct 30 14:54:11 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [controls/static.c] [include/windows.h] [misc/spy.c] Added some win32 defines to static controls, basic SS_BITMAP style handling implemented. [please add more, I am lacking knowledge and time] * [controls/status.c] part_num 255 seems to indicate whole statusline (win95 cdplayer.exe) * [if1632/thunk.c] [tools/build.c] Support lret and 0x66 lret calls for CallTo16_regs (needed for KERNEL32_45) Fixed KERNEL32_45, QT_Thunk (should work now). * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec] Added string dumping to relay debugging for win32 apifuncs. * [misc/ver.c] Fixed and cleaned up VerQueryValue*. * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec] [if1632/winmm.spec] Win32 support for lowlevel multimedia functions. Added some mixer* lowlevel functions. Some small fixes in the audio lowlevel queue handling, code reformatting/cleanups. * [debugger/hash.c] Don't show difference between 16bit symbols if they are in different segments. * [objects/cursoricon.c] Added GetIconInfo (partial) and CreateIconIndirect. * [windows/mdi.c] Fixed some "bad class" problems and crashes in MDICreateChild, which happen in Win32 (jwp32.exe). Wed Oct 29 00:57:27 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu> * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c] [documentation/aspi] [include/callback.h] Added support for 16 bit ASPI calls to linux generic SCSI. The support is not complete, but appears to run my Mustek scanner from within ipplus.exe. Mon Oct 27 00:59:41 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu> * [windows/dce.c] DC reuse framework. Sun Oct 26 18:41:21 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [graphics/x11drv/xfont.c] Substituted fonts are removed from the alias table. References to the old name are also updated. * [controls/combo.c] LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to ComboLBox. Sun Oct 26 14:25:00 1997 Nikita V. Youshchenko <yoush@cs.msu.su> * [include/drive.h] [files/drive.c] [msdos/int21.c] Partially implemented DOS drive mapping (int21 AX=440F). Sat Oct 25 13:03:29 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [debugger/debug.l] Support '.' in identifiers. Use "x . y" to access structure fields. * [debugger/hash.c] [loader/pe_image.c] Load entry points of Win32 modules only when entering the debugger. * [debugger/break.c] New function DEBUG_AddModuleBreakpoint() to set a breakpoint at the start of every module. * [files/file.c] FILE_mmap() can now fake mmap() for unaligned offsets or broken filesystems. * [include/callback.h] [misc/callback.c] [if1632/thunk.c] Use a table of callbacks instead of macros to differentiate between emulator and Winelib. * [loader/task.c] Initialize current directory from cwd, not from module path. * [tools/build.c] Read CallTo16 prototypes directly from thunk.c source file. * [windows/winproc.c] [windows/mdi.c] Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE. Fri Oct 24 21:41:25 1997 Uwe Bonnes <bon@elektron.ikp.tu-darmstadt.de> * [files/drive.c] Allow arguments like "a" for the drive related apis. * [memory/global.c] Keep the calculation for dwMemoryLoad in range. * [misc/crtdll.c] Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc its memory if requested. Implemented CRTDLL_rename and CRTDLL_stat needed for lcc-win32:wedit.exe. Implemented CRTDLL__fullpath. * [misc/comm.c] High speed modes for the 16-bit mode Comm functions. * [misc/cpu.c] As applications may treat lpMaximumApplicationAddress as long, use a valid long number. * [misc/main.c] In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too. * [misc/ole2nls.c] Implement LCMAP_UPPERCASE for LCMapString32. * [misc/wsprintf] Made WPRINTF_ParseFormatA understand %ws. * [win32/file.c] Ignore FILE_ATTRIBUTE_NORMAL. Stub for ReadFileEx. Fri Oct 24 15:36:02 1997 Doug Ridgway <ridgway@routh.ucsd.edu> * [memory/local.c] Local heap exhaustion message now prints which builtin heap filled. Fri Oct 24 00:46:34 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [windows/dialog.c] Reversed CreateFont16/32W typo. Thu Oct 23 23:44:20 1997 Kristian Nielsen <kristian.nielsen@risoe.dk> * [if1632/user.spec] Fixed argument list for ChangeClipboardChain. * [windows/mdi.c] Pass correct hInstance to CreateWindow16() in MDICreateChild(). Mon Oct 20 11:51:24 1997 Carsten Fallesen <cf@it.dtu.dk> * [objects/metafile.c] Added support for META_SETTEXTCHAREXTRA. * [objects/region.c] Fixed crash in XPolygonRegion if there is only one point in in the region. * [if1632/gdi32.spec][include/gdi.h][include/windows.h] [objects/gdiobj.c] Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c and included gdi.h instead. Implemented GetObjectType32(). Thu Oct 16 17:21:32 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [documentation/wine.texinfo] Fixed WIN32 and Makefiles entries of Reference manual node, that made makeinfo dump core. Mon Oct 13 17:15:57 1997 Robert Wilhelm <robert@physiol.med.tu-muenchen.de> * [if1632/crtdll.spec] Added missing math functions y0(), y1(), y2(), floor(), frexp(), ldexp(), modf().
610 lines
18 KiB
C
610 lines
18 KiB
C
/*
|
|
* wsprintf functions
|
|
*
|
|
* Copyright 1996 Alexandre Julliard
|
|
*/
|
|
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include "windows.h"
|
|
#include "ldt.h"
|
|
#include "stackframe.h"
|
|
#include "debug.h"
|
|
#include "stddebug.h"
|
|
|
|
#define WPRINTF_LEFTALIGN 0x0001 /* Align output on the left ('-' prefix) */
|
|
#define WPRINTF_PREFIX_HEX 0x0002 /* Prefix hex with 0x ('#' prefix) */
|
|
#define WPRINTF_ZEROPAD 0x0004 /* Pad with zeros ('0' prefix) */
|
|
#define WPRINTF_LONG 0x0008 /* Long arg ('l' prefix) */
|
|
#define WPRINTF_SHORT 0x0010 /* Short arg ('h' prefix) */
|
|
#define WPRINTF_UPPER_HEX 0x0020 /* Upper-case hex ('X' specifier) */
|
|
#define WPRINTF_WIDE 0x0040 /* Wide arg ('w' prefix) */
|
|
|
|
typedef enum
|
|
{
|
|
WPR_CHAR,
|
|
WPR_WCHAR,
|
|
WPR_STRING,
|
|
WPR_WSTRING,
|
|
WPR_SIGNED,
|
|
WPR_UNSIGNED,
|
|
WPR_HEXA
|
|
} WPRINTF_TYPE;
|
|
|
|
typedef struct
|
|
{
|
|
UINT32 flags;
|
|
UINT32 width;
|
|
UINT32 precision;
|
|
WPRINTF_TYPE type;
|
|
} WPRINTF_FORMAT;
|
|
|
|
|
|
/***********************************************************************
|
|
* WPRINTF_ParseFormatA
|
|
*
|
|
* Parse a format specification. A format specification has the form:
|
|
*
|
|
* [-][#][0][width][.precision]type
|
|
*
|
|
* Return value is the length of the format specification in characters.
|
|
*/
|
|
static INT32 WPRINTF_ParseFormatA( LPCSTR format, WPRINTF_FORMAT *res )
|
|
{
|
|
LPCSTR p = format;
|
|
|
|
res->flags = 0;
|
|
res->width = 0;
|
|
res->precision = 0;
|
|
if (*p == '-') { res->flags |= WPRINTF_LEFTALIGN; p++; }
|
|
if (*p == '#') { res->flags |= WPRINTF_PREFIX_HEX; p++; }
|
|
if (*p == '0') { res->flags |= WPRINTF_ZEROPAD; p++; }
|
|
while ((*p >= '0') && (*p <= '9')) /* width field */
|
|
{
|
|
res->width = res->width * 10 + *p - '0';
|
|
p++;
|
|
}
|
|
if (*p == '.') /* precision field */
|
|
{
|
|
p++;
|
|
while ((*p >= '0') && (*p <= '9'))
|
|
{
|
|
res->precision = res->precision * 10 + *p - '0';
|
|
p++;
|
|
}
|
|
}
|
|
if (*p == 'l') { res->flags |= WPRINTF_LONG; p++; }
|
|
else if (*p == 'h') { res->flags |= WPRINTF_SHORT; p++; }
|
|
else if (*p == 'w') { res->flags |= WPRINTF_WIDE; p++; }
|
|
switch(*p)
|
|
{
|
|
case 'c':
|
|
res->type = (res->flags & WPRINTF_LONG) ? WPR_WCHAR : WPR_CHAR;
|
|
break;
|
|
case 'C':
|
|
res->type = (res->flags & WPRINTF_SHORT) ? WPR_CHAR : WPR_WCHAR;
|
|
break;
|
|
case 'd':
|
|
case 'i':
|
|
res->type = WPR_SIGNED;
|
|
break;
|
|
case 's':
|
|
res->type = (res->flags & (WPRINTF_LONG |WPRINTF_WIDE))
|
|
? WPR_WSTRING : WPR_STRING;
|
|
break;
|
|
case 'S':
|
|
res->type = (res->flags & (WPRINTF_SHORT|WPRINTF_WIDE))
|
|
? WPR_STRING : WPR_WSTRING;
|
|
break;
|
|
case 'u':
|
|
res->type = WPR_UNSIGNED;
|
|
break;
|
|
case 'X':
|
|
res->flags |= WPRINTF_UPPER_HEX;
|
|
/* fall through */
|
|
case 'x':
|
|
res->type = WPR_HEXA;
|
|
break;
|
|
default:
|
|
fprintf( stderr, "wvsprintf32A: unknown format '%c'\n", *p );
|
|
break;
|
|
}
|
|
return (INT32)(p - format) + 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* WPRINTF_ParseFormatW
|
|
*
|
|
* Parse a format specification. A format specification has the form:
|
|
*
|
|
* [-][#][0][width][.precision]type
|
|
*
|
|
* Return value is the length of the format specification in characters.
|
|
*/
|
|
static INT32 WPRINTF_ParseFormatW( LPCWSTR format, WPRINTF_FORMAT *res )
|
|
{
|
|
LPCWSTR p = format;
|
|
|
|
res->flags = 0;
|
|
res->width = 0;
|
|
res->precision = 0;
|
|
if (*p == '-') { res->flags |= WPRINTF_LEFTALIGN; p++; }
|
|
if (*p == '#') { res->flags |= WPRINTF_PREFIX_HEX; p++; }
|
|
if (*p == '0') { res->flags |= WPRINTF_ZEROPAD; p++; }
|
|
while ((*p >= '0') && (*p <= '9')) /* width field */
|
|
{
|
|
res->width = res->width * 10 + *p - '0';
|
|
p++;
|
|
}
|
|
if (*p == '.') /* precision field */
|
|
{
|
|
p++;
|
|
while ((*p >= '0') && (*p <= '9'))
|
|
{
|
|
res->precision = res->precision * 10 + *p - '0';
|
|
p++;
|
|
}
|
|
}
|
|
if (*p == 'l') { res->flags |= WPRINTF_LONG; p++; }
|
|
else if (*p == 'h') { res->flags |= WPRINTF_SHORT; p++; }
|
|
switch((CHAR)*p)
|
|
{
|
|
case 'c':
|
|
res->type = (res->flags & WPRINTF_SHORT) ? WPR_CHAR : WPR_WCHAR;
|
|
break;
|
|
case 'C':
|
|
res->type = (res->flags & WPRINTF_LONG) ? WPR_WCHAR : WPR_CHAR;
|
|
break;
|
|
case 'd':
|
|
case 'i':
|
|
res->type = WPR_SIGNED;
|
|
break;
|
|
case 's':
|
|
res->type = (res->flags & WPRINTF_SHORT) ? WPR_STRING : WPR_WSTRING;
|
|
break;
|
|
case 'S':
|
|
res->type = (res->flags & WPRINTF_LONG) ? WPR_WSTRING : WPR_STRING;
|
|
break;
|
|
case 'u':
|
|
res->type = WPR_UNSIGNED;
|
|
break;
|
|
case 'X':
|
|
res->flags |= WPRINTF_UPPER_HEX;
|
|
/* fall through */
|
|
case 'x':
|
|
res->type = WPR_HEXA;
|
|
break;
|
|
default:
|
|
fprintf( stderr, "wvsprintf32W: unknown format '%c'\n", (CHAR)*p );
|
|
break;
|
|
}
|
|
return (INT32)(p - format) + 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* WPRINTF_GetLen
|
|
*/
|
|
static UINT32 WPRINTF_GetLen( WPRINTF_FORMAT *format, LPCVOID arg,
|
|
LPSTR number, UINT32 maxlen )
|
|
{
|
|
UINT32 len;
|
|
|
|
if (format->flags & WPRINTF_LEFTALIGN) format->flags &= ~WPRINTF_ZEROPAD;
|
|
if (format->width > maxlen) format->width = maxlen;
|
|
switch(format->type)
|
|
{
|
|
case WPR_CHAR:
|
|
case WPR_WCHAR:
|
|
return (format->precision = 1);
|
|
case WPR_STRING:
|
|
for (len = 0; !format->precision || (len < format->precision); len++)
|
|
if (!*(*(LPCSTR *)arg + len)) break;
|
|
if (len > maxlen) len = maxlen;
|
|
return (format->precision = len);
|
|
case WPR_WSTRING:
|
|
for (len = 0; !format->precision || (len < format->precision); len++)
|
|
if (!*(*(LPCWSTR *)arg + len)) break;
|
|
if (len > maxlen) len = maxlen;
|
|
return (format->precision = len);
|
|
case WPR_SIGNED:
|
|
len = sprintf( number, "%d", *(INT32 *)arg );
|
|
break;
|
|
case WPR_UNSIGNED:
|
|
len = sprintf( number, "%u", *(UINT32 *)arg );
|
|
break;
|
|
case WPR_HEXA:
|
|
len = sprintf( number,
|
|
(format->flags & WPRINTF_UPPER_HEX) ? "%X" : "%x",
|
|
*(UINT32 *)arg );
|
|
if (format->flags & WPRINTF_PREFIX_HEX) len += 2;
|
|
break;
|
|
default:
|
|
return 0;
|
|
}
|
|
if (len > maxlen) len = maxlen;
|
|
if (format->precision < len) format->precision = len;
|
|
if (format->precision > maxlen) format->precision = maxlen;
|
|
if ((format->flags & WPRINTF_ZEROPAD) && (format->width > format->precision))
|
|
format->precision = format->width;
|
|
return len;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsnprintf16 (Not a Windows API)
|
|
*/
|
|
INT16 WINAPI wvsnprintf16( LPSTR buffer, UINT16 maxlen, LPCSTR spec,
|
|
LPCVOID args )
|
|
{
|
|
WPRINTF_FORMAT format;
|
|
LPSTR p = buffer;
|
|
UINT32 i, len;
|
|
CHAR number[20];
|
|
DWORD cur_arg;
|
|
|
|
while (*spec && (maxlen > 1))
|
|
{
|
|
if (*spec != '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec++;
|
|
if (*spec == '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec += WPRINTF_ParseFormatA( spec, &format );
|
|
switch(format.type)
|
|
{
|
|
case WPR_WCHAR: /* No Unicode in Win16 */
|
|
case WPR_CHAR:
|
|
cur_arg = (DWORD)VA_ARG16( args, CHAR );
|
|
break;
|
|
case WPR_WSTRING: /* No Unicode in Win16 */
|
|
case WPR_STRING:
|
|
cur_arg = (DWORD)VA_ARG16( args, SEGPTR );
|
|
if (IsBadReadPtr16( (SEGPTR)cur_arg, 1 )) cur_arg = (DWORD)"";
|
|
else cur_arg = (DWORD)PTR_SEG_TO_LIN( (SEGPTR)cur_arg );
|
|
break;
|
|
case WPR_SIGNED:
|
|
if (!(format.flags & WPRINTF_LONG))
|
|
{
|
|
cur_arg = (DWORD)(INT32)VA_ARG16( args, INT16 );
|
|
break;
|
|
}
|
|
/* fall through */
|
|
case WPR_HEXA:
|
|
case WPR_UNSIGNED:
|
|
if (format.flags & WPRINTF_LONG)
|
|
cur_arg = (DWORD)VA_ARG16( args, UINT32 );
|
|
else
|
|
cur_arg = (DWORD)VA_ARG16( args, UINT16 );
|
|
break;
|
|
}
|
|
len = WPRINTF_GetLen( &format, &cur_arg, number, maxlen - 1 );
|
|
if (!(format.flags & WPRINTF_LEFTALIGN))
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
switch(format.type)
|
|
{
|
|
case WPR_WCHAR:
|
|
case WPR_CHAR:
|
|
if ((*p = (CHAR)cur_arg)) p++;
|
|
else if (format.width > 1) *p++ = ' ';
|
|
else len = 0;
|
|
break;
|
|
case WPR_WSTRING:
|
|
case WPR_STRING:
|
|
if (len) memcpy( p, (LPCSTR)cur_arg, len );
|
|
p += len;
|
|
break;
|
|
case WPR_HEXA:
|
|
if ((format.flags & WPRINTF_PREFIX_HEX) && (maxlen > 3))
|
|
{
|
|
*p++ = '0';
|
|
*p++ = (format.flags & WPRINTF_UPPER_HEX) ? 'X' : 'x';
|
|
maxlen -= 2;
|
|
len -= 2;
|
|
format.precision -= 2;
|
|
format.width -= 2;
|
|
}
|
|
/* fall through */
|
|
case WPR_SIGNED:
|
|
case WPR_UNSIGNED:
|
|
for (i = len; i < format.precision; i++, maxlen--) *p++ = '0';
|
|
if (len) memcpy( p, number, len );
|
|
p += len;
|
|
break;
|
|
}
|
|
if (format.flags & WPRINTF_LEFTALIGN)
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
maxlen -= len;
|
|
}
|
|
*p = 0;
|
|
return (maxlen > 1) ? (INT32)(p - buffer) : -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsnprintf32A (Not a Windows API)
|
|
*/
|
|
INT32 WINAPI wvsnprintf32A( LPSTR buffer, UINT32 maxlen, LPCSTR spec,
|
|
va_list args )
|
|
{
|
|
WPRINTF_FORMAT format;
|
|
LPSTR p = buffer;
|
|
UINT32 i, len;
|
|
CHAR number[20];
|
|
|
|
while (*spec && (maxlen > 1))
|
|
{
|
|
if (*spec != '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec++;
|
|
if (*spec == '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec += WPRINTF_ParseFormatA( spec, &format );
|
|
len = WPRINTF_GetLen( &format, args, number, maxlen - 1 );
|
|
if (!(format.flags & WPRINTF_LEFTALIGN))
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
switch(format.type)
|
|
{
|
|
case WPR_WCHAR:
|
|
if ((*p = (CHAR)va_arg( args, WCHAR ))) p++;
|
|
else if (format.width > 1) *p++ = ' ';
|
|
else len = 0;
|
|
break;
|
|
case WPR_CHAR:
|
|
if ((*p = va_arg( args, CHAR ))) p++;
|
|
else if (format.width > 1) *p++ = ' ';
|
|
else len = 0;
|
|
break;
|
|
case WPR_STRING:
|
|
memcpy( p, va_arg( args, LPCSTR ), len );
|
|
p += len;
|
|
break;
|
|
case WPR_WSTRING:
|
|
{
|
|
LPCWSTR ptr = va_arg( args, LPCWSTR );
|
|
for (i = 0; i < len; i++) *p++ = (CHAR)*ptr++;
|
|
}
|
|
break;
|
|
case WPR_HEXA:
|
|
if ((format.flags & WPRINTF_PREFIX_HEX) && (maxlen > 3))
|
|
{
|
|
*p++ = '0';
|
|
*p++ = (format.flags & WPRINTF_UPPER_HEX) ? 'X' : 'x';
|
|
maxlen -= 2;
|
|
len -= 2;
|
|
format.precision -= 2;
|
|
format.width -= 2;
|
|
}
|
|
/* fall through */
|
|
case WPR_SIGNED:
|
|
case WPR_UNSIGNED:
|
|
for (i = len; i < format.precision; i++, maxlen--) *p++ = '0';
|
|
memcpy( p, number, len );
|
|
p += len;
|
|
(void)va_arg( args, INT32 ); /* Go to the next arg */
|
|
break;
|
|
}
|
|
if (format.flags & WPRINTF_LEFTALIGN)
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
maxlen -= len;
|
|
}
|
|
*p = 0;
|
|
dprintf_string(stddeb,"%s\n",buffer);
|
|
return (maxlen > 1) ? (INT32)(p - buffer) : -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsnprintf32W (Not a Windows API)
|
|
*/
|
|
INT32 WINAPI wvsnprintf32W( LPWSTR buffer, UINT32 maxlen, LPCWSTR spec,
|
|
va_list args )
|
|
{
|
|
WPRINTF_FORMAT format;
|
|
LPWSTR p = buffer;
|
|
UINT32 i, len;
|
|
CHAR number[20];
|
|
|
|
while (*spec && (maxlen > 1))
|
|
{
|
|
if (*spec != '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec++;
|
|
if (*spec == '%') { *p++ = *spec++; maxlen--; continue; }
|
|
spec += WPRINTF_ParseFormatW( spec, &format );
|
|
len = WPRINTF_GetLen( &format, args, number, maxlen - 1 );
|
|
if (!(format.flags & WPRINTF_LEFTALIGN))
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
switch(format.type)
|
|
{
|
|
case WPR_WCHAR:
|
|
if ((*p = va_arg( args, WCHAR ))) p++;
|
|
else if (format.width > 1) *p++ = ' ';
|
|
else len = 0;
|
|
break;
|
|
case WPR_CHAR:
|
|
if ((*p = (WCHAR)va_arg( args, CHAR ))) p++;
|
|
else if (format.width > 1) *p++ = ' ';
|
|
else len = 0;
|
|
break;
|
|
case WPR_STRING:
|
|
{
|
|
LPCSTR ptr = va_arg( args, LPCSTR );
|
|
for (i = 0; i < len; i++) *p++ = (WCHAR)*ptr++;
|
|
}
|
|
break;
|
|
case WPR_WSTRING:
|
|
if (len) memcpy( p, va_arg( args, LPCWSTR ), len * sizeof(WCHAR) );
|
|
p += len;
|
|
break;
|
|
case WPR_HEXA:
|
|
if ((format.flags & WPRINTF_PREFIX_HEX) && (maxlen > 3))
|
|
{
|
|
*p++ = '0';
|
|
*p++ = (format.flags & WPRINTF_UPPER_HEX) ? 'X' : 'x';
|
|
maxlen -= 2;
|
|
len -= 2;
|
|
format.precision -= 2;
|
|
format.width -= 2;
|
|
}
|
|
/* fall through */
|
|
case WPR_SIGNED:
|
|
case WPR_UNSIGNED:
|
|
for (i = len; i < format.precision; i++, maxlen--) *p++ = '0';
|
|
for (i = 0; i < len; i++) *p++ = (WCHAR)number[i];
|
|
(void)va_arg( args, INT32 ); /* Go to the next arg */
|
|
break;
|
|
}
|
|
if (format.flags & WPRINTF_LEFTALIGN)
|
|
for (i = format.precision; i < format.width; i++, maxlen--)
|
|
*p++ = ' ';
|
|
maxlen -= len;
|
|
}
|
|
*p = 0;
|
|
return (maxlen > 1) ? (INT32)(p - buffer) : -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsprintf16 (USER.421)
|
|
*/
|
|
INT16 WINAPI wvsprintf16( LPSTR buffer, LPCSTR spec, LPCVOID args )
|
|
{
|
|
dprintf_string(stddeb,"wvsprintf16 for %p got ",buffer);
|
|
return wvsnprintf16( buffer, 0xffff, spec, args );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsprintf32A (USER32.586)
|
|
*/
|
|
INT32 WINAPI wvsprintf32A( LPSTR buffer, LPCSTR spec, va_list args )
|
|
{
|
|
dprintf_string(stddeb,"wvsprintf32A for %p got ",buffer);
|
|
return wvsnprintf32A( buffer, 0xffffffff, spec, args );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wvsprintf32W (USER32.587)
|
|
*/
|
|
INT32 WINAPI wvsprintf32W( LPWSTR buffer, LPCWSTR spec, va_list args )
|
|
{
|
|
dprintf_string(stddeb,"wvsprintf32W for %p got ",buffer);
|
|
return wvsnprintf32W( buffer, 0xffffffff, spec, args );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsprintf16 (USER.420)
|
|
*/
|
|
/* Winelib version */
|
|
INT16 WINAPIV wsprintf16( LPSTR buffer, LPCSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT16 res;
|
|
|
|
dprintf_string(stddeb,"wsprintf16 for %p got ",buffer);
|
|
va_start( valist, spec );
|
|
/* Note: we call the 32-bit version, because the args are 32-bit */
|
|
res = (INT16)wvsnprintf32A( buffer, 0xffffffff, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|
|
|
|
/* Emulator version */
|
|
INT16 WINAPIV WIN16_wsprintf16(void)
|
|
{
|
|
VA_LIST16 valist;
|
|
INT16 res;
|
|
SEGPTR buffer, spec;
|
|
|
|
VA_START16( valist );
|
|
buffer = VA_ARG16( valist, SEGPTR );
|
|
spec = VA_ARG16( valist, SEGPTR );
|
|
dprintf_string(stddeb,"WIN16_wsprintf16 got ");
|
|
res = wvsnprintf16( (LPSTR)PTR_SEG_TO_LIN(buffer), 0xffff,
|
|
(LPCSTR)PTR_SEG_TO_LIN(spec), valist );
|
|
VA_END16( valist );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsprintf32A (USER32.585)
|
|
*/
|
|
INT32 WINAPIV wsprintf32A( LPSTR buffer, LPCSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT32 res;
|
|
|
|
dprintf_string(stddeb,"wsprintf32A for %p got ",buffer);
|
|
va_start( valist, spec );
|
|
res = wvsnprintf32A( buffer, 0xffffffff, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsprintf32W (USER32.586)
|
|
*/
|
|
INT32 WINAPIV wsprintf32W( LPWSTR buffer, LPCWSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT32 res;
|
|
|
|
dprintf_string(stddeb,"wsprintf32W for %p\n",buffer);
|
|
va_start( valist, spec );
|
|
res = wvsnprintf32W( buffer, 0xffffffff, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsnprintf16 (Not a Windows API)
|
|
*/
|
|
INT16 WINAPIV wsnprintf16( LPSTR buffer, UINT16 maxlen, LPCSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT16 res;
|
|
|
|
va_start( valist, spec );
|
|
res = wvsnprintf16( buffer, maxlen, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsnprintf32A (Not a Windows API)
|
|
*/
|
|
INT32 WINAPIV wsnprintf32A( LPSTR buffer, UINT32 maxlen, LPCSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT32 res;
|
|
|
|
va_start( valist, spec );
|
|
res = wvsnprintf32A( buffer, maxlen, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* wsnprintf32W (Not a Windows API)
|
|
*/
|
|
INT32 WINAPIV wsnprintf32W( LPWSTR buffer, UINT32 maxlen, LPCWSTR spec, ... )
|
|
{
|
|
va_list valist;
|
|
INT32 res;
|
|
|
|
va_start( valist, spec );
|
|
res = wvsnprintf32W( buffer, maxlen, spec, valist );
|
|
va_end( valist );
|
|
return res;
|
|
}
|