Searched refs:State_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dvmstate.c59 } State_t; typedef in typeref:struct:State_s
69 register State_t* state = (State_t*)handle;
103 State_t* state = (State_t*)handle;
119 State_t state;
H A Dexpr.c181 } State_t; typedef in typeref:struct:State_s
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np)
294 static int expr_cond(State_t* state, Node_t *np)
345 static int expr_mult(State_t* state, Node_t *np)
374 static int expr_add(State_t* state, Node_t *np)
394 static int expr_cmp(State_t* state, Node_t *np)
462 static int expr_and(State_t* state, Node_t *np)
478 static int expr_or(State_t* state, Node_t *np)
494 State_t stat
[all...]
H A Dcksum.c140 } State_t; typedef in typeref:struct:State_s
142 static void verify(State_t*, char*, char*, Sfio_t*);
178 pr(State_t* state, Sfio_t* op, Sfio_t* ip, char* file, int perm, struct stat* st, Sfio_t* check)
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp)
406 list(State_t* state, register Sfio_t* lp)
452 State_t state;
H A Drm.c98 } State_t; typedef in typeref:struct:State_s
105 rm(State_t* state, register FTSENT* ent)
341 State_t state;
H A Dcp.c182 } State_t; typedef in typeref:struct:State_s
191 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os)
218 visit(State_t* state, register FTSENT* ent)
668 State_t* state;
673 if (!(sh = CMD_CONTEXT(context)) || !(state = (State_t*)sh->ptr))
675 if (!(state = newof(0, State_t, 1, 0)))
681 memset(state, 0, offsetof(State_t, INITSTATE));
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c53 } State_t; typedef in typeref:struct:State_s
55 static State_t matchstate;
H A Dreglib.h573 } State_t; typedef in typeref:struct:State_s
575 extern State_t state;
H A Dreginit.c46 State_t state =
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c77 } State_t; typedef in typeref:struct:__anon2657
79 static State_t state =
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c285 } State_t; typedef in typeref:struct:__anon2661
287 static State_t state = { "getconf", "_AST_FEATURES", dynamic, -1 };

Completed in 89 milliseconds