HomeSort by relevance Sort by last modified time
    Searched refs:wstat (Results 1 - 14 of 14) sorted by null

  /system/core/adb/sysdeps/win32/
stat.cpp 30 // This definition of wstat seems to be missing from <sys/stat.h>.
33 #define wstat _wstat32i64 macro
35 #define wstat _wstat64
38 // <sys/stat.h> has a function prototype for wstat() that should be available.
56 int result = wstat(path_wide.c_str(), &st);
  /external/ppp/pppd/plugins/
passprompt.c 32 int readgood, wstat; local
88 while (waitpid(kid, &wstat, 0) < 0) {
98 if (!WIFEXITED(wstat))
100 if (WEXITSTATUS(wstat))
  /external/ImageMagick/MagickCore/
nt-base.h 286 #if !defined(wstat) && !defined(__BORLANDC__)
290 # define wstat _wstati64 macro
292 # define wstat _wstat macro
utility-private.h 275 status=wstat(path_wide,attributes);
  /external/openssh/openbsd-compat/
bsd-cray.c 724 int child, c, wstat; local
740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 176 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 353 //sys wstat(path string, edir []byte) (err error)
354 func Wstat(path string, edir []byte) (err error) {
356 return wstat(path, edir)
zsyscall_plan9_386.go 172 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_amd64.go 172 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_arm.go 172 func wstat(path string, edir []byte) (err error) { func
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 353 //sys wstat(path string, edir []byte) (err error)
354 func Wstat(path string, edir []byte) (err error) {
356 return wstat(path, edir)
zsyscall_plan9_386.go 172 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_amd64.go 172 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_arm.go 172 func wstat(path string, edir []byte) (err error) { func

Completed in 4052 milliseconds