| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_time.c | 48 t = localtime(&s); in ngx_timezone_update() 65 t = localtime(&s); in ngx_localtime() 84 t = localtime(&s); in ngx_libc_localtime()
|
| /f-stack/tools/libutil/ |
| H A D | login_times.c | 141 return (in_ltm(ltm, localtime(t), t)); in in_lt() 161 return (in_ltms(ltm, localtime(t), t)); in in_lts()
|
| H A D | login_ok.c | 229 if ((tptr = localtime(&t)) != NULL) { in auth_timeok()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | timestamp.c | 59 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | localtime.c | 113 struct tm *aux = localtime(&t); in main()
|
| H A D | Makefile | 185 …ash_helper.o childinfo.o defrag.o siphash.o rax.o t_stream.o listpack.o localtime.o lolwut.o lolwu…
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_autoindex_module.c | 43 ngx_flag_t localtime; member 107 offsetof(ngx_http_autoindex_loc_conf_t, localtime), 628 ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm); in ngx_http_autoindex_html() 1033 conf->localtime = NGX_CONF_UNSET; in ngx_http_autoindex_create_loc_conf() 1049 ngx_conf_merge_value(conf->localtime, prev->localtime, 0); in ngx_http_autoindex_merge_loc_conf()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loslib.c | 133 stm = localtime(&t); in os_date()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_regs.c | 206 tm = localtime(<ime); in qede_set_fw_dump_file_name()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace_utils.c | 100 tm_result = localtime(&tm); in trace_session_name_generate()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 443 v["time"] = time.strftime("%H:%M:%S", time.localtime())
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation.c | 112 struct tm *tm_now = localtime(&t); in fips_test_parse_header()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_event.c | 872 if (!(stp = localtime((const time_t *) &etime[0]))) { in _zed_event_add_time_strings()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.c | 614 ptm = localtime(&tv.tv_sec); in apply_time_profile()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 207 loc = localtime(&t); in gmt2local()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 521 struct tm *tmp = localtime(login_time);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 923 tm = localtime(&t); in send_progress_thread()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 10840 log.u_bbr.pkt_epoch = (http_req->localtime / HPTS_USEC_IN_SEC); in rack_do_segment_nounlock() 10842 log.u_bbr.delivered = (http_req->localtime % HPTS_USEC_IN_SEC); in rack_do_segment_nounlock()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1829 * Use a private version of localtime() to avoid potential deadlocks.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3821 (u_longlong_t)ub->ub_timestamp, asctime(localtime(×tamp))); in dump_uberblock()
|