HomeSort by relevance Sort by last modified time
    Searched refs:time_p (Results 1 - 2 of 2) sorted by null

  /external/fio/
client.c 126 time_t time_p; local
131 time(&time_p);
132 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
137 json_object_add_value_int(root, "timestamp", time_p);
    [all...]
stat.c 713 time_t time_p; local
721 time(&time_p);
722 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
    [all...]

Completed in 193 milliseconds