Symbol: out2str
bin/sh/exec.c
462
out2str("hash: I/O error writing to standard output\n");
bin/sh/histedit.c
142
out2str("sh: can't initialize history\n");
bin/sh/histedit.c
178
out2str("sh: can't initialize editing\n");
bin/sh/histedit.c
573
out2str("usage: inputrc file\n");
bin/sh/histedit.c
581
out2str("inputrc: failed\n");
bin/sh/histedit.c
587
out2str("sh: inputrc ignored, not editing\n");
bin/sh/histedit.c
841
out2str(s);
bin/sh/input.c
229
out2str("sh: turning off NDELAY mode\n");
bin/sh/input.c
358
out2str(parsenextc);
bin/sh/jobs.c
1868
out2str("You have stopped jobs.\n");
bin/sh/jobs.c
190
out2str("sh: Need FIOCLEX or FD_CLOEXEC to support job control");
bin/sh/jobs.c
195
out2str("sh: can't access tty; job control turned off\n");
bin/sh/jobs.c
207
out2str("sh: need new tty driver to run job control; job control turned off\n");
bin/sh/mail.c
107
out2str(pathopt ? pathopt : "you have mail");
bin/sh/mail.c
136
out2str(pp);
bin/sh/main.c
294
out2str("\n");
bin/sh/main.c
344
out2str("\nUse \"exit\" to leave shell.\n");
bin/sh/miscbltin.c
298
out2str(prompt);
bin/sh/miscbltin.c
346
out2str(getprompt(NULL));
bin/sh/miscbltin.c
543
out2str("umask: I/O error\n");
bin/sh/miscbltin.c
780
out2str("ulimit: I/O error (stdout)\n");
bin/sh/output.h
70
void out2str(const char *);
bin/sh/output.h
74
#define outxstr out2str
bin/sh/parser.c
2585
out2str(getprompt(NULL));
bin/sh/redir.c
1167
out2str("fdflags: I/O error\n");
bin/sh/trap.c
351
out2str("Usage: trap [-l]\n"
bin/sh/var.c
1740
out2str("RANDOM initialisation failed\n");