Searched refs:win32_lseek (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 80 DllExport Off_t win32_lseek( int fd, Off_t offset, int origin); 253 #define lseek(fd,offset,orig) win32_lseek(fd,offset,orig)
|
H A D | win32.c | 3913 end = win32_lseek(fd, 0, SEEK_END); in win32_chsize() 3939 win32_lseek(fd, size, SEEK_SET); in win32_chsize() 3945 win32_lseek(fd, cur, SEEK_SET); in win32_chsize() 3950 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
|
H A D | perlhost.h | 1072 return win32_lseek(handle, offset, origin); in PerlLIOLseek()
|