| /plan9-contrib/sys/src/libmemdraw/ |
| H A D | ellipse.c | 20 typedef struct State State; typedef 41 struct State { struct 58 State* argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/libmemdraw/ |
| H A D | ellipse.c | 20 typedef struct State State; typedef 41 struct State { struct 58 State* argument
|
| /plan9-contrib/sys/src/libsec/port/ |
| H A D | genrandom.c | 5 typedef struct State{ struct 10 } State; argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | genrandom.c | 5 typedef struct State{ struct 10 } State; argument
|
| /plan9-contrib/sys/src/cmd/auth/factotum/ |
| H A D | chap.c | 32 struct State struct 34 char *protoname; 35 int astype; 36 int asfd; 37 Key *key; 38 Ticket t; 39 Ticketreq tr; 40 char chal[ChapChallen]; 41 MSchapreply mcr; 42 char cr[ChapResplen]; [all …]
|
| H A D | apop.c | 18 struct State struct 20 int asfd; 21 int astype; 22 Key *key; 23 Ticket t; 24 Ticketreq tr; 25 char chal[128]; 26 char resp[64]; 27 char *user;
|
| H A D | p9cr.c | 21 typedef struct State State; typedef 22 struct State struct 24 Key *key; 25 int astype; 26 int asfd; 27 Ticket t; 28 Ticketreq tr; 29 char chal[Maxchal]; 30 int challen; 31 char resp[Maxchal]; [all …]
|
| H A D | p9sk1.c | 20 struct State struct 22 int vers; 23 Key *key; 24 Ticket t; 25 Ticketreq tr; 26 char cchal[CHALLEN]; 27 char tbuf[TICKETLEN+AUTHENTLEN]; 28 char authkey[DESKEYLEN]; 29 uchar *secret; 30 int speakfor;
|
| H A D | p9any.c | 19 struct State struct 22 State *substate; /* be very careful; this is not one of our States */ argument 23 Proto *subproto; 24 int keyasked; 25 String *subdom; 26 int version;
|
| H A D | rsa.c | 45 struct State struct 47 RSApriv *priv; 48 mpint *resp; 49 int off; 50 Key *key; 51 mpint *digest; 52 int sigresp;
|
| H A D | wep.c | 8 typedef struct State State; typedef 9 struct State struct 25 State *s; in wepinit() argument
|
| H A D | pass.c | 9 typedef struct State State; typedef 10 struct State struct 32 State *s; in passinit() argument
|
| H A D | httpdigest.c | 26 struct State struct 35 State *s; in hdinit() argument
|
| H A D | wpapsk.c | 33 struct State struct 51 DigestState *ds; in prfn() argument
|
| H A D | dat.h | 41 typedef struct State State; typedef
|
| /plan9-contrib/sys/src/cmd/grep/ |
| H A D | grep.h | 11 typedef struct State State; typedef 13 struct State struct 18 State* linkleft; argument 19 State* linkright; argument 20 State* next[256]; argument
|
| /plan9-contrib/sys/src/cmd/spin/ |
| H A D | tl_buchi.c | 27 typedef struct State { struct 34 struct State *nxt; argument 35 } State; typedef
|
| /plan9-contrib/sys/src/cmd/aux/flashfs/ |
| H A D | dreq.c | 11 typedef struct State State; typedef 13 struct State struct 21 static State * argument
|
| H A D | request.c | 11 typedef struct State State; typedef 13 struct State struct 21 static State * argument
|
| /plan9-contrib/sys/src/cmd/ |
| H A D | mug.c | 9 typedef struct State State; typedef 10 struct State { struct 23 State state; argument
|
| /plan9-contrib/sys/src/libthread/ |
| H A D | threadimpl.h | 37 } State; typedef
|
| /plan9-contrib/sys/src/cmd/sam/ |
| H A D | sam.h | 37 enum State enum
|
| /plan9-contrib/sys/src/ape/cmd/pdksh/ |
| H A D | history.c | 891 } State; typedef
|
| /plan9-contrib/sys/src/cmd/lzip/ |
| H A D | lzip.h | 37 typedef int State; typedef
|
| /plan9-contrib/sys/src/9/pc/ |
| H A D | sd53c8xx.c | 201 typedef enum State { enum 203 } State; typedef
|