/src/share/examples/puffs/pgfs/ |
pgfs_db.h | 48 int simplecmd(struct Xconn *, struct cmd *, ...);
|
pgfs_db.c | 477 * simplecmd: a convenient routine to execute a command which returns 482 simplecmd(struct Xconn *xc, struct cmd *c, ...) function in typeref:typename:int 683 error = simplecmd(xc, c); 692 error = simplecmd(xc, c); 708 error = simplecmd(xc, c); 725 error = simplecmd(xc, c); 750 error = simplecmd(xc, c); 765 error = simplecmd(xc, c); 782 error = simplecmd(xc, c); 895 error = simplecmd(xc, c) [all...] |
pgfs_subs.c | 586 return simplecmd(xc, c, fileid); 597 return simplecmd(xc, c, fileid); 609 return simplecmd(xc, c, fileid); 620 return simplecmd(xc, c, fileid); 633 return simplecmd(xc, c, (int64_t)delta, fileid); 699 error = simplecmd(xc, c, parent, name, child); 724 error = simplecmd(xc, c, parent, name, child);
|
pgfs_puffs.c | 805 error = simplecmd(xc, c, newuid, newgid, fileid); 825 error = simplecmd(xc, c, newmode, fileid); 852 error = simplecmd(xc, c, ts, fileid); 870 error = simplecmd(xc, c, ts, fileid); 888 error = simplecmd(xc, c, ts, fileid); 906 error = simplecmd(xc, c, ts, fileid);
|
/src/bin/sh/ |
parser.c | 114 STATIC union node *simplecmd(union node **, union node *); 572 * read again in simplecmd, causing it to terminate, 579 n1 = simplecmd(rpp, redir); 621 simplecmd(union node **rpp, union node *redir) function in typeref:typename:STATIC union node * 716 VTRACE(DBG_PARSE, ("bogus %snegate simplecmd\n",
|