Searched refs:sig (Results 176 - 200 of 739) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c927 int sig = strtol (s + sizeof (CYGWIN_SIGNAL_STRING) - 1, &p, 0); local
928 gotasig = target_signal_from_host (sig);
929 ourstatus->value.sig = gotasig;
1077 ourstatus->value.sig = TARGET_SIGNAL_SEGV;
1081 ourstatus->value.sig = TARGET_SIGNAL_SEGV;
1085 ourstatus->value.sig = TARGET_SIGNAL_FPE;
1089 ourstatus->value.sig = TARGET_SIGNAL_FPE;
1093 ourstatus->value.sig = TARGET_SIGNAL_FPE;
1097 ourstatus->value.sig = TARGET_SIGNAL_FPE;
1101 ourstatus->value.sig
1969 child_resume(ptid_t ptid, int step, enum target_signal sig) argument
[all...]
/openbsd-current/lib/libsndio/
H A Dsio_aucat.c289 hdl->aucat.wmsg.u.par.sig = par->sig;
325 par->sig = hdl->aucat.rmsg.u.par.sig;
343 unsigned int i, bps, le, sig, chan, rindex, rmult; local
347 sig = le = 0;
355 cap->enc[i].sig = sig ^ 1;
361 sig++;
363 if (sig >
[all...]
H A Dsio_sun.c108 ap.sig = enc->sig;
131 if (ap.sig != enc->sig)
179 ap.sig = (ap.bits > 8) ? 1 : 0;
183 cap->enc[i].sig = ap.sig;
422 ap.sig = par->sig;
461 par->sig
[all...]
/openbsd-current/usr.bin/ssh/
H A Dssh-rsa.c390 u_char digest[SSH_DIGEST_MAX_LENGTH], *sig = NULL; local
423 if ((sig = malloc(slen)) == NULL) {
428 if (RSA_sign(nid, digest, hlen, sig, &len, key->rsa) != 1) {
434 memmove(sig + diff, sig, len);
435 explicit_bzero(sig, diff);
446 (ret = sshbuf_put_string(b, sig, slen)) != 0)
461 freezero(sig, slen);
468 const u_char *sig, size_t siglen,
481 sig
467 ssh_rsa_verify(const struct sshkey *key, const u_char *sig, size_t siglen, const u_char *data, size_t dlen, const char *alg, u_int compat, struct sshkey_sig_details **detailsp) argument
[all...]
H A Dsshsig.h82 int sshsig_dearmor(struct sshbuf *sig, struct sshbuf **out);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2067 static void ReportErrnoSpoiling(ThreadState *thr, uptr pc, int sig) {
2074 rep.SetSigNum(sig);
2082 int sig, __sanitizer_siginfo *info,
2087 Acquire(thr, 0, (uptr)&sigactions[sig]);
2115 volatile uptr pc = (sigactions[sig].sa_flags & SA_SIGINFO)
2116 ? (uptr)sigactions[sig].sigaction
2117 : (uptr)sigactions[sig].handler;
2122 ((__sanitizer_sigactionhandler_ptr)pc)(sig, info, uctx);
2139 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM &&
2141 ReportErrnoSpoiling(thr, pc, sig);
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dhpux-core.c91 int sig; member in struct:hpux_core_struct
98 #define core_signal(bfd) (core_hdr(bfd)->sig)
246 if (proc_info.sig != -1)
264 core_signal (abfd) = proc_info.sig;
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.h43 int sig; member in struct:thread_resume
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dhpux-core.c93 int sig; member in struct:hpux_core_struct
100 #define core_signal(bfd) (core_hdr(bfd)->sig)
249 if (proc_info.sig != -1)
269 core_signal (abfd) = proc_info.sig;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-10.c8 sig_ill_handler (int sig) argument
/openbsd-current/regress/lib/libpthread/restart/accept/
H A Daccept.c16 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/connect/
H A Dconnect.c16 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/kevent/
H A Dkevent.c16 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/read/
H A Dread.c14 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/readv/
H A Dreadv.c15 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/recvfrom/
H A Drecvfrom.c16 handler(int sig) argument
/openbsd-current/regress/lib/libpthread/restart/recvmsg/
H A Drecvmsg.c17 handler(int sig) argument
/openbsd-current/regress/lib/libc/sigthr/
H A Dsigthr_test.c16 void sighandler(int sig) { } argument
/openbsd-current/usr.bin/cu/
H A Dinput.c41 input_signal(int sig) argument
/openbsd-current/regress/lib/libpthread/pthread_join/
H A Dpthread_join.c53 handler(int sig) argument
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli14 module Endian : sig
20 module CodeGenOptLevel : sig
28 module RelocMode : sig
36 module CodeModel : sig
46 module CodeGenFileType : sig
58 module DataLayout : sig
130 module Target : sig
176 module TargetMachine : sig
/openbsd-current/regress/usr.sbin/syslogd/
H A DSyslogd.pm157 my $sig = shift;
161 if (kill($sig => $pid) != 1) {
165 my @cmd = ($sudo, '/bin/kill', "-$sig", $pid);
303 my $sig = shift // 'TERM';
328 return Proc::kill($self, $sig, $pschild[0]{PID});
/openbsd-current/regress/sys/arch/hppa/probe/
H A Dprobe.c31 sigsegv(int sig, siginfo_t *sip, void *scp) argument
/openbsd-current/regress/sys/kern/rcvtimeo/
H A Drcvtimeo.c20 sigalarm(int sig, siginfo_t *sip, void *scp) argument
/openbsd-current/regress/sys/arch/hppa/sfuid/
H A Dsfuid.c23 sigill(int sig, siginfo_t *sip, void *scp) argument

Completed in 159 milliseconds

1234567891011>>