Searched refs:tint (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/lib/libc/stdtime/
H A Dtime32.c95 _int_to_time(int tint) argument
98 return(_time32_to_time(tint));
99 return((time_t)tint);
/freebsd-10-stable/include/
H A Dtimeconv.h59 time_t _int_to_time(int tint);
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c855 ASN1_INTEGER **tint; local
907 tint = (ASN1_INTEGER **)pval;
908 if (!c2i_ASN1_INTEGER(tint, &cont, len))
911 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);

Completed in 109 milliseconds