Lines Matching refs:error
42 void error(char *s, char *t);
66 error(": can't open", argv[1]); in main()
82 error("syntax error", ""); in main()
100 error("node storage overflow", ""); in alloc()
117 error(": bad directory", np->argv[0]); in builtin()
123 error("usage: bind new old", ""); in builtin()
125 error("bind failed", ""); in builtin()
130 error("usage: unmount [new] old", ""); in builtin()
133 error("unmount:", ""); in builtin()
135 error("unmount", ""); in builtin()
149 error("wait error", ""); in builtin()
170 default: error(np->argv[1], "bad rfork flag"); in builtin()
186 error(": not found", np->argv[1]); in builtin()
253 error("string storage overflow", ""); in gettoken()
290 error(char *s, char *t) in error() function
326 error(": can't open", np->io[0]); in redirect()
334 error(": can't create", np->io[1]); in redirect()
342 error(": can't write", np->io[2]); in redirect()
399 error("can't create pipe", ""); in xpipeline()
409 error("can't create process", ""); in xpipeline()
422 error("can't create process", ""); in xpipeline()
441 error(": can't create process", np->argv[0]); in xsimple()
452 error(": not found", np->argv[0]); in xsimple()
465 error("can't create process", ""); in xsubshell()
502 error("wait error", ""); in xwait()