Home
last modified time | relevance | path

Searched refs:State_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c62 } State_t; typedef
72 register State_t* state = (State_t*)handle; in key()
139 State_t* state = (State_t*)handle; in visit()
154 State_t state; in b_vmstate()
H A Dexpr.c181 } State_t; typedef
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np) in getnode()
294 static int expr_cond(State_t* state, Node_t *np) in expr_cond()
345 static int expr_mult(State_t* state, Node_t *np) in expr_mult()
374 static int expr_add(State_t* state, Node_t *np) in expr_add()
394 static int expr_cmp(State_t* state, Node_t *np) in expr_cmp()
462 static int expr_and(State_t* state, Node_t *np) in expr_and()
478 static int expr_or(State_t* state, Node_t *np) in expr_or()
494 State_t state; in b_expr()
H A Dcksum.c140 } State_t; typedef
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) in pr()
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) in verify()
406 list(State_t* state, register Sfio_t* lp) in list()
452 State_t state; in b_cksum()
H A Dcp.c197 } State_t; typedef
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) in preserve()
236 visit(State_t* state, register FTSENT* ent) in visit()
691 State_t* state; in b_cp()
696 if (!(sh = CMD_CONTEXT(context)) || !(state = (State_t*)sh->ptr)) in b_cp()
698 if (!(state = newof(0, State_t, 1, 0))) in b_cp()
704 memset(state, 0, offsetof(State_t, INITSTATE)); in b_cp()
H A Drm.c99 } State_t; typedef
106 rm(State_t* state, register FTSENT* ent) in rm()
332 State_t state; in b_rm()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c53 } State_t; typedef
55 static State_t matchstate;
H A Dreglib.h579 } State_t; typedef
581 extern State_t state;
H A Dreginit.c46 State_t state =
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dtranslate.c77 } State_t; typedef
79 static State_t state =
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso.c119 } State_t;
155 static State_t state =
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c301 } State_t; typedef
303 static State_t state = { "getconf", "_AST_FEATURES", "CONFORMANCE = standard", "POSIXLY_CORRECT", d…