| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract_vplan.py | 38 stdout=subprocess.PIPE, variable
|
| /src/external/gpl2/gettext/dist/gettext-runtime/src/ |
| gettext.c | 95 /* Ensure that write errors on stdout are detected. */ 152 /* We have to write a single strings translation to stdout. */ 180 fputs (msgid, stdout); 189 fputs (dgettext (domain, msgid), stdout); local 216 stdout); 220 fputc (' ', stdout); 227 fputc ('\n', stdout); 271 But it does not simply copy its arguments to stdout. Instead those messages\n\ 276 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
|
| ngettext.c | 91 /* Ensure that write errors on stdout are detected. */ 188 fputs (n == 1 ? msgid : msgid_plural, stdout); 196 fputs (dngettext (domain, msgid, msgid_plural, n), stdout); local 242 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| tstngettext.c | 90 /* Ensure that write errors on stdout are detected. */ 189 fputs (n == 1 ? msgid : msgid_plural, stdout); 192 fputs (dngettext (domain, msgid, msgid_plural, n), stdout); local 225 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
|
| tstgettext.c | 102 /* Ensure that write errors on stdout are detected. */ 178 /* We have to write a single strings translation to stdout. */ 206 fputs (msgid, stdout); 215 fputs (dgettext (domain, msgid), stdout); local 242 stdout); 246 fputc (' ', stdout); 253 fputc ('\n', stdout); 297 But it does not simply copy its arguments to stdout. Instead those messages\n\ 302 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
|
| /src/usr.bin/pwhash/ |
| pwhash.c | 162 (void)fputs(crypt(string, salt), stdout); local 184 case 'k': /* Stdin/Stdout Unix crypt */ 244 (void)fputc('\n', stdout); 246 /* Encrypt stdin to stdout. */ 257 (void)fflush(stdout); 260 (void)fputc('\n', stdout); 278 (void)fputc('\n', stdout);
|
| /src/usr.sbin/rdate/ |
| rdate.c | 173 (void) fputs(ctime(&tim), stdout); local 175 (void) fprintf(stdout,
|
| /src/external/bsd/libevent/dist/sample/ |
| http-connect.c | 70 fwrite(evbuffer_pullup(evbuf, len), len, 1, stdout); local
|
| /src/external/bsd/ntp/dist/sntp/libevent/sample/ |
| http-connect.c | 69 fwrite(evbuffer_pullup(evbuf, len), len, 1, stdout); local
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| putshell.c | 194 fputs(QUOT_APOS, stdout); 213 fputs(EMPTY_ARG, stdout); 228 fputc(APOSTROPHE, stdout); 237 (void)fwrite(str, (size_t)(pz - str), (size_t)1, stdout); 243 fputc(APOSTROPHE, stdout); 248 fputc(APOSTROPHE, stdout); 255 fputs(str, stdout); 256 fputc(APOSTROPHE, stdout); 295 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout); local 296 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout); [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| rcsmerge.c | 38 * (main): Report an error if -kb, so don't worry about binary stdout. 45 * -V now prints version on stdout and exits. Don't print usage twice. 244 fastcopy(workptr, stdout); 245 Ofclose(stdout); variable 266 tostdout?"; result to stdout":"");
|
| rcsclean.c | 217 aprintf(stdout, "rcs -u%s %s\n", delta->num, RCSname); 228 aprintf(stdout, "rm -f %s\n", workname); 237 Ofclose(stdout); variable
|
| /src/bin/sh/bltin/ |
| bltin.h | 55 #undef stdout macro 63 #define stdout out1 macro
|
| /src/sys/arch/macppc/stand/bootxx/ |
| bootxx.c | 300 int stdout; variable 305 OF_write(stdout, s, n); 334 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) 335 != sizeof(stdout)) 336 stdout = -1;
|
| /src/sys/arch/shark/stand/ofwboot/ |
| Locore.c | 505 static int stdout; variable 520 if (OF_getprop(chosen, "stdout", buf, sizeof(buf)) != sizeof(buf)) 522 stdout = of_decode_int(buf); 532 OF_write(stdout, &ch, 1);
|
| /src/sys/dev/ofw/ |
| ofcons.c | 62 static int stdin, stdout; variable 107 || OF_instance_to_package(stdout) == oba->oba_phandle; 233 OF_write(stdout, buf, len); 278 OF_getprop(chosen, "stdout", stdoutbuf, sizeof stdoutbuf) != 284 stdout = of_decode_int(stdoutbuf); 324 OF_write(stdout, &ch, 1);
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| e_os.h | 182 # undef stdout macro 186 # define stdout (&__iob_func()[1]) macro 190 # undef stdout macro 201 # define stdout (&_imp___iob[1]) macro
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestBuild.py | 97 LOCAL.stdout = StreamToLogger(logger, logging.INFO) 108 def stdout(message: str): function 109 LOCAL.stdout.write(message) 205 out=LOCAL.stdout, err=LOCAL.stderr, 472 stdout=build_log_file, 538 stdout=log_file, shell=True) 608 stdout=build_log_file, shell=True) 611 stdout=build_log_file, shell=True) 634 out=LOCAL.stdout, err=LOCAL.stderr, 650 stdout=build_log_file [all...] |
| /src/sys/arch/ofppc/stand/ofwboot/ |
| Locore.c | 517 static int stdout; variable 528 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) != 529 sizeof(stdout)) 548 OF_write(stdout, &ch, 1);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| e_os.h | 113 #undef stdout macro 117 #define stdout (&__iob_func()[1]) macro
|
| /src/crypto/external/bsd/openssl/dist/ |
| e_os.h | 144 # undef stdout macro 148 # define stdout (&__iob_func()[1]) macro
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-pe.c | 260 fputs (t->name, stdout); 404 fputs (ctime (&t), stdout); local
|
| size.c | 255 usage (stdout, 0); 282 fputs ("(TOTALS)\n", stdout); 353 fputs (" (core file", stdout); 530 fputs (bfd_get_filename (abfd), stdout); 526 fputs (bfd_get_filename (abfd), stdout); local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-pe.c | 260 fputs (t->name, stdout); 404 fputs (ctime (&t), stdout); local
|
| size.c | 255 usage (stdout, 0); 282 fputs ("(TOTALS)\n", stdout); 353 fputs (" (core file", stdout); 530 fputs (bfd_get_filename (abfd), stdout); 526 fputs (bfd_get_filename (abfd), stdout); local
|