Searched refs:win32_fstat (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | win32iop.h | 77 DllExport int win32_fstat(int fd,struct stat *sbufptr); 249 #define fstat(fd,bufptr) win32_fstat(fd,bufptr)
|
| D | perlhost.h | 982 return win32_fstat(handle, buffer); in PerlLIOFileStat()
|
| D | wince.c | 1526 win32_fstat(int fd, struct stat *sbufptr) in win32_fstat() function
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32iop.h | 73 DllExport int win32_fstat(int fd,Stat_t *sbufptr); 239 #define fstat(fd,bufptr) win32_fstat(fd,bufptr)
|
| D | win32sck.c | 561 return win32_fstat(fd, sbufptr ); in my_fstat() 593 return win32_fstat(fd, sbufptr ); in my_fstat()
|
| D | perlhost.h | 974 return win32_fstat(handle, buffer); in PerlLIOFileStat()
|
| D | win32.c | 2730 win32_fstat(int fd, Stat_t *sbufptr) in win32_fstat() function
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.4 | 1042 Subject: [PATCH] win32_fstat has a potential buffer overrun problem
|