Searched refs:tmps (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/crypto/openssl/crypto/asn1/ |
| HD | a_time.c | 270 ASN1_TIME *tmps = NULL; in ossl_asn1_time_from_tm() local 286 tmps = ASN1_STRING_new(); in ossl_asn1_time_from_tm() 288 tmps = s; in ossl_asn1_time_from_tm() 289 if (tmps == NULL) in ossl_asn1_time_from_tm() 292 if (!ASN1_STRING_set(tmps, NULL, len)) in ossl_asn1_time_from_tm() 295 tmps->type = type; in ossl_asn1_time_from_tm() 296 p = (char*)tmps->data; in ossl_asn1_time_from_tm() 299 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm() 304 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm() 310 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in ossl_asn1_time_from_tm() [all …]
|
| /freebsd-head/crypto/openssl/crypto/rsa/ |
| HD | rsa_sign.c | 278 unsigned char *tmps = NULL; in RSA_sign() local 300 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) in RSA_sign() 302 encoded = tmps; in RSA_sign() 318 OPENSSL_clear_free(tmps, encoded_len); in RSA_sign()
|
| /freebsd-head/lib/libc/stdlib/ |
| HD | strfmon.c | 67 char *tmps = STR; \ 68 while (*tmps != '\0') \ 69 PRINT(*tmps++); \
|
| /freebsd-head/usr.sbin/periodic/etc/daily/ |
| HD | Makefile | 8 110.clean-tmps \
|
| /freebsd-head/contrib/one-true-awk/ |
| HD | run.c | 81 Cell *tmps; /* free temporary cells for execution */ variable 932 if (a == tmps) in tfree() 934 a->cnext = tmps; in tfree() 935 tmps = a; in tfree() 942 if (!tmps) { in gettemp() 943 tmps = (Cell *) calloc(100, sizeof(*tmps)); in gettemp() 944 if (!tmps) in gettemp() 947 tmps[i-1].cnext = &tmps[i]; in gettemp() 948 tmps[i-1].cnext = NULL; in gettemp() 950 x = tmps; in gettemp() [all …]
|