Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 25) sorted by relevance

/plan9-contrib/sys/src/libmemdraw/
H A Dellipse.c20 typedef struct State State; typedef
41 struct State { struct
58 State* argument
/plan9-contrib/sys/src/cmd/unix/drawterm/libmemdraw/
H A Dellipse.c20 typedef struct State State; typedef
41 struct State { struct
58 State* argument
/plan9-contrib/sys/src/libsec/port/
H A Dgenrandom.c5 typedef struct State{ struct
10 } State; argument
/plan9-contrib/sys/src/cmd/unix/drawterm/libsec/
H A Dgenrandom.c5 typedef struct State{ struct
10 } State; argument
/plan9-contrib/sys/src/cmd/auth/factotum/
H A Dchap.c32 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 Dapop.c18 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 Dp9cr.c21 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 Dp9sk1.c20 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 Dp9any.c19 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 Drsa.c45 struct State struct
47 RSApriv *priv;
48 mpint *resp;
49 int off;
50 Key *key;
51 mpint *digest;
52 int sigresp;
H A Dwep.c8 typedef struct State State; typedef
9 struct State struct
25 State *s; in wepinit() argument
H A Dpass.c9 typedef struct State State; typedef
10 struct State struct
32 State *s; in passinit() argument
H A Dhttpdigest.c26 struct State struct
35 State *s; in hdinit() argument
H A Dwpapsk.c33 struct State struct
51 DigestState *ds; in prfn() argument
H A Ddat.h41 typedef struct State State; typedef
/plan9-contrib/sys/src/cmd/grep/
H A Dgrep.h11 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 Dtl_buchi.c27 typedef struct State { struct
34 struct State *nxt; argument
35 } State; typedef
/plan9-contrib/sys/src/cmd/aux/flashfs/
H A Ddreq.c11 typedef struct State State; typedef
13 struct State struct
21 static State * argument
H A Drequest.c11 typedef struct State State; typedef
13 struct State struct
21 static State * argument
/plan9-contrib/sys/src/cmd/
H A Dmug.c9 typedef struct State State; typedef
10 struct State { struct
23 State state; argument
/plan9-contrib/sys/src/libthread/
H A Dthreadimpl.h37 } State; typedef
/plan9-contrib/sys/src/cmd/sam/
H A Dsam.h37 enum State enum
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dhistory.c891 } State; typedef
/plan9-contrib/sys/src/cmd/lzip/
H A Dlzip.h37 typedef int State; typedef
/plan9-contrib/sys/src/9/pc/
H A Dsd53c8xx.c201 typedef enum State { enum
203 } State; typedef