Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h94 DllExport int win32_write(int fd, const void *buf, unsigned int cnt);
262 #define write(fd,b,s) win32_write(fd,b,s)
Dperlhost.h1084 return win32_write(handle, buffer, count); in PerlLIOWrite()
Dwince.c1620 win32_write(int fd, const void *buf, unsigned int cnt) in win32_write() function
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h90 DllExport int win32_write(int fd, const void *buf, unsigned int cnt);
253 #define write(fd,b,s) win32_write(fd,b,s)
Dwin32.c3197 count = win32_write(fd, b, count); in win32_chsize()
3530 win32_write(int fd, const void *buf, unsigned int cnt) in win32_write() function
Dperlhost.h1076 return win32_write(handle, buffer, count); in PerlLIOWrite()