Home
last modified time | relevance | path

Searched defs:stbuf (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dstat_.h56 # define stat_is_dir(stbuf) ((stbuf).st_mode & S_IFDIR) argument
59 # define stat_is_dir(stbuf) ((stbuf).st_mode & _S_IFDIR) argument
63 # define stat_is_dir(stbuf) S_ISDIR((stbuf).st_mode) argument
H A Dgp_unifs.c302 struct stat stbuf; in gp_enumerate_files_next() local
/plan9/sys/src/ape/cmd/pdksh/
H A Dmail.c43 struct stat stbuf; in mcheck() local
92 struct stat stbuf; local
167 struct stat stbuf; local
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevfs-posix.c79 struct stat stbuf; in fsattach() local
116 struct stat stbuf; in fswalk1() local
176 struct stat stbuf; in fsstat() local
261 struct stat stbuf; in fscreate() local
414 struct stat stbuf; in fswstat() local
544 struct stat stbuf; in fsdirread() local
H A Ddevfs-win32.c96 struct stat stbuf; in fsattach() local
133 struct stat stbuf; in fswalk1() local
193 struct stat stbuf; in fsstat() local
278 struct stat stbuf; in fscreate() local
431 struct stat stbuf; in fswstat() local
556 struct stat stbuf; in fsdirread() local
/plan9/sys/src/ape/lib/bsd/
H A Dmktemp.c15 struct stat stbuf; in mktemp() local