Home
last modified time | relevance | path

Searched refs:sigptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dbiospnp.c110 char *sigptr; in biospnp_init() local
115 for (sigptr = PTOV(0xf0000); sigptr < PTOV(0xfffff); sigptr += 16) in biospnp_init()
116 if (!bcmp(sigptr, "$PnP", 4)) { in biospnp_init()
117 pnp_Icheck = (struct pnp_ICstructure *)sigptr; in biospnp_init()
/freebsd/contrib/tcsh/
H A Dsh.proc.c1440 Char *sigptr; in dokill() local
1459 sigptr = &v[0][1]; in dokill()
1463 sigptr = &v[0][0]; in dokill()
1468 if (Isdigit(*sigptr)) { in dokill()
1470 signum = strtoul(short2str(sigptr), &ep, 0); in dokill()
1477 eq(sigptr, str2short(mesg[signum].iname))) in dokill()
1479 setname(short2str(sigptr)); in dokill()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c2344 const SIGALG_LOOKUP *sigptr = s->shared_sigalgs[i]; in tls1_process_sigalgs() local
2345 int idx = sigptr->sig_idx; in tls1_process_sigalgs()
2348 if (SSL_IS_TLS13(s) && sigptr->sig == EVP_PKEY_RSA) in tls1_process_sigalgs()