Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwin32iop-o.h82 DllExport long win32_lseek( int fd, long offset, int origin);
239 #define lseek(fd,offset,orig) win32_lseek(fd,offset,orig)
H A Dwin32iop.h78 DllExport Off_t win32_lseek( int fd, Off_t offset, int origin);
314 #define lseek(fd,offset,orig) win32_lseek(fd,offset,orig)
H A Dwin32.c3256 end = win32_lseek(fd, 0, SEEK_END); in win32_chsize()
3281 win32_lseek(fd, size, SEEK_SET); in win32_chsize()
3287 win32_lseek(fd, cur, SEEK_SET); in win32_chsize()
3295 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
H A Dperlhost.h999 return win32_lseek(handle, offset, origin); in PerlLIOLseek()
H A Dwince.c1602 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32iop.h80 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 Dwin32.c3633 end = win32_lseek(fd, 0, SEEK_END); in win32_chsize()
3658 win32_lseek(fd, size, SEEK_SET); in win32_chsize()
3664 win32_lseek(fd, cur, SEEK_SET); in win32_chsize()
3669 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
H A Dperlhost.h1004 return win32_lseek(handle, offset, origin); in PerlLIOLseek()
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32iop.h79 DllExport Off_t win32_lseek( int fd, Off_t offset, int origin);
249 #define lseek(fd,offset,orig) win32_lseek(fd,offset,orig)
H A Dwin32.c3265 end = win32_lseek(fd, 0, SEEK_END); in win32_chsize()
3290 win32_lseek(fd, size, SEEK_SET); in win32_chsize()
3296 win32_lseek(fd, cur, SEEK_SET); in win32_chsize()
3304 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
H A Dperlhost.h992 return win32_lseek(handle, offset, origin); in PerlLIOLseek()
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32iop.h80 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 Dwin32.c3633 end = win32_lseek(fd, 0, SEEK_END); in win32_chsize()
3658 win32_lseek(fd, size, SEEK_SET); in win32_chsize()
3664 win32_lseek(fd, cur, SEEK_SET); in win32_chsize()
3669 win32_lseek(int fd, Off_t offset, int origin) in win32_lseek() function
H A Dperlhost.h1004 return win32_lseek(handle, offset, origin); in PerlLIOLseek()