/reactos/drivers/filesystems/udfs/Include/ |
H A D | getopt.cpp | 275 int exact = 0; in _getopt_internal() local 294 exact = 1; in _getopt_internal() 306 if (ambig && !exact) { in _getopt_internal()
|
/reactos/modules/rostests/winetests/winspool/ |
H A D | info.c | 1428 DWORD exact = DEFAULT_PRINTER_SIZE; in test_GetDefaultPrinter() local 1436 retval = pGetDefaultPrinterA(buffer, &exact); in test_GetDefaultPrinter() 1437 if (!retval || !exact || !*buffer || in test_GetDefaultPrinter() 1448 retval ? "true" : "false", GetLastError(), exact, buffer); in test_GetDefaultPrinter() 1473 ok( size == exact, "Parameter size wrong! %d expected got %d\n", in test_GetDefaultPrinter() 1474 exact, size); in test_GetDefaultPrinter() 1483 ok( size == exact, "Parameter size wrong! %d expected got %d\n", in test_GetDefaultPrinter() 1484 exact, size); in test_GetDefaultPrinter() 1493 exact, size); in test_GetDefaultPrinter() 1495 size = exact; in test_GetDefaultPrinter() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/ |
H A D | evc9.mak | 31 # order to warp to the exact place in the code.
|
H A D | evc8.mak | 31 # order to warp to the exact place in the code.
|
/reactos/base/services/audiosrv/ |
H A D | audiosrv.txt | 19 It is not necessary to duplicate the exact structure of this mapped
|
/reactos/drivers/input/sermouse/ |
H A D | sermouse.txt | 44 I have not seen any documentation about the exact documents, but here is
|
/reactos/dll/win32/tapiui/lang/ |
H A D | en-US.rc | 116 …e dialing steps for making long-distance calls. Enter these steps in the exact order as they appe… 137 …e dialing steps for making international calls. Enter these steps in the exact order as they appe… 158 … enter the dialing steps for making local calls. Enter these steps in the exact order as they appe…
|
H A D | he-IL.rc | 116 …e dialing steps for making long-distance calls. Enter these steps in the exact order as they appe… 137 …e dialing steps for making international calls. Enter these steps in the exact order as they appe… 158 … enter the dialing steps for making local calls. Enter these steps in the exact order as they appe…
|
H A D | ro-RO.rc | 123 … apelare la efectuarea apelurilor internaţionale. Introduceţi aceşti paşi exact în ordinea în care… 144 … apelare la efectuarea apelurilor internaţionale. Introduceţi aceşti paşi exact în ordinea în care… 165 …paşii de apelare la efectuarea apelurilor locale. Introduceţi aceşti paşi exact în ordinea în care…
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | README.eltorito | 30 which is an exact image of the boot floppu currently in use. There is
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 846 static INT LISTBOX_FindStringPos( LB_DESCR *descr, LPCWSTR str, BOOL exact ) in LISTBOX_FindStringPos() argument 879 return exact ? -1 : max; in LISTBOX_FindStringPos() 933 static INT LISTBOX_FindString( LB_DESCR *descr, INT start, LPCWSTR str, BOOL exact ) in LISTBOX_FindString() argument 943 if (exact) in LISTBOX_FindString() 977 if (exact && (descr->style & LBS_SORT)) in LISTBOX_FindString()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 902 static INT LISTBOX_FindStringPos( LB_DESCR *descr, LPCWSTR str, BOOL exact ) in LISTBOX_FindStringPos() argument 936 return exact ? -1 : min; in LISTBOX_FindStringPos() 990 static INT LISTBOX_FindString( LB_DESCR *descr, INT start, LPCWSTR str, BOOL exact ) in LISTBOX_FindString() argument 1001 if (exact) in LISTBOX_FindString() 1032 if (exact && (descr->style & LBS_SORT)) in LISTBOX_FindString()
|
/reactos/dll/cpl/hdwwiz/lang/ |
H A D | ro-RO.rc | 61 …LTEXT "Expertul poate să caute alt hardware şi să îl instaleze automat. Sau, dacă ştiţi exact ce m…
|
/reactos/dll/win32/riched20/ |
H A D | caret.c | 1007 BOOL exact = TRUE; in ME_FindRunInRow() local 1012 exact = FALSE; in ME_FindRunInRow() 1027 return exact; in ME_FindRunInRow()
|
/reactos/media/doc/ |
H A D | notes | 193 buffer is used in the exact same fashion as METHOD_BUFFERED. To avoid 278 buffer is used in the exact same fashion as METHOD_BUFFERED. To avoid
|
/reactos/sdk/lib/crt/locale/ |
H A D | locale.c | 122 static int compare_info(LCID lcid, DWORD flags, char* buff, const char* cmp, BOOL exact) in compare_info() argument 136 if(exact || len<=3) in compare_info()
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | tanf.asm | 114 ; At this point tan(x) ~= x; if it's not exact, set the inexact flag.
|
/reactos/base/shell/cmd/ |
H A D | history.txt | 254 Now you can define exact what commands you want to include in
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 38 #define match_off_by_1(a, b, exact) match_off_by_n((a), (b), (exact) ? 0 : 1) argument 1896 BOOL exact; member 1928 …ok(match_off_by_1(tm.tmHeight, fd[i].height, fd[i].exact), "%s(%d): tm.tmHeight %d != %d\n", fd[i]… in test_height() 1929 …ok(match_off_by_1(tm.tmAscent, fd[i].ascent, fd[i].exact), "%s(%d): tm.tmAscent %d != %d\n", fd[i]… in test_height() 1930 …ok(match_off_by_1(tm.tmDescent, fd[i].descent, fd[i].exact), "%s(%d): tm.tmDescent %d != %d\n", fd… in test_height() 1931 …ok(match_off_by_1(tm.tmInternalLeading, fd[i].int_leading, fd[i].exact), "%s(%d): tm.tmInternalLea… in test_height()
|
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/ |
H A D | README | 346 for `kern' tables. Unfortunately, there is no exact algorithm to
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | INSTALL | 353 The exact mechanism used to control attributes of API functions has
|
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/ |
H A D | vfdmsg.mc | 1275 not an exact match for any of supported media
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 297 exact release version number. 1637 real hardware (ASUS C60M1-I to be exact) given ~250Mb filesystem. 1806 For certain file system sizes (in particular, exact GB sizes -
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | COPYING.txt | 86 exact copy. The resulting work is called a "modified version" of the
|
/reactos/media/fonts/doc/CourierNew/ |
H A D | COPYING.txt | 86 exact copy. The resulting work is called a "modified version" of the
|