OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timebuf
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/
blkparse_fmt.c
86
static char
timebuf
[128];
local
99
snprintf(
timebuf
, sizeof(
timebuf
),
105
return
timebuf
;
/external/fio/
gclient.c
123
char tmp[64],
timebuf
[80];
local
128
sprintf(
timebuf
, "%s.%03ld", tmp, (long) p->log_usec / 1000);
133
gtk_list_store_set(ui->log_model, &iter, 0,
timebuf
, -1);
[
all
...]
Completed in 196 milliseconds