| /src/sys/sys/ |
| tape.h | 51 uint32_t time_sec; member in struct:tape_sysctl
|
| iostat.h | 62 u_int32_t time_sec; member in struct:io_sysctl
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| o_time.c | 74 int time_sec, time_year, time_month, time_day; local 78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) 94 tm->tm_hour = time_sec / 3600; 95 tm->tm_min = (time_sec / 60) % 60; 96 tm->tm_sec = time_sec % 60;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| o_time.c | 74 int time_sec, time_year, time_month, time_day; local 78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) 94 tm->tm_hour = time_sec / 3600; 95 tm->tm_min = (time_sec / 60) % 60; 96 tm->tm_sec = time_sec % 60;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| o_time.c | 74 int time_sec, time_year, time_month, time_day; local 78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) 94 tm->tm_hour = time_sec / 3600; 95 tm->tm_min = (time_sec / 60) % 60; 96 tm->tm_sec = time_sec % 60;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| krb5-v4compat.h | 125 uint32_t time_sec; /* Time ticket issued */ member in struct:_krb5_krb_auth_data
|
| /src/crypto/external/apache2/openssl/dist/crypto/ts/ |
| ts_rsp_sign.c | 834 time_t time_sec = (time_t)sec; local 843 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| ts_rsp_sign.c | 821 time_t time_sec = (time_t)sec; local 830 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
| ts_rsp_sign.c | 992 time_t time_sec = (time_t)sec; local 1001 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL)
|