Home | History | Annotate | Download | only in fio

Lines Matching defs:time_buf

507 	char time_buf[32];
513 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
518 ts->error, (int) ts->pid, time_buf);
523 time_buf);
1358 char time_buf[32];
1362 os_ctime_r((const time_t *) &time_p, time_buf,
1363 sizeof(time_buf));
1364 time_buf[strlen(time_buf) - 1] = '\0';
1369 json_object_add_value_string(root, "time", time_buf);