Searched refs:sigptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Dbiospnp.c113 char *sigptr; local
118 for (sigptr = PTOV(0xf0000); sigptr < PTOV(0xfffff); sigptr += 16)
119 if (!bcmp(sigptr, "$PnP", 4)) {
120 pnp_Icheck = (struct pnp_ICstructure *)sigptr;
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c65 attach_inferior (int pid, char *statusptr, unsigned char *sigptr) argument
80 *sigptr = mywait (statusptr, 0);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c1440 Char *sigptr; local
1459 sigptr = &v[0][1];
1463 sigptr = &v[0][0];
1468 if (Isdigit(*sigptr)) {
1470 signum = strtoul(short2str(sigptr), &ep, 0);
1477 eq(sigptr, str2short(mesg[signum].iname)))
1479 setname(short2str(sigptr));
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c3895 TLS_SIGALGS *sigptr; local
3926 for (i = 0, sigptr = c->shared_sigalgs;
3927 i < c->shared_sigalgslen; i++, sigptr++) {
3928 idx = tls12_get_pkey_idx(sigptr->rsign);
3933 mandatory_mdnid != tls12_get_hash_nid(sigptr->rhash))
3942 md = tls12_get_hash(sigptr->rhash);

Completed in 193 milliseconds