Searched refs:minsec (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp153 char minsec[7]; local
155 sprintf(minsec, ":%02" B_PRId32 ":%02" B_PRId32, minutes, seconds);
156 text << hours << minsec; local
158 sprintf(minsec, "%" B_PRId32 ":%02" B_PRId32, minutes, seconds);
159 text << minsec; local

Completed in 29 milliseconds