Home
last modified time | relevance | path

Searched refs:sztemp (Results 1 – 9 of 9) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DICbase.cxx111 char sztemp[100]; in waitFB() local
144 snprintf(sztemp, sizeof(sztemp), "%s ans in %ld ms, OK", sz, waited); in waitFB()
152 snprintf(sztemp, sizeof(sztemp), "%s ans in %ld ms, FAILED", sz, waited); in waitFB()
153 showresp(ERR, HEX, sztemp, tosend, returned); in waitFB()
163 snprintf(sztemp, sizeof(sztemp), "%s TIMED OUT : %d ms", sz, diff); in waitFB()
164 showresp(ERR, HEX, sztemp, tosend, returned); in waitFB()
178 char sztemp[100]; in waitFOR() local
207 snprintf(sztemp, sizeof(sztemp), "%s : %d ms", sz, int(zmsec() - msec_start)); in waitFOR()
214 snprintf(sztemp, sizeof(sztemp), "%s : %d ms", sz, int(zmsec() - msec_start)); in waitFOR()
225 snprintf(sztemp, sizeof(sztemp), "%s TIMED OUT : %d ms", sz, diff); in waitFOR()
[all …]
H A Drigbase.cxx373 char sztemp[50]; in waitN() local
386 snprintf(sztemp, sizeof(sztemp), "TEST %s", sz); in waitN()
401 snprintf(sztemp, sizeof(sztemp), "%s OK %d ms", sz, waited); in waitN()
402 showresp(WARN, pr, sztemp, cmd, returned); in waitN()
411 snprintf(sztemp, sizeof(sztemp), "%s failed %d ms", sz, waited); in waitN()
412 showresp(ERR, pr, sztemp, cmd, returned); in waitN()
420 char sztemp[50]; in wait_char() local
434 snprintf(sztemp, sizeof(sztemp), "TEST %s", sz); in wait_char()
449 snprintf(sztemp, sizeof(sztemp), "%s OK %d ms", sz, waited); in wait_char()
459 snprintf(sztemp, sizeof(sztemp), "%s failed %d ms", sz, waited); in wait_char()
[all …]
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Ddebug.cxx122 static char sztemp[8096]; variable
135 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in log()
138 estr.append(sztemp); in log()
140 if (progStatus.debugtrace) trace(1, sztemp); in log()
142 fprintf(wfile, "[%s] %s", ztime(), sztemp); in log()
161 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in slog()
164 estr.append(sztemp); in slog()
166 if (progStatus.debugtrace) trace(1, sztemp); in slog()
168 fprintf(wfile, "[%s] %s", ztime(), sztemp); in slog()
H A Drig_io.cxx292 static char sztemp[100]; in waitCommand() local
301 snprintf(sztemp, sizeof(sztemp), "%s rcvd in %d msec", info.c_str(), waited); in waitCommand()
302 showresp(level, how, sztemp, command, returned); in waitCommand()
313 snprintf(sztemp, sizeof(sztemp), "%s TIMED OUT in %d ms", command.c_str(), waited); in waitCommand()
314 showresp(ERR, HEX, sztemp, command, returned); in waitCommand()
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Ddebug.cxx118 static char sztemp[1024]; variable
134 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in log()
135 estr.append(sztemp); in log()
139 fprintf(wfile, "%s", sztemp); in log()
159 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in slog()
160 estr.append(sztemp); in slog()
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Ddebug.cxx146 static char sztemp[1024]; variable
167 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in log()
168 estr.append(sztemp); in log()
172 fprintf(wfile, "%s", sztemp); in log()
175 append_dbg_buffer(sztemp); in log()
200 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in slog()
201 estr.append(sztemp); in slog()
/dports/comms/flcluster/flcluster-1.0.4/src/utils/
H A Ddebug.cxx121 static char sztemp[1024]; variable
179 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in log()
183 dbg_buffers.push(sztemp); in log()
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Ddebug.cxx141 static char sztemp[1024]; variable
159 vsnprintf(sztemp, sizeof(sztemp), fmt, args); in log()
160 estr.append(sztemp); in log()
/dports/comms/fldigi/fldigi-4.1.20/src/logger/
H A Dlogger.cxx661 char sztemp[100]; in submit_eQSL() local
664 snprintf(sztemp, sizeof(sztemp),"<EQSL_USER:%d>%s<EQSL_PSWD:%d>%s", in submit_eQSL()
669 eQSL_data.append(sztemp); in submit_eQSL()
672 snprintf(sztemp, sizeof(sztemp), "<APP_EQSL_QTH_NICKNAME:%d>%s", in submit_eQSL()
675 eQSL_data.append(sztemp); in submit_eQSL()
710 snprintf(sztemp, sizeof(sztemp), "<QSLMSG:%d>%s", in submit_eQSL()
713 eQSL_data.append(sztemp); in submit_eQSL()