Searched refs:simplecmd (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_db.h48 int simplecmd(struct Xconn *, struct cmd *, ...);
H A Dpgfs_subs.c577 return simplecmd(xc, c, fileid);
588 return simplecmd(xc, c, fileid);
600 return simplecmd(xc, c, fileid);
611 return simplecmd(xc, c, fileid);
624 return simplecmd(xc, c, (int64_t)delta, fileid);
690 error = simplecmd(xc, c, parent, name, child);
715 error = simplecmd(xc, c, parent, name, child);
818 return simplecmd(xc, c, fileid);
H A Dpgfs_db.c476 * simplecmd: a convenient routine to execute a command which returns
481 simplecmd(struct Xconn *xc, struct cmd *c, ...) function
664 error = simplecmd(xc, c);
680 error = simplecmd(xc, c);
705 error = simplecmd(xc, c);
719 error = simplecmd(xc, c);
735 error = simplecmd(xc, c);
847 error = simplecmd(xc, c);
853 error = simplecmd(xc, c);
857 error = simplecmd(x
[all...]
H A Dpgfs_puffs.c812 error = simplecmd(xc, c, newuid, newgid, fileid);
832 error = simplecmd(xc, c, newmode, fileid);
859 error = simplecmd(xc, c, ts, fileid);
877 error = simplecmd(xc, c, ts, fileid);
895 error = simplecmd(xc, c, ts, fileid);
913 error = simplecmd(xc, c, ts, fileid);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dparser.c108 STATIC union node *simplecmd(union node **, union node *);
502 n1 = simplecmd(rpp, redir);
541 simplecmd(union node **rpp, union node *redir) function
606 TRACE(("negate simplecmd\n"));

Completed in 67 milliseconds