Home
last modified time | relevance | path

Searched refs:longjmp (Results 1 – 25 of 111) sorted by relevance

12345

/dragonfly/contrib/gdb-7/readline/
H A Dposixjmp.h33 # undef longjmp
34 # define longjmp(x, n) siglongjmp((x), (n)) macro
/dragonfly/usr.bin/tip/
H A Dtipout.c54 longjmp(sigbuf, 1); in intIOT()
88 longjmp(sigbuf, 1); in intEMT()
105 longjmp(sigbuf, 1); in intSYS()
/dragonfly/sbin/vinum/
H A Dcommands.c801 longjmp(command_fail, -1); in reset_volume_stats()
824 longjmp(command_fail, -1); in reset_plex_stats()
850 longjmp(command_fail, -1); in reset_sd_stats()
869 longjmp(command_fail, -1); in reset_drive_stats()
1562 longjmp(command_fail, -1); /* give up */ in create_drive()
1614 longjmp(command_fail, -1); /* give up */ in vinum_concat()
1632 longjmp(command_fail, -1); /* give up */ in vinum_concat()
1731 longjmp(command_fail, -1); in vinum_stripe()
1879 longjmp(command_fail, -1); in vinum_raid4()
2027 longjmp(command_fail, -1); in vinum_raid5()
[all …]
H A Dv.c253 longjmp(command_fail, 2); in catchsig()
431 longjmp(command_fail, -1); in get_drive_info()
444 longjmp(command_fail, -1); in get_sd_info()
461 longjmp(command_fail, -1); in get_plex_sd_info()
474 longjmp(command_fail, -1); in get_plex_info()
487 longjmp(command_fail, -1); in get_volume_info()
H A Dvinumutil.c223 longjmp(command_fail, -1); in sizespec()
226 longjmp(command_fail, -1); in sizespec()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
43 #define longjmp __builtin_longjmp macro
307 longjmp (target->fc->jbuf, 1); in uw_install_context()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-sjlj.c41 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
44 #define longjmp __builtin_longjmp macro
307 longjmp (target->fc->jbuf, 1); in uw_install_context()
/dragonfly/games/phantasia/
H A Dfight.c153 longjmp(Fightenv, 0); in encounter()
404 longjmp(Fightenv, 0); in monsthits()
588 longjmp(Fightenv, 0); in monsthits()
802 longjmp(Fightenv, 0); in throwspell()
884 longjmp(Fightenv, 0); in throwspell()
1143 longjmp(Fightenv, 0); in awardtreasure()
1152 longjmp(Fightenv, 0); in awardtreasure()
1161 longjmp(Fightenv, 0); in awardtreasure()
1175 longjmp(Fightenv, 0); in awardtreasure()
/dragonfly/lib/libc/x86_64/gen/
H A Dsetjmp.S75 .weak CNAME(longjmp)
76 .set CNAME(longjmp),CNAME(__longjmp)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinterface.texi65 @cindex @code{longjmp} and automatic variables
66 If you use @code{longjmp}, beware of automatic variables. ISO C says that
68 values after a @code{longjmp}. And this is all GCC promises to do,
/dragonfly/usr.bin/mail/
H A Dtty.c188 longjmp(rewrite, 1); in ttystop()
195 longjmp(intjmp, 1); in ttyint()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcsetjmp49 #undef longjmp
59 using ::longjmp;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcsetjmp48 #undef longjmp
58 using ::longjmp;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcsetjmp50 #undef longjmp
60 using ::longjmp;
/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_interface.c143 longjmp(*no_fault, 1); in kdb_trap()
153 longjmp(db_global_jmpbuf, 1); in kdb_trap()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Ddb_interface.c141 longjmp(*no_fault, 1); in kdb_trap()
151 longjmp(db_global_jmpbuf, 1); in kdb_trap()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dsetjmp.h36 using std::longjmp;
/dragonfly/games/trek/
H A Dlose.c79 longjmp(env, 1); in lose()
H A Dwin.c84 longjmp(env, 1); in win()
H A Dplay.c85 longjmp(env, 1); in myreset()
/dragonfly/include/
H A Dsetjmp.h47 void longjmp (jmp_buf, int) __dead2;
/dragonfly/contrib/binutils-2.27/opcodes/
H A Dsysdep.h70 #define OPCODES_SIGLONGJMP(buf,val) longjmp((buf), (val))
/dragonfly/contrib/binutils-2.34/opcodes/
H A Dsysdep.h72 #define OPCODES_SIGLONGJMP(buf,val) longjmp((buf), (val))
/dragonfly/lib/libc/x86_64/
H A DSymbol.map20 longjmp;
/dragonfly/contrib/tcp_wrappers/
H A Ddiag.c65 longjmp(tcpd_buf, AC_ERROR); in tcpd_jump()

12345