Home
last modified time | relevance | path

Searched refs:time_ptr (Results 1 – 25 of 108) sorted by relevance

12345

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/asctime/
H A D1-1.c31 struct tm time_ptr; in main() local
43 time_ptr.tm_wday = WEEKDAY; in main()
44 time_ptr.tm_mon = MONTH; in main()
45 time_ptr.tm_mday = MONTHDAY; in main()
46 time_ptr.tm_hour = HOUR; in main()
47 time_ptr.tm_min = MINUTE; in main()
48 time_ptr.tm_sec = SECOND; in main()
49 time_ptr.tm_year = YEAR; in main()
51 real = asctime(&time_ptr); in main()
56 time_ptr.tm_mday, time_ptr.tm_hour, in main()
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dtime_update.c69 extern struct tm *time_ptr; in update_line()
79 strftime(time_buf, 60, "%d-%b-%y", time_ptr); in update_line()
114 extern struct tm *time_ptr; in time_update()
128 this_second = time_ptr->tm_sec; /* seconds */ in time_update()
130 system_secs = time_ptr->tm_min * 60 + time_ptr->tm_sec; in time_update()
175 strftime(time_buf, 10, "%H:%M:%S", time_ptr); in time_update()
H A Dclear_display.c88 extern struct tm *time_ptr; in clear_display()
127 strftime(time_buf, 60, "CW %d-%b-%y %H:%M ", time_ptr); in clear_display()
129 strftime(time_buf, 60, "SSB %d-%b-%y %H:%M ", time_ptr); in clear_display()
131 strftime(time_buf, 60, "DIG %d-%b-%y %H:%M ", time_ptr); in clear_display()
133 month = time_ptr->tm_mon; /* month for muf calc */ in clear_display()
H A Dget_time.c34 extern struct tm *time_ptr; in get_time()
42 time_ptr = gmtime(&now); in get_time()
H A Dsunup.c38 extern struct tm *time_ptr; in sunup()
48 total_days = time_ptr->tm_yday + 10; /* days after lower culmination in sunup()
H A Dlast10.c71 minsnow = time_ptr->tm_hour * 60 + time_ptr->tm_min; in last10()
H A Daddspot.c50 extern struct tm *time_ptr; in add_to_spots()
61 strftime(spottime, sizeof(spottime), "%H%MZ", time_ptr); in add_to_spots()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A DClocks.cpp65 auto time_ptr = std::localtime(&now); in tz_offset() local
66 if (time_ptr == nullptr) { in tz_offset()
69 auto local_time = *time_ptr; in tz_offset()
71 time_ptr = std::gmtime(&now); in tz_offset()
72 if (time_ptr == nullptr) { in tz_offset()
75 auto utc_time = *time_ptr; in tz_offset()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_html.c92 struct tm * time_ptr; in sh_html_head() local
157 time_ptr = localtime (&(server_status.start)); in sh_html_head()
159 if (time_ptr != NULL) in sh_html_head()
160 strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
165 time_ptr = localtime_r (&now, &time_tm); in sh_html_head()
167 time_ptr = localtime (&now); in sh_html_head()
169 if (time_ptr != NULL) in sh_html_head()
170 strftime (ts2, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
195 time_ptr = localtime (&(server_status.last)); in sh_html_head()
197 if (time_ptr != NULL) in sh_html_head()
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_html.c92 struct tm * time_ptr; in sh_html_head() local
157 time_ptr = localtime (&(server_status.start)); in sh_html_head()
159 if (time_ptr != NULL) in sh_html_head()
160 strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
165 time_ptr = localtime_r (&now, &time_tm); in sh_html_head()
167 time_ptr = localtime (&now); in sh_html_head()
169 if (time_ptr != NULL) in sh_html_head()
170 strftime (ts2, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
195 time_ptr = localtime (&(server_status.last)); in sh_html_head()
197 if (time_ptr != NULL) in sh_html_head()
[all …]
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_html.c92 struct tm * time_ptr; in sh_html_head() local
157 time_ptr = localtime (&(server_status.start)); in sh_html_head()
159 if (time_ptr != NULL) in sh_html_head()
160 strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
165 time_ptr = localtime_r (&now, &time_tm); in sh_html_head()
167 time_ptr = localtime (&now); in sh_html_head()
169 if (time_ptr != NULL) in sh_html_head()
170 strftime (ts2, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); in sh_html_head()
195 time_ptr = localtime (&(server_status.last)); in sh_html_head()
197 if (time_ptr != NULL) in sh_html_head()
[all …]
/dports/math/heyoka/heyoka-0.16.0/src/math/
H A Dtime.cpp82 llvm::Value *time_taylor_diff_impl(llvm_state &s, llvm::Value *time_ptr, std::uint32_t order, std::… in time_taylor_diff_impl() argument
92 return load_vector_from_memory(builder, time_ptr, batch_size); in time_taylor_diff_impl()
103 … const std::vector<llvm::Value *> &, llvm::Value *, llvm::Value *time_ptr, in taylor_diff_dbl() argument
107 return time_taylor_diff_impl<double>(s, time_ptr, order, batch_size); in taylor_diff_dbl()
111 … const std::vector<llvm::Value *> &, llvm::Value *, llvm::Value *time_ptr, in taylor_diff_ldbl() argument
115 return time_taylor_diff_impl<long double>(s, time_ptr, order, batch_size); in taylor_diff_ldbl()
121 … const std::vector<llvm::Value *> &, llvm::Value *, llvm::Value *time_ptr, in taylor_diff_f128() argument
125 return time_taylor_diff_impl<mppp::real128>(s, time_ptr, order, batch_size); in taylor_diff_f128()
H A Dtpoly.cpp97 …r_diff_tpoly_impl(llvm_state &s, const tpoly_impl &tp, llvm::Value *par_ptr, llvm::Value *time_ptr, in taylor_diff_tpoly_impl() argument
115 auto tm = load_vector_from_memory(builder, time_ptr, batch_size); in taylor_diff_tpoly_impl()
148 … llvm::Value *time_ptr, std::uint32_t, std::uint32_t order, std::uint32_t, in taylor_diff_dbl() argument
151 return taylor_diff_tpoly_impl<double>(s, *this, par_ptr, time_ptr, order, batch_size); in taylor_diff_dbl()
156 … llvm::Value *time_ptr, std::uint32_t, std::uint32_t order, std::uint32_t, in taylor_diff_ldbl() argument
159 return taylor_diff_tpoly_impl<long double>(s, *this, par_ptr, time_ptr, order, batch_size); in taylor_diff_ldbl()
166 … llvm::Value *time_ptr, std::uint32_t, std::uint32_t order, std::uint32_t, in taylor_diff_f128() argument
169 return taylor_diff_tpoly_impl<mppp::real128>(s, *this, par_ptr, time_ptr, order, batch_size); in taylor_diff_f128()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/d30v/
H A Dsyscalls.c140 time (time_t *time_ptr) in time() argument
143 result = (time_t) __syscall (time_ptr, 0, 0, 0, SYS_time); in time()
144 if (time_ptr != NULL) in time()
145 *time_ptr = result; in time()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/d30v/
H A Dsyscalls.c140 time (time_t *time_ptr) in time() argument
143 result = (time_t) __syscall (time_ptr, 0, 0, 0, SYS_time); in time()
144 if (time_ptr != NULL) in time()
145 *time_ptr = result; in time()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/d30v/
H A Dsyscalls.c140 time (time_t *time_ptr) in time() argument
143 result = (time_t) __syscall (time_ptr, 0, 0, 0, SYS_time); in time()
144 if (time_ptr != NULL) in time()
145 *time_ptr = result; in time()
/dports/net/kamailio/kamailio-5.4.5/src/modules/cplc/
H A Dcpl_nonsig.c67 char *time_ptr; in write_log() local
80 time_ptr = ctime( &now ); in write_log()
81 wr_vec[0].iov_base = time_ptr; in write_log()
82 wr_vec[0].iov_len = strlen( time_ptr ); in write_log()
84 time_ptr[ wr_vec[0].iov_len-1 ] = ' '; in write_log()
/dports/irc/ezbounce/ezbounce-1.99.15/src/io/
H A Dengine.cc19 engine::engine(unsigned size, time_t * time_ptr) : objects(size, NULL), in engine() argument
24 if (time_ptr == NULL) { in engine()
28 last_event = time_ptr; in engine()
/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dtime.py5 def run(self, time_ptr): argument
7 result = self.inline_call(linux_time, time_ptr).ret_expr
/dports/emulators/anese/ANESE-0.9.1/roms/tests/cpu/instr_timing/source/
H A D2-branch_timing.s11 zp_byte time_ptr
20 ldx time_ptr
22 inc time_ptr
34 setb time_ptr,0
/dports/irc/ezbounce/ezbounce-1.99.15/src/logging/
H A Dlogging.cc29 const time_t * logger::time_ptr = NULL; member in logging::logger
36 time_ptr = ptr; in initialize()
44 msg->time = time_ptr ? *time_ptr : time(NULL); in init_message()
/dports/net/tcpview/tcpview-1.0/
H A Dtcpslice.c257 char *time_ptr; local
260 time_ptr = strchr( time_string, '.' );
262 if ( time_ptr )
264 int num_digits = strlen( time_ptr + 1 );
265 result.tv_usec = atoi( time_ptr + 1 );
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dfunc.cpp494 … const std::vector<llvm::Value *> &arr, llvm::Value *par_ptr, llvm::Value *time_ptr, in taylor_diff_dbl() argument
503 if (time_ptr == nullptr) { in taylor_diff_dbl()
519 …= ptr()->taylor_diff_dbl(s, deps, arr, par_ptr, time_ptr, n_uvars, order, idx, batch_size, high_ac… in taylor_diff_dbl()
530 … const std::vector<llvm::Value *> &arr, llvm::Value *par_ptr, llvm::Value *time_ptr, in taylor_diff_ldbl() argument
539 if (time_ptr == nullptr) { in taylor_diff_ldbl()
555 …= ptr()->taylor_diff_ldbl(s, deps, arr, par_ptr, time_ptr, n_uvars, order, idx, batch_size, high_a… in taylor_diff_ldbl()
568 … const std::vector<llvm::Value *> &arr, llvm::Value *par_ptr, llvm::Value *time_ptr, in taylor_diff_f128() argument
577 if (time_ptr == nullptr) { in taylor_diff_f128()
593 …= ptr()->taylor_diff_f128(s, deps, arr, par_ptr, time_ptr, n_uvars, order, idx, batch_size, high_a… in taylor_diff_f128()
/dports/security/s2n/s2n-tls-1.1.2/utils/
H A Ds2n_asn1_time.c58 struct tm time_ptr = {0}; in get_current_timesettings() local
61 localtime_r(&raw_time, &time_ptr); in get_current_timesettings()
62 *gmt_offset = get_gmt_offset(&time_ptr); in get_current_timesettings()
63 *is_dst = time_ptr.tm_isdst; in get_current_timesettings()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/ascent/
H A Dt_ascent_web_main.cpp95 float64 *time_ptr = data["state/time"].value(); in TEST() local
103 time_ptr[0] = PI_VALUE * cycle_ptr[0]; in TEST()

12345