Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 118) sorted by relevance

12345

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcsetjmp30 * This is the C++ version of the Standard C Library header @c setjmp.h,
46 #include <setjmp.h>
48 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
52 #ifndef setjmp
53 #define setjmp(env) setjmp (env)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcsetjmp29 * This is the C++ version of the Standard C Library header @c setjmp.h,
42 #include <setjmp.h>
47 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
51 #ifndef setjmp
52 #define setjmp(env) setjmp (env)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcsetjmp31 * This is the C++ version of the Standard C Library header @c setjmp.h,
44 #include <setjmp.h>
49 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
53 #ifndef setjmp
54 #define setjmp(env) setjmp (env)
/dragonfly/lib/libc/gen/
H A DMakefile.inc81 scandir.3 setjmp.3 setmode.3 setproctitle.3 shm_open.3 \
251 MLINKS+=setjmp.3 _longjmp.3 \
252 setjmp.3 longjmp.3 \
253 setjmp.3 longjmperr.3 \
254 setjmp.3 longjmperror.3 \
255 setjmp.3 _setjmp.3 \
256 setjmp.3 siglongjmp.3 \
257 setjmp.3 sigsetjmp.3
/dragonfly/contrib/gdb-7/readline/
H A Dposixjmp.h31 # undef setjmp
32 # define setjmp(x) sigsetjmp((x), 1) macro
/dragonfly/lib/libc/x86_64/gen/
H A Dsetjmp.S50 ENTRY(setjmp)
73 END(setjmp)
H A DMakefile.inc4 SRCS+= _setjmp.S rfork_thread.S setjmp.S sigsetjmp.S \
/dragonfly/usr.bin/telnet/
H A Dmain.c326 if (setjmp(toplevel) != 0) in main()
333 (void)setjmp(toplevel); in main()
/dragonfly/contrib/libpcap/
H A Dgencode.c831 if (setjmp(cstate.top_ctx)) { in pcap_compile()
963 if (setjmp(cstate->top_ctx)) in finish_parse()
3749 if (setjmp(cstate->top_ctx)) in gen_llc()
3765 if (setjmp(cstate->top_ctx)) in gen_llc_i()
3795 if (setjmp(cstate->top_ctx)) in gen_llc_s()
3821 if (setjmp(cstate->top_ctx)) in gen_llc_u()
3847 if (setjmp(cstate->top_ctx)) in gen_llc_s_subtype()
3872 if (setjmp(cstate->top_ctx)) in gen_llc_u_subtype()
5556 if (setjmp(cstate->top_ctx)) in gen_proto_abbrev()
6671 if (setjmp(cstate->top_ctx)) in gen_scode()
[all …]
/dragonfly/usr.bin/mail/
H A Dtty.c79 if (setjmp(intjmp)) in grabh()
146 if (setjmp(rewrite)) in readtty()
H A Dcollect.c94 if (setjmp(collabort) || setjmp(colljmp)) { in collect()
132 if (!setjmp(colljmp)) { in collect()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c47 #undef setjmp
48 #define setjmp setjmp_should_not_be_used_in_this_file macro
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-sjlj.c48 #undef setjmp
49 #define setjmp setjmp_should_not_be_used_in_this_file macro
/dragonfly/include/
H A Dsetjmp.h46 int setjmp (jmp_buf) __returns_twice;
/dragonfly/sys/ddb/
H A Ddb_trap.c68 if (setjmp(db_jmpbuf) == 0) in db_trap()
/dragonfly/contrib/binutils-2.27/opcodes/
H A Dsysdep.h69 #define OPCODES_SIGSETJMP(buf) setjmp(buf)
/dragonfly/games/trek/
H A Dmain.c188 if (setjmp(env)) { in main()
/dragonfly/contrib/binutils-2.34/opcodes/
H A Dsysdep.h71 #define OPCODES_SIGSETJMP(buf) setjmp(buf)
/dragonfly/lib/libc/x86_64/
H A DSymbol.map19 setjmp;
/dragonfly/contrib/diffutils/src/
H A Ddir.c246 if (setjmp (failed_locale_specific_sorting)) in diff_dirs()
362 if (setjmp (failed_locale_specific_sorting)) in find_dir_file_pathname()
/dragonfly/contrib/diffutils/lib/
H A Dmsvc-inval.h181 if (setjmp (msvc_inval_current->restart) == 0) \
/dragonfly/bin/sh/
H A Derror.h93 #define setjmp(jmploc) _setjmp(jmploc) macro
H A Dtrap.c525 if (!setjmp(loc1.loc)) { in exitshell_savedstatus()
538 if (!setjmp(loc2.loc)) { in exitshell_savedstatus()
/dragonfly/usr.bin/tip/
H A Dunidialer.c281 if (setjmp (timeoutbuf)) { in unidialer_get_modem_response()
541 if (setjmp(timeoutbuf)) { in unidialer_swallow()
604 if (setjmp(timeoutbuf)) in unidialer_connect()
H A Dhunt.c76 if (setjmp(deadline) == 0) { in hunt()

12345