OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wstat
(Results
1 - 7
of
7
) 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
))
/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
/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
/external/ImageMagick/MagickCore/
nt-base.h
286
#if !defined(
wstat
) && !defined(__BORLANDC__)
290
# define
wstat
_wstati64
macro
292
# define
wstat
_wstat
macro
Completed in 141 milliseconds