Home | History | Annotate | Download | only in fio

Lines Matching defs:time_buf

714 	char time_buf[32];
719 memset(time_buf, 0, sizeof(time_buf));
722 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
727 ts->error, (int) ts->pid, time_buf);
732 time_buf);
1754 char time_buf[32];
1762 os_ctime_r((const time_t *) &now.tv_sec, time_buf,
1763 sizeof(time_buf));
1764 if (time_buf[strlen(time_buf) - 1] == '\n')
1765 time_buf[strlen(time_buf) - 1] = '\0';
1771 json_object_add_value_string(root, "time", time_buf);