Home
last modified time | relevance | path

Searched refs:state_f (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c316 THREAD_LOCAL FILE *state_f; in get_clock() local
332 state_f = fdopen(state_fd, "r+"); in get_clock()
333 if (!state_f) { in get_clock()
346 rewind(state_f); in get_clock()
350 fclose(state_f); in get_clock()
361 if (fscanf(state_f, "clock: %04x tv: %lu %lu adj: %d\n", in get_clock()
408 rewind(state_f); in get_clock()
409 len = fprintf(state_f, in get_clock()
413 fflush(state_f); in get_clock()
415 fprintf(state_f, " \n"); in get_clock()
[all …]