Home
last modified time | relevance | path

Searched defs:Dir (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/ape/lib/ap/plan9/
H A Ddir.h50 struct Dir { struct
64 } Dir; argument
/plan9/sys/src/ape/lib/draw/
H A Dlibc.h27 struct Dir { struct
41 } Dir; argument
/plan9/sys/src/ape/lib/9/
H A Dlibc.h32 struct Dir { struct
46 } Dir; argument
/plan9/sys/src/ape/lib/sec/port/
H A Dlibc.h32 struct Dir { struct
46 } Dir; argument
/plan9/sys/src/cmd/unix/u9fs/
H A Dplan9.h173 struct Dir { struct
187 } Dir; argument
/plan9/sys/src/9/port/
H A Dlib.h166 typedef struct Dir Dir; typedef
197 struct Dir { struct
199 ushort type; /* server type */
200 uint dev; /* server subtype */
202 Qid qid; /* unique id from server */
203 ulong mode; /* permissions */
204 ulong atime; /* last read time */
205 ulong mtime; /* last write time */
206 vlong length; /* file length: see <u.h> */
207 char *name; /* last element of path */
[all …]
/plan9/sys/src/cmd/unix/drawterm/include/
H A Dlib.h155 struct Dir { struct
169 } Dir; argument
/plan9/sys/include/
H A Dlibc.h615 struct Dir { struct
629 } Dir; argument
/plan9/sys/src/cmd/
H A Dnetstat.c87 nstat(char *net, void (*f)(char*, Dir*)) in nstat() argument