/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))
|
/prebuilts/go/darwin-x86/src/syscall/ |
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/ |
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
|
/external/ImageMagick/MagickCore/ |
nt-base.h | 286 #if !defined(wstat) && !defined(__BORLANDC__) 290 # define wstat _wstati64 macro 292 # define wstat _wstat macro
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 724 int child, c, wstat; local 740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
|