Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 31) sorted by relevance

12

/reactos/drivers/filesystems/udfs/Include/
H A Dgetopt.cpp275 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 Dinfo.c1428 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 Devc9.mak31 # order to warp to the exact place in the code.
H A Devc8.mak31 # order to warp to the exact place in the code.
/reactos/base/services/audiosrv/
H A Daudiosrv.txt19 It is not necessary to duplicate the exact structure of this mapped
/reactos/drivers/input/sermouse/
H A Dsermouse.txt44 I have not seen any documentation about the exact documents, but here is
/reactos/dll/win32/tapiui/lang/
H A Den-US.rc116 …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 Dhe-IL.rc116 …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 Dro-RO.rc123 … 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 DREADME.eltorito30 which is an exact image of the boot floppu currently in use. There is
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c846 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 Dlistbox.c902 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 Dro-RO.rc61 …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 Dcaret.c1007 BOOL exact = TRUE; in ME_FindRunInRow() local
1012 exact = FALSE; in ME_FindRunInRow()
1027 return exact; in ME_FindRunInRow()
/reactos/media/doc/
H A Dnotes193 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 Dlocale.c122 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 Dtanf.asm114 ; At this point tan(x) ~= x; if it's not exact, set the inexact flag.
/reactos/base/shell/cmd/
H A Dhistory.txt254 Now you can define exact what commands you want to include in
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c38 #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 DREADME346 for `kern' tables. Unfortunately, there is no exact algorithm to
/reactos/dll/3rdparty/libpng/docs/
H A DINSTALL353 The exact mechanism used to control attributes of API functions has
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/
H A Dvfdmsg.mc1275 not an exact match for any of supported media
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog297 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 DCOPYING.txt86 exact copy. The resulting work is called a "modified version" of the
/reactos/media/fonts/doc/CourierNew/
H A DCOPYING.txt86 exact copy. The resulting work is called a "modified version" of the

12