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

1 2 3 4 5 6 7 8 91011

  /src/games/sail/
restart.h 32 extern jmp_buf restart;
  /src/lib/libc/gen/
Lint___setjmp14.c 12 __setjmp14(jmp_buf env)
19 __longjmp14(jmp_buf env, int val)
Lint__setjmp.c 12 _setjmp(jmp_buf env)
19 _longjmp(jmp_buf env, int val)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
setjmp.h 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
setjmp.h 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
  /src/lib/libc/compat/include/
setjmp.h 43 int __setjmp14(jmp_buf) __returns_twice;
44 void __longjmp14(jmp_buf, int) __dead;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efisetjmp.h 9 extern UINTN setjmp(jmp_buf env) __attribute__((returns_twice));
10 extern VOID longjmp(jmp_buf env, UINTN value) __attribute__((noreturn));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
setjmp.h 35 using std::jmp_buf;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
setjmp.h 35 using std::jmp_buf;
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
longjmp-until-in-main.c 23 jmp_buf buf;
premature-dummy-frame-removal.c 21 jmp_buf env;
longjmp.c 20 jmp_buf env;
26 call_longjmp (jmp_buf *buf)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
longjmp-until-in-main.c 23 jmp_buf buf;
premature-dummy-frame-removal.c 21 jmp_buf env;
longjmp.c 20 jmp_buf env;
26 call_longjmp (jmp_buf *buf)
  /src/include/
setjmp.h 59 typedef _BSD_JBSLOT_T_ jmp_buf[_JBLEN] _JB_ATTRIBUTES;
65 int setjmp(jmp_buf) __RENAME(__setjmp14) __returns_twice;
66 void longjmp(jmp_buf, int) __RENAME(__longjmp14) __dead;
76 int _setjmp(jmp_buf) __returns_twice;
77 void _longjmp(jmp_buf, int) __dead;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
setjmp.d 33 jmp_buf
35 int setjmp(ref jmp_buf);
36 void longjmp(ref jmp_buf, int);
188 alias __jmp_buf_tag[1] jmp_buf;
191 void longjmp(ref jmp_buf, int);
224 alias _jmp_buf[1] jmp_buf;
226 int setjmp(ref jmp_buf);
227 void longjmp(ref jmp_buf, int);
244 alias _jmp_buf[_JBLEN] jmp_buf;
246 int setjmp(ref jmp_buf);
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efisetjmp_arch.h 15 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6234
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-setjmp-mod.c 28 jmp_buf env;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-setjmp-mod.c 28 jmp_buf env;
  /src/games/phantasia/
phantglobs.c 33 jmp_buf Fightenv; /* used to jump into fight routine */
34 jmp_buf Timeoenv; /* used for timing out waiting for input */
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efisetjmp_arch.h 21 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6055
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efisetjmp_arch.h 22 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6285

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011