Home
last modified time | relevance | path

Searched refs:tm_struct (Results 26 – 50 of 115) sorted by relevance

12345

/dports/math/octave/octave-6.4.0/scripts/time/
H A Dasctime.m27 ## @deftypefn {} {} asctime (@var{tm_struct})
44 function retval = asctime (tm_struct)
50 retval = strftime ("%a %b %d %H:%M:%S %Y\n", tm_struct);
/dports/audio/aubio/aubio-0.4.9/tests/
H A Dutils_tests.h78 struct tm *tm_struct = localtime(&now); in utils_init_random() local
79 size_t **tm_address = (void*)&tm_struct; in utils_init_random()
80 int seed = tm_struct->tm_sec + (size_t)tm_address; in utils_init_random()
/dports/audio/py-aubio/aubio-0.4.9/tests/
H A Dutils_tests.h78 struct tm *tm_struct = localtime(&now); in utils_init_random() local
79 size_t **tm_address = (void*)&tm_struct; in utils_init_random()
80 int seed = tm_struct->tm_sec + (size_t)tm_address; in utils_init_random()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c2116 struct tm *tm_struct; in slrn_check_new_groups() local
2260 tm_struct = localtime (&tloc); in slrn_check_new_groups()
2261 tm_struct->tm_year = rfc977_patchup_year (tm_struct->tm_year + 1900); in slrn_check_new_groups()
2263 tm_struct->tm_year, 1 + tm_struct->tm_mon, in slrn_check_new_groups()
2264 tm_struct->tm_mday, tm_struct->tm_hour, in slrn_check_new_groups()
2265 tm_struct->tm_min, tm_struct->tm_sec); in slrn_check_new_groups()
2267 tm_struct = gmtime (&tloc); in slrn_check_new_groups()
2268 tm_struct->tm_year = rfc977_patchup_year (tm_struct->tm_year + 1900); in slrn_check_new_groups()
2270 tm_struct->tm_year, 1 + tm_struct->tm_mon, in slrn_check_new_groups()
2271 tm_struct->tm_mday, tm_struct->tm_hour, in slrn_check_new_groups()
[all …]
H A Dscore.c787 struct tm *tm_struct; in get_today() local
790 tm_struct = localtime (&tloc); in get_today()
791 yy = tm_struct->tm_year; in get_today()
792 mm = tm_struct->tm_mon; in get_today()
793 dd = tm_struct->tm_mday; in get_today()
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c2297 struct tm *tm_struct; in slrn_get_new_groups() local
2439 tm_struct = localtime (&tloc); in slrn_get_new_groups()
2440 tm_struct->tm_year = rfc977_patchup_year (tm_struct->tm_year + 1900); in slrn_get_new_groups()
2442 tm_struct->tm_year, 1 + tm_struct->tm_mon, in slrn_get_new_groups()
2443 tm_struct->tm_mday, tm_struct->tm_hour, in slrn_get_new_groups()
2444 tm_struct->tm_min, tm_struct->tm_sec); in slrn_get_new_groups()
2446 tm_struct = gmtime (&tloc); in slrn_get_new_groups()
2447 tm_struct->tm_year = rfc977_patchup_year (tm_struct->tm_year + 1900); in slrn_get_new_groups()
2449 tm_struct->tm_year, 1 + tm_struct->tm_mon, in slrn_get_new_groups()
2450 tm_struct->tm_mday, tm_struct->tm_hour, in slrn_get_new_groups()
[all …]
H A Dslrnpull.c2412 struct tm *tm_struct; in get_new_groups() local
2534 tm_struct = localtime (&tloc); in get_new_groups()
2535 tm_struct->tm_year = rfc977_patchup_year (1900 + tm_struct->tm_year); in get_new_groups()
2537 tm_struct->tm_year, 1 + tm_struct->tm_mon, in get_new_groups()
2538 tm_struct->tm_mday, tm_struct->tm_hour, in get_new_groups()
2539 tm_struct->tm_min, tm_struct->tm_sec); in get_new_groups()
2541 tm_struct = gmtime (&tloc); in get_new_groups()
2542 tm_struct->tm_year = rfc977_patchup_year (1900 + tm_struct->tm_year); in get_new_groups()
2544 tm_struct->tm_year, 1 + tm_struct->tm_mon, in get_new_groups()
2545 tm_struct->tm_mday, tm_struct->tm_hour, in get_new_groups()
[all …]
H A Dscore.c991 struct tm *tm_struct; in get_today() local
994 tm_struct = localtime (&tloc); in get_today()
995 yy = tm_struct->tm_year; in get_today()
996 mm = tm_struct->tm_mon; in get_today()
997 dd = tm_struct->tm_mday; in get_today()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dtracks.c266 struct tm *tm_struct; in track_log_open() local
276 tm_struct = localtime(&time_epoch_sec); in track_log_open()
281 strftime (buffer, sizeof (buffer), "%Y%m%d_%H%M%S%z.gpx", tm_struct); in track_log_open()
953 struct tm *tm_struct; in process_fetched_track() local
958 tm_struct = localtime(&time_epoch_sec); in process_fetched_track()
959 strftime(buffer, sizeof(buffer), "nav%Y%m%d_%H%M%S%z.gpx", tm_struct); in process_fetched_track()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dlogfile.c72 struct tm *tm = NULL, tm_struct; in expand_percent_expression() local
81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
82 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dlogfile.c72 struct tm *tm = NULL, tm_struct; in expand_percent_expression() local
81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
82 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dlogfile.c72 struct tm *tm = NULL, tm_struct; in expand_percent_expression() local
81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
82 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-backend.c448 struct tm *tm_struct; in TransactionGetTokens() local
468 tm_struct = gnc_gmtime(&transtime); in TransactionGetTokens()
469 if (!qof_strftime(local_day_of_week, sizeof(local_day_of_week), "%A", tm_struct)) in TransactionGetTokens()
473 gnc_tm_free (tm_struct); in TransactionGetTokens()
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DxpUtil.cpp296 tm tm_struct = { (int) floor(sec + 0.5), min, hour, day, in get_tv_sec() local
300 time_t returnval = timegm(&tm_struct); in get_tv_sec()
312 time_t returnval = mktime(&tm_struct); in get_tv_sec()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/ml/
H A Drender.c195 struct tm tm_struct; in save_screenshot_of_opengl_framebuffer()
196 struct tm *tm_p = &tm_struct; in save_screenshot_of_opengl_framebuffer()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dmenu.c615 struct tm *tm_struct = localtime(&t); in render_top_item() local
617 strftime(strbuf, 6, "%H:%M", tm_struct); in render_top_item()
H A Drender.c524 struct tm tm_struct; in update_texture() local
525 struct tm *tm_p = &tm_struct; in update_texture()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/fs-uae/
H A Dmenu.c287 struct tm tm_struct; in check_save_state() local
288 fs_localtime_r(&buf.mtime, &tm_struct); in check_save_state()
291 strftime(strbuf, 32, "%Y-%m-%d %H:%M:%S", &tm_struct); in check_save_state()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/time_t/
H A Dtime_t.c379 static Cxvariable_t tm_struct[] = variable
564 (Dt_t*)&tm_struct[0]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/time_t/
H A Dtime_t.c379 static Cxvariable_t tm_struct[] = variable
564 (Dt_t*)&tm_struct[0]
/dports/shells/ksh93/ast-93u/src/cmd/dsslib/time_t/
H A Dtime_t.c379 static Cxvariable_t tm_struct[] = variable
564 (Dt_t*)&tm_struct[0]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcsos.c1057 struct tm tm_struct; in msSOSParseTimeGML() local
1073 if (msParseTime(psTime->pszValue, &tm_struct) == MS_TRUE) in msSOSParseTimeGML()
1093 if (msParseTime(pszBegin, &tm_struct) == MS_TRUE && in msSOSParseTimeGML()
1094 msParseTime(pszEnd, &tm_struct) == MS_TRUE) { in msSOSParseTimeGML()
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dsystem.txi92 referred to as a @var{tm_struct}.
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dscanners.c5042 struct tm tm_struct; local
5109 if (0 != localtime_s(&tm_struct, &current_time)) {
5111 if (!localtime_r(&current_time, &tm_struct)) {
5129 strftime(new_temp_prefix, new_temp_prefix_len, "%Y%m%d_%H%M%S-", &tm_struct);
5140 strftime(new_temp_prefix, new_temp_prefix_len, "%Y%m%d_%H%M%S-scantemp", &tm_struct);
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dscanners.c5176 struct tm tm_struct; local
5243 if (0 != localtime_s(&tm_struct, &current_time)) {
5245 if (!localtime_r(&current_time, &tm_struct)) {
5263 strftime(new_temp_prefix, new_temp_prefix_len, "%Y%m%d_%H%M%S-", &tm_struct);
5274 strftime(new_temp_prefix, new_temp_prefix_len, "%Y%m%d_%H%M%S-scantemp", &tm_struct);

12345