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

/freebsd-10.0-release/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.0-release/include/
H A Dtimeconv.h59 time_t _int_to_time(int tint);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c935 ASN1_INTEGER **tint; local
999 tint = (ASN1_INTEGER **)pval;
1000 if (!c2i_ASN1_INTEGER(tint, &cont, len))
1003 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);

Completed in 132 milliseconds