Home
last modified time | relevance | path

Searched refs:now_buf (Results 1 – 5 of 5) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgdbus-example-unix-fd-client.c77 gchar *now_buf = NULL; in on_name_appeared() local
83 now_buf = g_date_time_format (now, "%Y-%m-%d %H:%M:%S"); in on_name_appeared()
87 now_buf, in on_name_appeared()
96 g_free (now_buf); in on_name_appeared()
/dports/net/udpxy/udpxy-1.0-24.1/chipmunk/
H A Dudpxrec.c530 char now_buf[ 32 ] = {0}, sel_buf[ 32 ] = {0}, app_finfo[80] = {0};
560 (void)strncpy( now_buf, Zasctime(localtime( &now )),
561 sizeof(now_buf) );
569 now_buf, sel_buf );
590 (void)strncpy( now_buf, Zasctime(localtime( &now )),
591 sizeof(now_buf) );
599 now_buf, sel_buf );
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dcircuitstats.c1492 char now_buf[ISO_TIME_LEN+1]; in circuit_build_times_network_close() local
1495 format_local_iso_time(now_buf, now); in circuit_build_times_network_close()
1500 "changed.", last_live_buf, start_time_buf, now_buf); in circuit_build_times_network_close()
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Dcircuitstats.c1492 char now_buf[ISO_TIME_LEN+1]; in circuit_build_times_network_close() local
1495 format_local_iso_time(now_buf, now); in circuit_build_times_network_close()
1500 "changed.", last_live_buf, start_time_buf, now_buf); in circuit_build_times_network_close()
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dval_sigcrypt.c1305 char now_buf[16]; in sigdate_error() local
1316 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sigdate_error()
1318 incep_buf, now_buf); in sigdate_error()