Searched refs:stderror (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.sched.c106 stderror(ERR_NOSCHED);
108 stderror(ERR_SCHEDUSAGE);
111 stderror(ERR_SCHEDUSAGE);
123 stderror(ERR_SCHEDEV);
132 stderror(ERR_SCHEDCOM);
136 stderror(ERR_SCHEDUSAGE);
147 stderror(ERR_SCHEDTIME);
151 stderror(ERR_SCHEDREL);
243 stderror(ERR_OLD);
H A Dsh.set.c69 stderror(ERR_NAME | ERR_UNDVAR);
275 stderror(ERR_NAME | ERR_VARBEGIN);
284 stderror(ERR_NAME | ERR_VARALNUM);
298 stderror(ERR_NAME | ERR_SYNTAX);
301 stderror(ERR_NAME | ERR_MISSING, ')');
341 stderror(ERR_NAME | ERR_SUBSCRIPT);
352 stderror(ERR_READONLY|ERR_NAME, v->v_name);
367 stderror(ERR_NAME | ERR_RANGE);
394 stderror(ERR_NAME | ERR_VARBEGIN);
404 stderror(ERR_NAM
[all...]
H A Dtc.os.c203 stderror(ERR_SYSTEM, "getxvers", strerror(errno));
220 stderror(ERR_SYSTEM, "setxvers", strerror(errno));
295 stderror(ERR_SYSTEM, "getspath", strerror(errno));
361 stderror(ERR_NAME | ERR_STRING, CGETS(23, 1, "Bad cpu/site name"));
364 stderror(ERR_NAME | ERR_STRING, CGETS(23, 2, "Site path too long"));
367 stderror(ERR_SYSTEM, "setspath", strerror(errno));
449 stderror(ERR_NAME | ERR_STRING, CGETS(23, 7, "Site not found"));
476 stderror(ERR_NAME | ERR_JOBARGS);
490 stderror(ERR_SILENT);
515 stderror(ERR_NAM
[all...]
H A Dsh.func.c142 stderror(ERR_NAME | ERR_TOOFEW);
144 stderror(ERR_NAME | ERR_TOOMANY);
159 stderror(ERR_NAME | ERR_TERMINAL);
187 stderror(ERR_NAME | ERR_TERMINAL);
204 stderror(ERR_NAME | ERR_TERMINAL);
226 stderror(ERR_NAME | ERR_FILEINQ);
272 stderror(ERR_NAME | ERR_DANGER);
351 stderror(ERR_NOTLOGIN);
364 stderror(ERR_NAME | ERR_EMPTYIF);
367 stderror(ERR_NAM
[all...]
H A Dsh.dir.c216 stderror(ERR_DIRUS, short2str(**v), dstr, str);
220 stderror(ERR_DIRUS, short2str(**v), dstr, str);
259 stderror(ERR_DIRUS, "dirs", flags, "");
505 stderror(ERR_NAME | ERR_NOHOMEDIR);
507 stderror(ERR_NAME | ERR_CANTCHANGE);
511 stderror(ERR_NAME | ERR_TOOMANY);
520 stderror(ERR_SYSTEM, tmp, strerror(errno));
605 stderror(ERR_SYSTEM, dptr, strerror(errno));
613 stderror(ERR_SYSTEM, dptr, strerror(errno));
637 stderror(ERR_SYSTE
[all...]
H A Dsh.proc.c280 stderror(ERR_SYNC, pid);
1295 stderror(ERR_JOBS);
1324 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1345 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1367 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1385 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1436 stderror(ERR_NAME | ERR_TOOFEW);
1443 stderror(ERR_NAME | ERR_BADSIG);
1451 stderror(ERR_NAME | ERR_UNKSIG);
1515 stderror(ERR_NAM
[all...]
H A Dtw.comp.c382 stderror(ERR_COMPCOM, short2str(act));
396 stderror(ERR_COMPCOM, short2str(act));
440 stderror(ERR_COMPMIS, (int)sep, msg, short2str(str));
550 stderror(ERR_COMPINV, CGETS(27, 1, "command"), cmd);
557 stderror(ERR_COMPINV, CGETS(27, 2, "separator"), (int)sep);
566 stderror(ERR_COMPINC, cmd == 'p' ? CGETS(27, 4, "range") :
H A Dsh.glob.c93 stderror(ERR_UNKUSER, short2str(name));
95 stderror(ERR_NOHOME);
247 stderror(ERR_MISSING, -len);
360 stderror(ERR_DEEP); /* Error */
401 stderror(ERR_NAME | ERR_AMBIG);
456 stderror(ERR_NAME | ERR_GLOB);
460 stderror(ERR_NOMEM);
516 stderror(ERR_NAME | ERR_NOMATCH);
573 stderror(ERR_NAME | ERR_NOMATCH);
677 stderror(ERR_UNMATCHE
[all...]
H A Dsh.print.c239 linp = linbuf; /* avoid recursion as stderror calls flush */
243 stderror(ERR_SILENT);
308 stderror(ERR_SILENT);
H A Dsh.dol.c128 stderror(ERR_NAME | ERR_AMBIG);
249 stderror(ERR_UNMATCHED, (int)c1);
365 stderror(ERR_NAME | ERR_RANGE);
387 stderror(ERR_SYNTAX);
402 stderror(ERR_SYNTAX);
412 stderror(ERR_SYNTAX);
421 stderror(ERR_NOTALLOWED, "$?<");
423 stderror(ERR_NOTALLOWED, "$#<");
425 stderror(ERR_NOTALLOWED, "$%<");
506 stderror(ERR_SYNTA
[all...]
H A Dsh.exp.c499 stderror(ERR_DIV0);
506 stderror(ERR_MOD0);
527 stderror(ERR_NAME | ERR_EXPRESSION);
551 stderror(ERR_NAME | ERR_EXPRESSION);
570 stderror(ERR_NAME | ERR_MISSING, '}');
667 stderror(ERR_NAME | ERR_FILEINQ);
678 stderror(ERR_NAME | ERR_FILENAME);
974 stderror(ERR_OLD);
1032 stderror(ERR_NAME | ERR_EXPRESSION);
H A Dtw.help.c154 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.exec.c172 stderror(ERR_NAME | ERR_NOMATCH);
203 stderror(ERR_NAME | ERR_NOMATCH);
348 stderror(ERR_NAME | ERR_STRING, exerr);
349 stderror(ERR_NAME | ERR_COMMAND);
423 stderror(ERR_ARCH, f, strerror(err));
433 stderror(ERR_SYSTEM, f, strerror(err));
501 stderror(ERR_SYSTEM, f, strerror(errno));
505 stderror(ERR_SYSTEM, f, strerror(errno));
H A Dsh.sem.c471 stderror(ERR_NOPROC);
565 stderror(ERR_SYSTEM, "setpriority",
795 stderror(ERR_NAME | ERR_NOMATCH);
846 stderror(ERR_SYSTEM, tmp, strerror(errno));
903 stderror(ERR_SYSTEM, tmp, strerror(errno));
907 stderror(ERR_SYSTEM, tmp, strerror(errno));
961 stderror(ERR_PIPE);
973 stderror(ERR_EXISTS, cp);
H A Dsh.c946 stderror(ERR_ARGC);
1044 stderror(ERR_TCSHUSAGE, tcp-1, progname);
1064 stderror(ERR_SYSTEM, tempv[0], strerror(errno));
1086 stderror(ERR_SYSTEM, tempv[0], strerror(errno));
1118 stderror(ERR_SYSTEM, progname, strerror(errno));
1895 stderror(ERR_NAME | ERR_INTR);
1901 stderror(ERR_SILENT);
1939 stderror(ERR_SILENT);
2081 stderror(ERR_OLD);
2123 stderror(ERR_OL
[all...]
H A Ded.screen.c491 stderror(ERR_SETTCUS, tv->name);
511 stderror(ERR_NAME | ERR_TCCAP, what);
550 stderror(ERR_NAME | ERR_TCUSAGE);
619 stderror(ERR_NAME | ERR_TCCAP, cv);
648 stderror(ERR_NAME | ERR_TCPARM, *cap);
660 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need);
667 stderror(ERR_NAME | ERR_TCNARGS, cv, 1);
675 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need);
682 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need);
690 stderror(ERR_NAM
[all...]
H A Ded.inputl.c258 stderror(ERR_SYSTEM, progname, strerror(errno));
625 stderror(ERR_NOMATCH);
794 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.parse.c69 stderror(ERR_ALIASLOOP);
100 stderror(ERR_TOOMANYRP);
163 stderror(ERR_OLD);
H A Dtw.color.c249 stderror(ERR_BADCOLORVAR, v[0], v[1]);
H A Dsh.decls.h108 extern void stderror (unsigned int, ...)
H A Dsh.err.c604 stderror(unsigned int id, ...) function
H A Dsh.misc.c487 stderror(ERR_NAME | ERR_UNDVAR);
H A Ded.term.c620 stderror(ERR_NAME | ERR_SYSTEM, short2str(v[0]),
674 stderror(ERR_NAME | ERR_SYSTEM, d, CGETS(8, 2, "Invalid argument"));
H A Ded.init.c640 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.time.c163 stderror(ERR_SYSTEM, "setpriority", strerror(errno));

Completed in 182 milliseconds

12