Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.c48 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 Dlogin_times.c141 return (in_ltm(ltm, localtime(t), t)); in in_lt()
161 return (in_ltms(ltm, localtime(t), t)); in in_lts()
H A Dlogin_ok.c229 if ((tptr = localtime(&t)) != NULL) { in auth_timeok()
/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dtimestamp.c59 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp()
/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c113 struct tm *aux = localtime(&t); in main()
H A DMakefile185 …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 Dngx_http_autoindex_module.c43 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 Dloslib.c133 stm = localtime(&t); in os_date()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_regs.c206 tm = localtime(&ltime); in qede_set_fw_dump_file_name()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_utils.c100 tm_result = localtime(&tm); in trace_session_name_generate()
/f-stack/freebsd/contrib/openzfs/cmd/arcstat/
H A Darcstat.in443 v["time"] = time.strftime("%H:%M:%S", time.localtime())
/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation.c112 struct tm *tm_now = localtime(&t); in fips_test_parse_header()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c872 if (!(stp = localtime((const time_t *) &etime[0]))) { in _zed_event_add_time_strings()
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c614 ptm = localtime(&tv.tv_sec); in apply_time_profile()
/f-stack/tools/ndp/
H A Dndp.c207 loc = localtime(&t); in gmt2local()
/f-stack/tools/libxo/doc/
H A Dapi.rst521 struct tm *tmp = localtime(login_time);
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c923 tm = localtime(&t); in send_progress_thread()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10840 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 D00-RELEASENOTES1829 * Use a private version of localtime() to avoid potential deadlocks.
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3821 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp))); in dump_uberblock()