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

/haiku/src/libs/mapm/
H A Dmapm_rnd.c346 char *cvi_time, *cvi_date, buf1[64], buf2[32]; local
352 cvi_time = TimeStr();
365 buf2[0] = cvi_time[6]; /* time format: "HH:MM:SS" */
366 buf2[1] = cvi_time[7];
367 buf2[2] = cvi_time[3];
368 buf2[3] = cvi_time[4];
369 buf2[4] = cvi_time[0];
370 buf2[5] = cvi_time[1];

Completed in 31 milliseconds