HomeSort by: relevance | last modified time | path
    Searched refs:sigjmp_buf (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/lib/libc/gen/
Lint___sigsetjmp14.c 12 __sigsetjmp14(sigjmp_buf env, int savemask)
19 __siglongjmp14(sigjmp_buf env, int val)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/i386/
setjmp.h 13 void siglongjmp(sigjmp_buf, int) __attribute__ ((__noreturn__));
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/i386/
setjmp.h 13 void siglongjmp(sigjmp_buf, int) __attribute__ ((__noreturn__));
  /src/lib/libc/compat/include/
setjmp.h 46 int __sigsetjmp14(sigjmp_buf, int) __returns_twice;
47 void __siglongjmp14(sigjmp_buf, int) __dead;
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 24 CHECK_TYPE_SIZE_FITS(sigjmp_buf); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 24 CHECK_TYPE_SIZE_FITS(sigjmp_buf); variable
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-eval.h 32 /* Some platforms don't have the sigjmp_buf type in <setjmp.h>. */
35 # define sigjmp_buf jmp_buf macro
47 extern sigjmp_buf sigfpe_exit;
plural-eval.c 40 sigjmp_buf sigfpe_exit;
  /src/include/
setjmp.h 56 typedef _BSD_JBSLOT_T_ sigjmp_buf[_JBLEN + 1] _JB_ATTRIBUTES;
70 int sigsetjmp(sigjmp_buf, int) __RENAME(__sigsetjmp14) __returns_twice;
71 void siglongjmp(sigjmp_buf, int) __RENAME(__siglongjmp14) __dead;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
setjmp.d 409 sigjmp_buf
411 int sigsetjmp(sigjmp_buf, int);
412 void siglongjmp(sigjmp_buf, int);
417 alias jmp_buf sigjmp_buf;
419 int __sigsetjmp(sigjmp_buf, int);
421 void siglongjmp(sigjmp_buf, int);
455 alias _sigjmp_buf[1] sigjmp_buf;
457 int sigsetjmp(ref sigjmp_buf);
458 void siglongjmp(ref sigjmp_buf, int);
473 alias _sigjmp_buf[_JBLEN + 1] sigjmp_buf;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_setjmp.h 25 #define SIGJMP_BUF sigjmp_buf
29 #define SIGJMP_BUF jmp_buf
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_setjmp.h 25 #define SIGJMP_BUF sigjmp_buf
29 #define SIGJMP_BUF jmp_buf
  /src/external/gpl3/binutils/dist/opcodes/
sysdep.h 50 #define OPCODES_SIGJMP_BUF sigjmp_buf
  /src/external/gpl3/binutils.old/dist/opcodes/
sysdep.h 50 #define OPCODES_SIGJMP_BUF sigjmp_buf
  /src/external/gpl3/gdb/dist/readline/readline/
posixjmp.h 29 # define procenv_t sigjmp_buf
  /src/external/gpl3/gdb.old/dist/opcodes/
sysdep.h 50 #define OPCODES_SIGJMP_BUF sigjmp_buf
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixjmp.h 29 # define procenv_t sigjmp_buf
  /src/external/gpl3/gdb/dist/opcodes/
sysdep.h 50 #define OPCODES_SIGJMP_BUF sigjmp_buf
  /src/usr.bin/ftp/
progressbar.h 64 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
signull.c 40 sigjmp_buf env;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
signull.c 40 sigjmp_buf env;
  /src/crypto/external/bsd/heimdal/dist/lib/kdfs/
k5dfspag.c 57 #undef sigjmp_buf macro
60 #define sigjmp_buf jmp_buf macro
139 static sigjmp_buf setpag_buf;
  /src/tests/lib/libc/setjmp/
t_sigstack.c 43 sigjmp_buf sigjmp;
54 int (*compat13_sigsetjmp)(sigjmp_buf, int);
55 void (*compat13_siglongjmp)(sigjmp_buf, int) __dead;
  /src/bin/sh/
error.h 61 sigjmp_buf loc;
  /src/regress/sys/arch/i386/iopl/
iopl.c 62 sigjmp_buf env;

Completed in 23 milliseconds

1 2 3