OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_f
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/lib/uuid/
gen_uuid.c
315
THREAD_LOCAL FILE *
state_f
;
local
328
state_f
= fdopen(state_fd, "r+");
329
if (!
state_f
) {
340
rewind(
state_f
);
344
fclose(
state_f
);
355
if (fscanf(
state_f
, "clock: %04x tv: %lu %lu adj: %d\n",
402
rewind(
state_f
);
403
len = fprintf(
state_f
,
407
fflush(
state_f
);
409
fprintf(
state_f
, " \n")
[
all
...]
Completed in 294 milliseconds