Searched defs:rewind (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Drewind.c3 void rewind(FILE *f) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Damiconf.h118 # define rewind(f) fseek(f, 0, 0) macro
H A Dwceconf.h274 #define rewind(stream) (void)fseek( stream, 0L, SEEK_SET ) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Damiconf.h118 # define rewind(f) fseek(f, 0, 0) macro
H A Dwceconf.h274 #define rewind(stream) (void)fseek( stream, 0L, SEEK_SET ) macro

Completed in 41 milliseconds