Home
last modified time | relevance | path

Searched refs:win32_stat (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h78 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)
Dwin32.h243 #define Stat win32_stat
Dperlhost.h1012 return win32_stat(path, buffer); in PerlLIOLstat()
1054 return win32_stat(path, buffer); in PerlLIONameStat()
Dwince.c666 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/
Dwin32iop.h74 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)
Dwin32.h283 #define Stat win32_stat
Dperlhost.h1004 return win32_stat(path, buffer); in PerlLIOLstat()
1046 return win32_stat(path, buffer); in PerlLIONameStat()
Dwin32.c755 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/
DChanges5.66134 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
DChanges5.0053012 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
DChanges5.0043947 Title: "[PATCH] win32_stat() fixes (2nd try)"