/reactos/sdk/lib/crt/setjmp/ |
H A D | setjmp.cmake | 4 setjmp/i386/setjmp.s 8 setjmp/amd64/setjmp.s 12 setjmp/arm/setjmp.s
|
/reactos/sdk/include/c++/stlport/ |
H A D | setjmp.h | 30 #if !defined (setjmp) 33 # include_next <setjmp.h> 35 # include _STLP_NATIVE_C_HEADER(setjmp.h) 41 # error setjmp has been defined before inclusion of setjmp.h header.
|
/reactos/sdk/include/vcruntime/ |
H A D | setjmpex.h | 15 #define setjmp _setjmp macro 18 #ifdef setjmp 19 #undef setjmp 21 #define setjmp _setjmpex macro
|
H A D | setjmp.h | 199 #define setjmp(BUF) _setjmp((BUF),mingw_getsp()) macro 202 #undef setjmp 203 #define setjmp(BUF) _setjmpex((BUF),mingw_getsp()) macro 209 #define setjmp _setjmp macro 211 int __MINGW_NOTHROW __cdecl setjmp(jmp_buf _Buf);
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _csetjmp.h | 20 #if !defined (setjmp) 50 # if !defined (setjmp) 53 using _STLP_VENDOR_CSTD::setjmp; 55 using ::setjmp;
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | mysetjmp.h | 48 #define setjmp gl_setjmp macro 81 return setjmp( j->buf ); in mysetjmp()
|
/reactos/sdk/lib/crt/ |
H A D | CMakeLists.txt | 18 include(setjmp/setjmp.cmake)
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | example.c | 323 if (setjmp(png_jmpbuf(png_ptr))) 615 if (setjmp(png_jmpbuf((*png_ptr)))) 642 if (setjmp(png_jmpbuf((*png_ptr)))) 778 if (setjmp(png_jmpbuf(png_ptr)))
|
/reactos/sdk/lib/pseh/include/pseh/ |
H A D | framebased.h | 39 # error PSEH setjmp/longjmp fallback is no longer supported 49 # define _SEHSetJmp setjmp
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | std_headers_c_h.txt | 4 setjmp.h
|
H A D | msvcincl.dat | 113 setjmp.h
|
/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | seh0024.c | 28 if (setjmp(JumpBuffer) == 0) in main()
|
H A D | xcpt4u.c | 1451 if (setjmp(JumpBuffer) == 0) { in main() 1473 if (setjmp(JumpBuffer) == 0) { in main() 1501 if (setjmp(JumpBuffer) == 0) { in main() 1532 if (setjmp(JumpBuffer) == 0) { in main() 1566 if (setjmp(JumpBuffer) == 0) { in main() 1604 if (setjmp(JumpBuffer) == 0) { in main() 1636 if (setjmp(JumpBuffer) == 0) { in main()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
|
/reactos/sdk/lib/crt/setjmp/arm/ |
H A D | setjmp.s | 40 IMPORT setjmp, WEAK _setjmpex
|
/reactos/base/applications/network/ftp/ |
H A D | main.c | 241 if (setjmp(toplevel)) in main() 247 top = setjmp(toplevel) == 0; in main()
|
H A D | ftp.c | 471 if (setjmp(sendabort)) { in sendrequest() 528 if (setjmp(sendabort)) in sendrequest() 752 if (setjmp(recvabort)) { in recvrequest() 816 if (setjmp(recvabort)) in recvrequest() 1483 if (setjmp(ptabort))
|
H A D | cmds.c | 369 (void) setjmp(jabort); in mput() 667 (void) setjmp(jabort); in mget() 1073 (void) setjmp(jabort); in mdelete() 1210 (void) setjmp(jabort); in mls() 1775 if (setjmp(abortprox)) { in doproxy()
|
/reactos/sdk/include/reactos/wine/ |
H A D | exception.h | 81 #define sigsetjmp(buf,sigs) setjmp(buf)
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | example.c | 317 if (setjmp(jerr.setjmp_buffer)) { in read_JPEG_file()
|
/reactos/modules/rosapps/applications/net/ncftp/sio/ |
H A D | sio.h | 39 # define SSetjmp(a) setjmp(a)
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngerror.c | 687 if (!setjmp(free_jmp_buf)) in png_free_jmpbuf() 945 result = setjmp(safe_jmpbuf) == 0; in png_safe_execute()
|
/reactos/dll/win32/windowscodecs/ |
H A D | jpegformat.c | 329 if (setjmp(jmpbuf)) in JpegDecoder_Initialize() 1086 if (setjmp(jmpbuf)) in JpegEncoder_Frame_WritePixels() 1204 if (setjmp(jmpbuf)) in JpegEncoder_Frame_Commit() 1321 if (setjmp(jmpbuf)) in JpegEncoder_Initialize()
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | rcmd.c | 324 sj = setjmp(gBrokenCtrlJmp); in GetResponse() 560 sj = setjmp(gBrokenCtrlJmp); in SendCommand()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | shell.c | 517 sj = setjmp(gBackToTopJmp);
|