Home
last modified time | relevance | path

Searched defs:DS (Results 1 – 11 of 11) sorted by relevance

/plan9-contrib/sys/src/9/ip/
H A Dchandial.c9 typedef struct DS DS; typedef
18 struct DS struct
35 DS ds; in chandial() argument
/plan9-contrib/sys/src/9k/ip/
H A Dchandial.c9 typedef struct DS DS; typedef
18 struct DS struct
35 DS ds; in chandial() argument
/plan9-contrib/sys/src/cmd/upas/smtp/
H A Dsmtp.h27 typedef struct DS DS; typedef
28 struct DS { struct
30 char buf[128];
31 char expand[128];
32 char *netdir;
56 void dial_string_parse(char*, DS*); argument
/plan9-contrib/sys/src/cmd/unix/drawterm/libc/
H A Ddial.c4 typedef struct DS DS; typedef
16 struct DS { struct
36 DS ds; in dial() argument
/plan9-contrib/sys/src/libthread/
H A Ddial.c7 typedef struct DS DS; typedef
19 struct DS { struct
39 DS ds; in _threaddial() argument
/plan9-contrib/sys/src/libc/9sys/
H A Ddial.c9 typedef struct DS DS; typedef
24 struct DS { struct
26 char buf[Maxstring];
27 char *netdir;
28 char *proto;
29 char *rem;
32 char *local;
33 char *dir;
34 int *cfdp;
/plan9-contrib/sys/src/cmd/ssh2/
H A Ddial.c10 typedef struct DS DS; typedef
25 struct DS { struct
27 char buf[Maxstring];
28 char *netdir; /* e.g., /net.alt */
29 char *proto; /* e.g., tcp */
30 char *rem; /* e.g., host!service */
33 char *local;
34 char *dir;
35 int *cfdp;
H A Ddial.thread.c13 typedef struct DS DS; typedef
35 struct DS { struct
53 DS *ds; argument
/plan9-contrib/sys/src/cmd/ip/
H A Dping.c390 typedef struct DS DS; typedef
391 struct DS { struct
408 _dial_string_parse(char *str, DS *ds) in _dial_string_parse() argument
H A Dtraceroute.c14 typedef struct DS DS; typedef
15 struct DS { struct
38 csquery(DS *ds, char *clone, char *dest) in csquery() argument
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgdevpxut.h60 #define DS(i) (byte)(i), (byte)((i) >> 8) macro