Home
last modified time | relevance | path

Searched refs:fmt_unsignedW (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/wbemprox/
H A Dtable.c161 static const WCHAR fmt_unsignedW[] = {'%','u',0}; in get_value_bstr() local
201 swprintf( number, fmt_unsignedW, val ); in get_value_bstr()
H A Dquery.c283 static const WCHAR fmt_unsignedW[] = {'%','u',0}; in format_int() local
298 swprintf( buf, fmt_unsignedW, val ); in format_int()