Searched defs:post (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/misc/
H A Dcmdarg.c108 char** post = 0; local
118 post = p + 1;
222 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3;
/ast/src/cmd/cs/
H A Dmbb.c203 post(Css_t* css, Cssdisc_t* disc, Connection_t* from, register Connection_t* to, int channel, const char* format, ...) function
252 post(css, disc, cp, NiL, 0, "drop");
275 post(css, disc, con, NiL, 0, "join");
334 post(css, disc, con, con, 0, "mask 0x%I*x 0x%I*x", sizeof(con->mask), con->mask, sizeof(o), o);
345 post(css, disc, con, NiL, c, "%s", s);
/ast/src/cmd/pax/
H A Dfile.c1155 Post_t post; local
1168 post.uid = state.setuid;
1169 post.gid = state.setgid;
1173 post.uid = f->st->st_uid;
1174 post.gid = f->st->st_gid;
1176 if (lchown(f->name, post.uid, post.gid) < 0)
1177 error(1, "%s: cannot chown to (%d,%d)", f->name, post.uid, post.gid);
1224 p = &post;
[all...]
/ast/src/cmd/coshell/
H A Devent.c343 * post pending event name for connection
347 post(State_t* state, Connection_t* con, const char* name, int id) function
534 else if (post(state, con, key.dptr, id))

Completed in 18 milliseconds