Searched refs:sltmp (Results 1 – 2 of 2) sorted by relevance
129 unsigned int sltmp; in pkey_ec_sign() local146 if (!ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec)) { in pkey_ec_sign()149 *siglen = (size_t)sltmp; in pkey_ec_sign()
504 struct static_lease_s *sltmp; in get_staticlease() local518 sltmp = xzalloc(sizeof(struct static_lease_s)); in get_staticlease()521 sltmp->mac[count] = strtol(tkmac, &tkmac, 16); in get_staticlease()522 if (sltmp->mac[count]>255 || sltmp->mac[count]<0 || (*tkmac && *tkmac!=':') || errno) { in get_staticlease()524 free(sltmp); in get_staticlease()528 striptovar(tkip, &sltmp->nip); in get_staticlease()529 sltmp->next = gstate.sleases; in get_staticlease()530 gstate.sleases = sltmp; in get_staticlease()