Lines Matching defs:sec
42 time_t sec;
45 sec = newtime->tv_sec - oldtime->tv_sec;
50 sec -= 1;
54 * The default display is "sec.fraction", but ld(1) has been know to
57 if ((min = sec / 60) != 0)
58 sec = sec % 60;
64 MSG_ORIG(MSG_TIME_HMSF), hour, min, sec, usec);
67 MSG_ORIG(MSG_TIME_MSF), min, sec, usec);
70 MSG_ORIG(MSG_TIME_SF), sec, usec);