Home | History | Annotate | Download | only in fio

Lines Matching defs:time_buf

125 	char time_buf[32];
132 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
133 time_buf[strlen(time_buf) - 1] = '\0';
138 json_object_add_value_string(root, "time", time_buf);