Searched refs:fmt_comA (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/serialui/ |
H A D | confdlg.c | 42 static const CHAR fmt_comA[] = "com%d"; variable 92 sprintf(bufferA, fmt_comA, i); in test_drvCommConfigDialogA() 167 sprintf(bufferA, fmt_comA, i); in test_drvCommConfigDialogW() 256 sprintf(bufferA, fmt_comA, i); in test_drvGetDefaultCommConfigA() 348 sprintf(bufferA, fmt_comA, i); in test_drvGetDefaultCommConfigW()
|
/reactos/modules/rostests/winetests/localui/ |
H A D | localui.c | 49 static const CHAR fmt_comA[] = {'C','O','M','%','u',':',0}; variable 323 sprintf(bufferA, fmt_comA, id); in START_TEST()
|