Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dcread.h40 #define lseek clseek
46 EXTERN off_t clseek PROTO((int, off_t, int));
H A Dcread.c364 clseek(int fd, off_t offset, int where) in clseek() function