Home
last modified time | relevance | path

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

/netbsd/src/common/dist/zlib/contrib/minizip/
Dioapi.c149 int fseek_origin=0; in fseek_file_func() local
155 fseek_origin = SEEK_CUR; in fseek_file_func()
158 fseek_origin = SEEK_END; in fseek_file_func()
161 fseek_origin = SEEK_SET; in fseek_file_func()
166 if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0) in fseek_file_func()
172 int fseek_origin=0; in fseek64_file_func() local
178 fseek_origin = SEEK_CUR; in fseek64_file_func()
181 fseek_origin = SEEK_END; in fseek64_file_func()
184 fseek_origin = SEEK_SET; in fseek64_file_func()
190 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0) in fseek64_file_func()