Home
last modified time | relevance | path

Searched refs:str_time (Results 1 – 25 of 116) sorted by relevance

12345

/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dtime.c385 char str_time[MAX_TIME]; in _gnutls_x509_set_time() local
392 gtime_to_generalTime(tim, str_time, sizeof(str_time)); in _gnutls_x509_set_time()
395 len = strlen(str_time); in _gnutls_x509_set_time()
396 result = asn1_write_value(c2, where, str_time, len); in _gnutls_x509_set_time()
403 result = gtime_to_suitable_time(tim, str_time, sizeof(str_time), &tag); in _gnutls_x509_set_time()
424 len = strlen(str_time); in _gnutls_x509_set_time()
425 result = asn1_write_value(c2, name, str_time, len); in _gnutls_x509_set_time()
440 char str_time[MAX_TIME]; in _gnutls_x509_set_raw_time() local
446 gtime_to_suitable_time(tim, str_time, sizeof(str_time), &tag); in _gnutls_x509_set_raw_time()
449 len = strlen(str_time); in _gnutls_x509_set_raw_time()
[all …]
/dports/graphics/gnome-color-manager/gnome-color-manager-3.36.0/src/
H A Dgcm-debug.c42 gchar str_time[255]; in gcm_debug_handler_cb() local
47 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in gcm_debug_handler_cb()
52 g_print ("%s\t%s\n", str_time, message); in gcm_debug_handler_cb()
54 g_print ("***\n%s\t%s\n***\n", str_time, message); in gcm_debug_handler_cb()
62 g_print ("%c[%dm%s\t", 0x1B, 32, str_time); in gcm_debug_handler_cb()
66 g_print ("%c[%dm%s\t", 0x1B, 32, str_time); in gcm_debug_handler_cb()
/dports/graphics/colord/colord-1.3.5/src/
H A Dcd-debug.c93 gchar str_time[255]; in cd_debug_handler_cb() local
120 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in cd_debug_handler_cb()
126 str_time, message); in cd_debug_handler_cb()
129 str_time, message); in cd_debug_handler_cb()
137 g_print ("%c[%dm%s\t", 0x1B, 32, str_time); in cd_debug_handler_cb()
141 g_print ("%c[%dm%s\t", 0x1B, 32, str_time); in cd_debug_handler_cb()
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dgs-debug.c53 char *str_time; in gs_debug_real() local
66 str_time = g_new0 (char, 255); in gs_debug_real()
67 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in gs_debug_real()
71 func, file, line, str_time, buffer); in gs_debug_real()
76 g_free (str_time); in gs_debug_real()
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dgs-debug.c53 char *str_time; in gs_debug_real() local
76 str_time = g_new0 (char, 255); in gs_debug_real()
77 strftime (str_time, 254, "%H:%M:%S", tm_info); in gs_debug_real()
81 func, file, line, str_time, millisec, buffer); in gs_debug_real()
86 g_free (str_time); in gs_debug_real()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/tracing/
H A Dtrace_computerized.c52 char *str_time; in xdebug_trace_computerized_write_header() local
57 str_time = xdebug_nanotime_to_chars(xdebug_get_nanotime(), 6); in xdebug_trace_computerized_write_header()
58 xdebug_file_printf(context->trace_file, "TRACE START [%s]\n", str_time); in xdebug_trace_computerized_write_header()
59 xdfree(str_time); in xdebug_trace_computerized_write_header()
67 char *str_time; in xdebug_trace_computerized_write_footer() local
76 str_time = xdebug_nanotime_to_chars(xdebug_get_nanotime(), 6); in xdebug_trace_computerized_write_footer()
77 xdebug_file_printf(context->trace_file, "TRACE END [%s]\n\n", str_time); in xdebug_trace_computerized_write_footer()
78 xdfree(str_time); in xdebug_trace_computerized_write_footer()
H A Dtrace_textual.c52 char *str_time; in xdebug_trace_textual_write_header() local
54 str_time = xdebug_nanotime_to_chars(xdebug_get_nanotime(), 6); in xdebug_trace_textual_write_header()
55 xdebug_file_printf(context->trace_file, "TRACE START [%s]\n", str_time); in xdebug_trace_textual_write_header()
56 xdfree(str_time); in xdebug_trace_textual_write_header()
64 char *str_time; in xdebug_trace_textual_write_footer() local
75 str_time = xdebug_nanotime_to_chars(nanotime, 6); in xdebug_trace_textual_write_footer()
76 xdebug_file_printf(context->trace_file, "TRACE END [%s]\n\n", str_time); in xdebug_trace_textual_write_footer()
77 xdfree(str_time); in xdebug_trace_textual_write_footer()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/common/
H A Ddebug.c54 char *str_time = NULL; in debug_print_line() local
59 str_time = (char*)malloc(255); in debug_print_line()
60 strftime(str_time, 254, "%H:%M:%S", localtime (&the_time)); in debug_print_line()
63 (void)asprintf(&header, "%s %s:%d %s()", str_time, file, line, func); in debug_print_line()
64 free (str_time); in debug_print_line()
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/common/
H A Ddebug.c54 char *str_time = NULL; in debug_print_line() local
59 str_time = (char*)malloc(255); in debug_print_line()
60 strftime(str_time, 254, "%H:%M:%S", localtime (&the_time)); in debug_print_line()
63 (void)asprintf(&header, "%s %s:%d %s()", str_time, file, line, func); in debug_print_line()
64 free (str_time); in debug_print_line()
/dports/security/gvm-libs/gvm-libs-21.4.3/base/
H A Dnvti.c311 parse_nvt_timestamp (const gchar *str_time) in parse_nvt_timestamp() argument
317 if ((strcmp ((char *) str_time, "") == 0) in parse_nvt_timestamp()
318 || (strcmp ((char *) str_time, "$Date: $") == 0) in parse_nvt_timestamp()
319 || (strcmp ((char *) str_time, "$Date$") == 0) in parse_nvt_timestamp()
320 || (strcmp ((char *) str_time, "$Date:$") == 0) in parse_nvt_timestamp()
321 || (strcmp ((char *) str_time, "$Date") == 0) in parse_nvt_timestamp()
322 || (strcmp ((char *) str_time, "$$") == 0)) in parse_nvt_timestamp()
333 if (strptime ((char *) str_time, "%F %T %z", &tm) == NULL) in parse_nvt_timestamp()
351 str_time); in parse_nvt_timestamp()
375 && (sscanf ((char *) str_time, in parse_nvt_timestamp()
[all …]
/dports/net/fort/FORT-validator-1.5.3/src/
H A Dreqs_errors.c281 char *str_time; in reqs_errors_log_summary() local
299 str_time = asctime(localtime(&node->first_attempt)); in reqs_errors_log_summary()
300 if (strrchr(str_time, '\n') != NULL) { in reqs_errors_log_summary()
301 *(str_time + strlen(str_time) - 1) = ' '; in reqs_errors_log_summary()
304 str_time); in reqs_errors_log_summary()
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmdvd-gtk/
H A Dogmdvd-title-chooser-widget.c204 gchar *str, *str_time; in ogmdvd_title_chooser_widget_set_disc() local
234 str_time = g_strdup_printf ("%02d:%02d %s", time_.hour, time_.min, _("hours")); in ogmdvd_title_chooser_widget_set_disc()
236 str_time = g_strdup_printf ("%02d:%02d %s", time_.min, time_.sec, _("minutes")); in ogmdvd_title_chooser_widget_set_disc()
238 str_time = g_strdup_printf ("%02d %s", time_.sec, _("seconds")); in ogmdvd_title_chooser_widget_set_disc()
240 str = g_strdup_printf ("%s %02d (%s, %s, %s)", _("Title"), vid + 1, str_time, in ogmdvd_title_chooser_widget_set_disc()
243 g_free (str_time); in ogmdvd_title_chooser_widget_set_disc()
/dports/sysutils/upower/upower-0.99.13/tools/
H A Dup-tool.c48 gchar *str_time; in up_tool_get_timestamp() local
55 str_time = g_new0 (gchar, 255); in up_tool_get_timestamp()
56 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in up_tool_get_timestamp()
59 timestamp = g_strdup_printf ("%s.%03i", str_time, (gint) time_val.tv_usec / 1000); in up_tool_get_timestamp()
60 g_free (str_time); in up_tool_get_timestamp()
/dports/dns/dnshistory/dnshistory-1.3/src/
H A Ddnshistory.c497 retrieve_address(str_address, str_fqdn, str_time); in main()
501 retrieve_address(str_address2, str_fqdn2, str_time); in main()
597 …buffer_recombine, main_pcre.ovector, main_pcre.ret, LF_NCSA_DATE_TIME, str_time, sizeof(str_time)); in main()
627 comp_ret = strncmp(str_time_raw, str_time, strlen(str_time)); in main()
857 retrieve_address(char *str_ipaddr, char *str_fqdn, char *str_time) in retrieve_address() argument
900 strptime(str_time, DATE_TIME_FORMAT, &time_rec); in retrieve_address()
903 strptime(str_time, DATE_TIME_XFERLOG_FORMAT, &time_rec); in retrieve_address()
906 strptime(str_time, DATE_TIME_IPTABLES_FORMAT, &time_rec); in retrieve_address()
909 temp_time_squid = strtoul(str_time, NULL, 10); in retrieve_address()
953 add_recombined_address(char *str_ipaddr, char *str_fqdn, char *str_time) in add_recombined_address() argument
[all …]
/dports/sysutils/upower/upower-0.99.13/src/
H A Dup-main.c149 gchar str_time[255]; in up_main_log_handler_cb() local
154 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in up_main_log_handler_cb()
155 g_print ("%c[%dmTI:%s\t", 0x1B, 32, str_time); in up_main_log_handler_cb()
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-debug.c96 char str_time[255]; in _rb_debug_print() local
100 strftime (str_time, 254, "%H:%M:%S", localtime (&the_time)); in _rb_debug_print()
103 str_time, g_thread_self (), func, file, line, buffer); in _rb_debug_print()
/dports/net-mgmt/ndpmon/ndpmon-1.4.0/
H A Dcreate_html_table.py42 str_time = time.ctime(now) variable
51 txtNode = doc.createTextNode(str_time)
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Dul_rpc.c41 char str_time[100]; in ul_rpc_snapshot() local
53 strftime(str_time, 100, "%Y-%m-%d %H:%M:%S", t); in ul_rpc_snapshot()
56 fprintf(f, "Dumping USRLOC for S-CSCF: %s\n", str_time); in ul_rpc_snapshot()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/calendar/
H A Dhm-calendar.php368 private function check_input_params($str_time, $format) { argument
369 $this->ts = strtotime($str_time);
376 public function output($str_time, $format='month') { argument
377 $this->check_input_params($str_time, $format);
/dports/www/py-tornado/tornado-6.1/tornado/
H A Dlocale.py406 str_time = "%d:%02d" % (local_date.hour, local_date.minute)
408 str_time = "%s%d:%02d" % (
414 str_time = "%d:%02d %s" % (
425 "time": str_time,
/dports/www/py-tornado4/tornado-4.5.3/tornado/
H A Dlocale.py376 str_time = "%d:%02d" % (local_date.hour, local_date.minute)
378 str_time = "%s%d:%02d" % (
382 str_time = "%d:%02d %s" % (
391 "time": str_time
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dlocale.py376 str_time = "%d:%02d" % (local_date.hour, local_date.minute)
378 str_time = "%s%d:%02d" % (
382 str_time = "%d:%02d %s" % (
391 "time": str_time
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/
H A Dlocale.py377 str_time = "%d:%02d" % (local_date.hour, local_date.minute)
379 str_time = "%s%d:%02d" % (
383 str_time = "%d:%02d %s" % (
392 "time": str_time
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dlogger.c137 static char *str_time(void) in str_time() function
216 str_time()); in motion_log()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/arg_parse/
H A Darg_parse_version_check.h335 std::string str_time; in _getFileTimeDiff() local
336 std::getline(timestamp_file, str_time); in _getFileTimeDiff()
339 lexicalCast(d_time, str_time); in _getFileTimeDiff()

12345