Searched refs:sig (Results 251 - 275 of 739) sorted by relevance

<<11121314151617181920>>

/openbsd-current/regress/lib/libm/rint/
H A Drint.c15 sigfpe(int sig, siginfo_t *si, void *v) argument
/openbsd-current/regress/lib/libpthread/semaphore/sem_wait/
H A Dsem_wait.c18 handler(int sig) argument
20 static char message[] = "got sig\n";
61 fprintf(stderr, "sending sig\n");
/openbsd-current/regress/lib/libsndio/rec/
H A Drec.c48 par.sig = 1;
/openbsd-current/regress/lib/libc/ieeefp/except/
H A Dexcept.c22 sigfpe(int sig, siginfo_t *si, void *v) argument
/openbsd-current/usr.bin/mail/
H A Dcollect.c60 int lc, cc, fd, c, t, lastlong, rc, sig; local
111 c = readline(stdin, linebuf, LINESIZE, &sig);
114 switch (sig) {
131 (void)kill(0, sig);
/openbsd-current/regress/sys/kern/signal/sigprof/
H A Dsigprof.c44 handler(int sig) argument
/openbsd-current/regress/lib/libc/sys/
H A Dt_sigaction.c80 catch(int sig __unused)
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dworker.h105 * @param sig: signal number.
108 void worker_sighandler(int sig, void* arg);
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dworker.h105 * @param sig: signal number.
108 void worker_sighandler(int sig, void* arg);
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D26_plv5182.t45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
49 is ($sig, $md5, "MD5");
H A D26_plv518.t45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
49 is ($sig, $md5, "MD5");
H A D25_plv516.t45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
49 is ($sig, $md5, "MD5");
H A D24_plv514.t45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
49 is ($sig, $md5, "MD5");
H A D23_plv512.t44 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
48 is ($sig, $md5, "MD5");
H A D21_plv58.t44 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
48 is ($sig, $md5, "MD5");
H A D20_plv56.t41 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
45 is ($sig, $md5, "MD5");
/openbsd-current/lib/libsndio/
H A Damsg.h93 uint8_t sig; /* 1 if signed */ member in struct:amsg::__anon1::amsg_par
/openbsd-current/usr.sbin/amd/amd/
H A Dnfs_start.c102 int sig; local
105 if ((sig = setjmp(select_intr))) {
108 switch (sig) {
/openbsd-current/sys/arch/m88k/m88k/
H A Dsig_machdep.c107 sendsig(sig_t catcher, int sig, sigset_t mask, const siginfo_t *ksip, argument
162 tf->tf_r[2] = sig; /* first arg is signo */
181 printf("sendsig(%d): sig %d returns\n", p->p_p->ps_pid, sig);
/openbsd-current/sys/arch/arm/arm/
H A Dsig_machdep.c77 sendsig(sig_t catcher, int sig, sigset_t mask, const siginfo_t *ksip, argument
103 frame.sf_signum = sig;
154 tf->tf_r0 = sig;
/openbsd-current/usr.bin/write/
H A Dwrite.c52 void done(int sig);
280 done(int sig) argument
283 if (sig)
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dsig_machdep.c96 sendsig(sig_t catcher, int sig, sigset_t mask, const siginfo_t *ksip, argument
128 frame.sf_signum = sig;
173 tf->tf_a[0] = sig;
/openbsd-current/lib/libcrypto/ct/
H A Dct.h280 * Set *sig to point to the signature for the SCT. sig must not be NULL.
284 size_t SCT_get0_signature(const SCT *sct, unsigned char **sig);
287 * Set the signature of an SCT to point directly to the *sig specified.
290 void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len);
293 * Set the signature of an SCT to be a copy of the *sig specified.
296 int SCT_set1_signature(SCT *sct, const unsigned char *sig,
/openbsd-current/usr.bin/ssh/
H A Dssh-ed25519-sk.c124 const u_char *sig, size_t siglen,
150 sig == NULL || siglen == 0)
153 if ((b = sshbuf_from(sig, siglen)) == NULL)
123 ssh_ed25519_sk_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
/openbsd-current/usr.bin/audioctl/
H A Daudioctl.c80 ap->sig = 1;
82 ap->sig = 0;
164 printf("%s%u", ap->sig ? "s" : "u", ap->bits);

Completed in 255 milliseconds

<<11121314151617181920>>