Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c632 WCHAR print_buf[200]; in fill_processor_information() local
683 swprintf(print_buf, processor_fmtW, in fill_processor_information()
689 return add_bstr_property(node, szProcessorEnglish, print_buf); in fill_processor_information()
734 …WCHAR buffer[MAX_PATH], computer_name[MAX_COMPUTERNAME_LENGTH + 1], print_buf[200], localized_page… in build_systeminfo_tree() local
808 swprintf(print_buf, physmem_fmtW, in build_systeminfo_tree()
810 hr = add_bstr_property(node, szPhysicalMemoryEnglish, print_buf); in build_systeminfo_tree()
821 0, 0, print_buf, ARRAY_SIZE(print_buf), (__ms_va_list*)args); in build_systeminfo_tree()
823 hr = add_bstr_property(node, szPageFileLocalized, print_buf); in build_systeminfo_tree()
827 swprintf(print_buf, pagefile_fmtW, usedpage_mb, availpage_mb); in build_systeminfo_tree()
829 hr = add_bstr_property(node, szPageFileEnglish, print_buf); in build_systeminfo_tree()