Home
last modified time | relevance | path

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

/dports/textproc/ltxml/ltxml-1.2.9/XML/include/
H A Dlt-safe.h36 extern STD_API off_t EXPRT slseek(int fd, off_t offset, int whence, const char *filename);
/dports/textproc/ltxml/ltxml-1.2.9/XML/src/std/
H A Dtoken.c213 ECEF(slseek(ts_file,STRBLKSIZE,SEEK_CUR,str)); in InitDict()
245 ECEF(slseek(str_file,STRBLKSIZE,SEEK_CUR,str)); in InitDict()
H A Dlt-safe.c157 off_t slseek(int fd, off_t offset, int whence, const char *filename) { in slseek() function