/reactos/dll/3rdparty/libjpeg/ |
H A D | rdswitch.c | 207 goto bogus; in read_scan_script() 214 goto bogus; in read_scan_script() 217 goto bogus; in read_scan_script() 220 goto bogus; in read_scan_script() 223 goto bogus; in read_scan_script() 233 bogus: in read_scan_script()
|
H A D | change.log | 309 to ensure "jpegtran -copy all" won't create bogus files that contain JFXX
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtContinue.c | 188 CONTEXT bogus[2]; in START_TEST() local 190 RtlFillMemory(&bogus, sizeof(bogus), 0xCCCCCCCC); in START_TEST() 211 continueContext.Esp = (ULONG)(((ULONG_PTR)&bogus) & 0xFFFFFFFF) + in START_TEST() 212 sizeof(bogus) - (randULONG() & 0xF) * 4; in START_TEST() 246 continueContext.Rsp = (((ULONG_PTR)&bogus)) + (randULONG() & 0xF) * 16; in START_TEST()
|
/reactos/modules/rosapps/applications/net/ncftp/autoconf/ |
H A D | aclocal.m4 | 707 siglongjmp(sjb, 1); /* bogus code, of course. */ 731 exit(((int) &u.ut_name) & 0xff); /* bogus code, of course. */ 777 exit(((int) &u.ut_user) & 0xff); /* bogus code, of course. */ 800 exit(((int) &u.ut_pid) & 0xff); /* bogus code, of course. */ 824 exit(((int) &u.ut_time) & 0xff); /* bogus code, of course. */ 847 exit(((int) &u.ut_host) & 0xff); /* bogus code, of course. */ 870 exit(((int) &st.st_size) & 0xff); /* bogus code, of course. */ 1023 xu.uflg.fg_oldcrypt++; /* bogus code, of course */ 1049 exit(((int) uaddr.sun_len); /* bogus code, of course. */ 1076 exit((int) st.f_bavail); /* bogus code, of course. */ [all …]
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | devinst.c | 778 static const WCHAR bogus[] = {'S','y','s','t','e','m','\\', in test_device_key() local 796 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_device_key() 802 ok(!RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key), "Key should exist.\n"); in test_device_key() 882 static const WCHAR bogus[] = {'S','y','s','t','e','m','\\', in test_register_device_iface() local 896 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_register_device_iface() 935 static const CHAR bogus[] = "System\\CurrentControlSet\\Enum\\Root\\LEGACY_BOGUS"; in test_registry_property_a() local 1029 res = RegOpenKeyA(HKEY_LOCAL_MACHINE, bogus, &key); in test_registry_property_a() 1043 static const WCHAR bogus[] = {'S','y','s','t','e','m','\\', in test_registry_property_w() local 1133 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_registry_property_w()
|
/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | ChangeLog | 4 Added bogus boot sector code that on attempts to boot prints a
|
/reactos/modules/rostests/winetests/inetmib1/ |
H A D | main.c | 86 UINT bogus[] = { 1,2,3,4 }; in testQuery() local 126 vars[0].name.idLength = ARRAY_SIZE(bogus); in testQuery() 127 vars[0].name.ids = bogus; in testQuery()
|
/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | options.c | 116 goto bogus; in parse_option_buffer() 134 bogus: in parse_option_buffer()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | crypt.c | 424 BYTE bogus[] = { 0 }; in test_verify_sig() local 465 ret = pCryptVerifySignatureW(hash, NULL, sizeof(bogus), key, NULL, 0); in test_verify_sig() 471 ret = pCryptVerifySignatureW(hash, bogus, 0, key, NULL, 0); in test_verify_sig() 475 ret = pCryptVerifySignatureW(hash, bogus, sizeof(bogus), key, NULL, 0); in test_verify_sig()
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/ |
H A D | rules-o.mak | 173 # (this is due to bad path/string processing in bogus nmake)
|
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | mbsncat_s.inl | 65 * the bogus lead byte.
|
/reactos/modules/rostests/winetests/rpcrt4/ |
H A D | server.c | 1136 bogus_t bogus; in basic_tests() local 1261 bogus.h.p1 = &i1; in basic_tests() 1262 bogus.p2 = &i2; in basic_tests() 1263 bogus.p3 = &i3; in basic_tests() 1264 bogus.c = 9; in basic_tests() 1265 ok(sum_bogus(&bogus) == 12, "RPC sum_bogus\n"); in basic_tests()
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | changelog | 34 * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | cert.c | 2963 static BYTE bogus[] = { 1, 2, 3, 4 }; in testCompareCertName() local 2978 blob1.pbData = bogus; in testCompareCertName() 2979 blob1.cbData = sizeof(bogus); in testCompareCertName()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | file.c | 1548 static const WCHAR bogus[] = { '\\', '\\', '.', '\\', 'B', 'O', 'G', 'U', 'S', 0 }; in test_CreateFileW() local 1614 hFile = CreateFileW(bogus, 0, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, in test_CreateFileW() 1638 static const WCHAR bogus[] = { '\\', '\\', '.', '\\', 'B', 'O', 'G', 'U', 'S', 0 }; in test_CreateFile2() local 1695 hFile = pCreateFile2(bogus, 0, FILE_SHARE_READ | FILE_SHARE_WRITE, OPEN_EXISTING, &exparams); in test_CreateFile2()
|
/reactos/dll/3rdparty/libxslt/ |
H A D | NEWS | 495 Remove bogus test file (Nick Wellnhofer),
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | typelib.c | 832 OLECHAR* bogus = wszBogus; in test_TypeInfo() local 875 hr = ITypeInfo_GetIDsOfNames(pTypeInfo, &bogus, 1, &dispidMember); in test_TypeInfo()
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 3739 * stlport/stl/_fstream.c: some code clean to reduce bogus compiler 4130 * src/c_locale.c: put here wrappers for some wfuncs, due to bogus 5680 * src/locale_impl.cpp, src/locale_impl.h: remove bogus _STLP_CALL decls.
|
H A D | ChangeLog | 252 (opposite to my opinion); even if it looks like bogus behavior for me,
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 2421 Revised png_check_IHDR() to eliminate bogus complaint about filter_type. 4695 useful side effect of avoiding a bogus warning generated by the latest 5737 Quieted (bogus?) clang warnings about "absolute value has no effect"
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | NEWS | 1125 …Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encoding error when multi-…
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | ChangeLog.txt | 10663 FreeSansBoldOblique.sfd: removed bogus glyphs
|