Searched refs:win32_stat (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | win32iop.h | 78 DllExport int win32_stat(const char *name,struct stat *sbufptr); 138 DllExport int win32_stat(const char *path, struct stat *buf); 250 #define stat(pth,bufptr) win32_stat(pth,bufptr)
|
| D | win32.h | 243 #define Stat win32_stat
|
| D | perlhost.h | 1012 return win32_stat(path, buffer); in PerlLIOLstat() 1054 return win32_stat(path, buffer); in PerlLIONameStat()
|
| D | wince.c | 666 if (win32_stat(filename, &sbuf) < 0 || !S_ISDIR(sbuf.st_mode)) in win32_opendir() 875 win32_stat(const char *path, struct stat *sbuf) in win32_stat() function
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32iop.h | 74 DllExport int win32_stat(const char *name,Stat_t *sbufptr); 133 DllExport int win32_stat(const char *path, Stat_t *buf); 240 #define stat(pth,bufptr) win32_stat(pth,bufptr)
|
| D | win32.h | 283 #define Stat win32_stat
|
| D | perlhost.h | 1004 return win32_stat(path, buffer); in PerlLIOLstat() 1046 return win32_stat(path, buffer); in PerlLIONameStat()
|
| D | win32.c | 755 if (win32_stat(filename, &sbuf) < 0 || !S_ISDIR(sbuf.st_mode)) in win32_opendir() 1184 win32_stat(const char *path, Stat_t *sbuf) in win32_stat() function
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.6 | 6134 Log: !USING_WIDE() branch is busted in win32_stat() 18047 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs 24718 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC 26219 Log: fix win32_stat() to do the right thing for share names
|
| D | Changes5.005 | 3012 fix win32_stat() to do the right thing for share names 3026 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
|
| D | Changes5.004 | 3947 Title: "[PATCH] win32_stat() fixes (2nd try)"
|