Searched defs:apply (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/vczip/ |
H A D | vczip.c | 236 * apply the codex and/or vcodex transforms to a single input/output pair 240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) function 489 apply(action, vt, &vcodexdisc, ct, &codexdisc, NiL, *argv, NiL, buf, bufsize, donez, lastz);
|
/ast/src/cmd/pax/ |
H A D | file.c | 48 apply(register Archive_t* ap, register File_t* f, Filter_t* fp) function 158 rfd = apply(ap, f, fp);
|
/ast/src/cmd/nmake/ |
H A D | command.c | 164 * apply operator or action with attributes in r given lhs, rhs and job flags 169 apply(register Rule_t* r, char* lhs, char* rhs, char* act, Flags_t flags) function 233 * apply() returning (temporary) CO_DATAFILE pointer to stdout of action 242 if (!apply(r, lhs, rhs, act, flags|CO_DATAFILE))
|
/ast/src/cmd/coshell/ |
H A D | event.c | 78 "apply to the initial service command, and the \b--expire\b, \b--log\b, " 79 "\b--newer\b, \b--older\b, and \b--quiet\b options apply to client " 412 * apply request r to one key 416 apply(State_t* state, Connection_t* con, int id, int index, datum key, datum val, Data_t* dat) function 542 * apply request r to args a 583 if (apply(state, con, id, index, key, val, &dat)) 598 if ((i = apply(state, con, id, index, key, val, &dat)) < 0)
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 572 apply(Dict_t* dict, Dict_item_t* item, int (*func)(Dict_item_t*, void*), void* handle) function 579 if (item->left && apply(dict, item->left, func, handle)) 588 * apply func to each dictionary item 594 return dict->root ? apply(dict, dict->root, func, handle) : 0;
|
Completed in 27 milliseconds