Home
last modified time | relevance | path

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

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