Home | History | Annotate | Download | only in rogue

Lines Matching defs:seconds

235 	time_t seconds;
237 time(&seconds);
238 t = localtime(&seconds);
268 time_t seconds;
272 seconds = sbuf.st_mtime;
273 t = localtime(&seconds);
325 * seconds.
397 * current time (minutes + seconds) returned from md_gct(), if implemented.
408 time_t seconds;
410 time(&seconds);
411 return((int)seconds);