Searched refs:unix_time (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_zip.c | 1418 dos_time(const time_t unix_time) in dos_time() argument 1427 t = localtime_s(&tmbuf, &unix_time) ? NULL : &tmbuf; in dos_time() 1429 t = localtime_r(&unix_time, &tmbuf); in dos_time() 1431 t = localtime(&unix_time); in dos_time()
|
H A D | archive_read_support_format_rar5.c | 1309 static int parse_htime_item(struct archive_read* a, char unix_time, in parse_htime_item() argument 1312 if(unix_time) { in parse_htime_item() 1388 char unix_time = 0; in parse_file_extra_htime() local 1408 unix_time = flags & IS_UNIX; in parse_file_extra_htime() 1411 parse_htime_item(a, unix_time, &rar->file.e_mtime, in parse_file_extra_htime() 1417 parse_htime_item(a, unix_time, &rar->file.e_ctime, in parse_file_extra_htime() 1423 parse_htime_item(a, unix_time, &rar->file.e_atime, in parse_file_extra_htime()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ad.c | 423 unix2nttime(time_t unix_time) in unix2nttime() argument 426 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH; in unix2nttime()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pac.c | 664 unix2nttime(time_t unix_time) in unix2nttime() argument 667 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH; in unix2nttime()
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 1424 unix2nttime(time_t unix_time) in unix2nttime() argument 1427 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH; in unix2nttime()
|