Home
last modified time | relevance | path

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

/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_fping.c180 char *xmtstr = NULL; in textscan() local
237 xmtstr = 1 + losstr; in textscan()
238 xmt = strtod (xmtstr, NULL); in textscan()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_fping.c180 char *xmtstr = NULL; in textscan() local
237 xmtstr = 1 + losstr; in textscan()
238 xmt = strtod (xmtstr, NULL); in textscan()
/dports/comms/flamp/flamp-2.2.07/src/
H A Dflamp.cxx2313 string xmtstr = amp->tx_string(" K\n");
2317 transfer_size = xmtstr.length();
2325 xfr_time = seconds_from_string(cbo_modes->value(), xmtstr, &oh);
2385 std::string xmtstr; in estimate_bc() local
2391 xmtstr.clear(); in estimate_bc()
2395 xmtstr.append(tx->tx_string(" K\n")); in estimate_bc()
2414 xfr_time = seconds_from_string(md, xmtstr, &oh); in estimate_bc()
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Damp.cxx1716 std::string xmtstr; in _estimate() local
1719 xmtstr.assign(xmtunproto); in _estimate()
1721 xmtstr.assign(xmtstring); in _estimate()
1724 xmtstr.append(" K\n"); in _estimate()
1728 transfer_size = xmtstr.length(); in _estimate()
1729 xfr_time = seconds_from_string(modem.c_str(), xmtstr, &oh); in _estimate()
/dports/comms/fldigi/fldigi-4.1.20/src/fsq/
H A Dfsq.cxx1809 std::string xmtstr = FSQBOL; in sounder() local
1810 xmtstr.append(active_modem->fsq_mycall()).append(":").append(FSQEOT); in sounder()
1811 int numsymbols = xmtstr.length(); in sounder()