Home
last modified time | relevance | path

Searched refs:xp_timestamp (Results 1 – 2 of 2) sorted by relevance

/dports/net/tcptrace/tcptrace-508f73a/
H A DREADME.tline_graphs127 > xp_timestamp(pl,t1), x1,
128 > xp_timestamp(pl,t2), x2);
133 > xp_timestamp(pl,t1), x1,
134 > xp_timestamp(pl,t2), x2);
142 > DoPlot(pl,"dot %s %u", xp_timestamp(pl,t), x);
242 < x1, xp_timestamp(pl,t1));
247 < x1, xp_timestamp(pl,t1),
248 < x2, xp_timestamp(pl,t2));
263 < xp_timestamp(pl,t1), x1);
268 < xp_timestamp(pl,t1), x1,
[all …]
H A Dplotter.c89 static char *xp_timestamp(PLOTTER pl, struct timeval time);
105 xp_timestamp( in xp_timestamp() function
630 ret = xp_timestamp(pl,t); in plotter_nothing()
821 x1, xp_timestamp(pl,t1)); in CallDoPlot()
826 x1, xp_timestamp(pl,t1), in CallDoPlot()
827 x2, xp_timestamp(pl,t2)); in CallDoPlot()
842 xp_timestamp(pl,t1), x1); in CallDoPlot()
847 xp_timestamp(pl,t1), x1, in CallDoPlot()
848 xp_timestamp(pl,t2), x2); in CallDoPlot()