Home
last modified time | relevance | path

Searched refs:ztbuf (Results 1 – 4 of 4) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dtod_clock.cxx67 static char ztbuf[20] = "20120602 123000"; variable
155 return ztbuf; in zdate()
160 return ztbuf + 9; in ztime()
175 strncpy(s, &ztbuf[9], 4); in zshowtime()
252 if (!strftime(ztbuf, sizeof(ztbuf), "%Y%m%d %H%M%S", &ztm)) in ztimer()
253 memset(ztbuf, 0, sizeof(ztbuf)); in ztimer()
255 ztbuf[8] = '\0'; in ztimer()
/dports/comms/flcluster/flcluster-1.0.4/src/utils/
H A Ddebug.cxx154 static char ztbuf[20] = "12:30:00"; variable
171 memset(ztbuf, 0, sizeof(ztbuf)); in log()
172 strftime(ztbuf, sizeof(ztbuf), "%H:%M:%S", &tm); in log()
174 snprintf(fmt, sizeof(fmt), "%s [%c] %s: %s\n", ztbuf, *prefix[level], func, format); in log()
/dports/comms/flcluster/flcluster-1.0.4/src/dxcluster/
H A Ddxcluster.cxx66 static char ztbuf[11] = "12:30:00 Z"; variable
75 fprintf(dxcdebug, "%s [%c]:%s", ztbuf, c, txt.c_str()); in write_dxc_debug()
100 return ztbuf; in ztime()
117 if (!strftime(ztbuf, sizeof(ztbuf), "%H:%M:%S Z", &tm)) in ztimer()
118 memset(ztbuf, 0, sizeof(ztbuf)); in ztimer()
120 txtTOD->value(ztbuf); in ztimer()
820 if ((ztbuf[4] == '0') && (minute != '0')) in keepalive()
822 if ((ztbuf[4] == '5') && (minute != '5')) in keepalive()
827 else if (ztbuf[3] != tens) in keepalive()
831 minute = ztbuf[4]; in keepalive()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/fsq/
H A Dfsq.cxx440 char ztbuf[20]; in parse_rx_text() local
447 strftime(ztbuf, sizeof(ztbuf), "%Y%m%d,%H%M%S", &tm); in parse_rx_text()
495 std::string sheard = ztbuf; in parse_rx_text()
1064 char ztbuf[20]; in process_symbol() local
1071 strftime(ztbuf,sizeof(ztbuf),"%m/%d %H:%M:%S ",&tm); in process_symbol()
1072 display_fsq_mon_text( ztbuf, FTextBase::CTRL); in process_symbol()