/freebsd-head/bin/sh/bltin/ |
H A D | bltin.h | 51 #undef stdout macro 52 #define stdout out1 macro
|
/freebsd-head/stand/liblua/ |
H A D | lstd.h | 68 #define stdout 1 macro
|
/freebsd-head/stand/ofw/libofw/ |
H A D | ofw_console.c | 44 static ihandle_t stdout; variable 62 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); 79 OF_write(stdout, &cbuf, 1); 83 OF_write(stdout, &cbuf, 1);
|
/freebsd-head/sys/dev/vt/hw/fb/ |
H A D | vt_early_fb.c | 138 ihandle_t stdout; local 142 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); 143 node = OF_instance_to_package(stdout); 145 /* The "/chosen/stdout" present. */
|
/freebsd-head/contrib/libevent/sample/ |
H A D | http-connect.c | 34 fwrite(evbuffer_pullup(evbuf, len), len, 1, stdout); local
|
/freebsd-head/contrib/ntp/sntp/libopts/ |
H A D | putshell.c | 208 fputs(QUOT_APOS, stdout); 227 fputs(EMPTY_ARG, stdout); 242 fputc(APOSTROPHE, stdout); 251 (void)fwrite(str, (size_t)(pz - str), (size_t)1, stdout); 257 fputc(APOSTROPHE, stdout); 262 fputc(APOSTROPHE, stdout); 269 fputs(str, stdout); 270 fputc(APOSTROPHE, stdout); 309 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout); local 310 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout); [all...] |
/freebsd-head/sys/dev/ofw/ |
H A D | ofw_console.c | 112 static pcell_t stdout; variable 143 OF_write(stdout, buf, len); 178 if (OF_getencprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1) { 231 OF_write(stdout, &cbuf, 1); 235 OF_write(stdout, &cbuf, 1);
|
H A D | openfirm.c | 85 static ihandle_t stdout; variable 249 if (OF_getencprop(chosen, "stdout", &stdout, 250 sizeof(stdout)) == -1) 251 stdout = -1; 263 OF_write(stdout, &cbuf, 1); 267 OF_write(stdout, &cbuf, 1);
|
/freebsd-head/contrib/binutils/binutils/ |
H A D | size.c | 236 usage (stdout, 0); 255 fputs ("(TOTALS)\n", stdout); 294 fputs (" (core file", stdout); 465 fputs (bfd_get_filename (abfd), stdout); 461 fputs (bfd_get_filename (abfd), stdout); local
|
/freebsd-head/sys/dev/fb/ |
H A D | creator_vt.c | 76 ihandle_t stdout; local 80 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); 81 node = OF_instance_to_package(stdout); 84 * The "/chosen/stdout" does not exist try 117 OF_getprop(chosen, "stdout", &handle, sizeof(ihandle_t)); 121 * The "/chosen/stdout" does not exist try
|
H A D | machfb.c | 451 ihandle_t stdout; local 474 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1) 476 if ((output = OF_instance_to_package(stdout)) == -1) 1565 * In case this is the console set the cursor of the stdout 1570 OF_interpret("stdout @ is my-self 0 to column#", 0); 1571 OF_interpret("stdout @ is my-self #lines 1 - to line#", 0);
|
H A D | creator.c | 405 ihandle_t stdout; local 429 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1) 431 if ((output = OF_instance_to_package(stdout)) == -1) 1122 * In case this is the console set the cursor of the stdout 1127 OF_interpret("stdout @ is my-self 0 to column#", 0); 1128 OF_interpret("stdout @ is my-self #lines 1 - to line#", 0);
|
/freebsd-head/crypto/openssl/ |
H A D | 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
|
/freebsd-head/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 95 ihandle_t stdout; local 108 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == 109 sizeof(stdout)) 110 node = OF_instance_to_package(stdout); 112 if (OF_getprop(chosen, "stdout-path", buf, sizeof(buf)) > 0) 116 * The "/chosen/stdout" does not exist try 380 if (OF_getprop(chosen, "stdout", &sc->sc_handle, 384 /* Try "/chosen/stdout [all...] |
/freebsd-head/contrib/opie/ |
H A D | opielogin.c | 306 fflush(stdout); variable 1010 setvbuf(stdout, _IONBF, NULL, 0); 1013 setvbuf(stdout, NULL, _IONBF, 0); 1134 fflush(stdout); 1141 fflush(stdout); 1192 fflush(stdout);
|
/freebsd-head/sys/powerpc/pseries/ |
H A D | phyp_console.c | 196 ihandle_t stdout; local 203 /* Check if OF has an active stdin/stdout */ 205 if (OF_getencprop(chosen, "stdout", &stdout, 206 sizeof(stdout)) == sizeof(stdout) && stdout != 0) 207 input = OF_instance_to_package(stdout);
|
/freebsd-head/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 1139 (void) fputs(_nc_visbuf(string), stdout); local 1152 putc(ch, stdout); 1186 _nc_setupscreen(lines, columns, stdout, FALSE, 0); 1194 fputs("smcup:", stdout); 1201 (void) fputs("> ", stdout); 1399 (void) fputs("rmcup:", stdout);
|
/freebsd-head/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 228 ihandle_t stdout; local 250 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); 251 node = OF_instance_to_package(stdout); 254 * The "/chosen/stdout" does not exist try
|
/freebsd-head/include/ |
H A D | stdio.h | 241 #define stdout __stdoutp macro 503 #define putchar(x) putc(x, stdout) 520 #define putchar_unlocked(x) putc_unlocked(x, stdout)
|
/freebsd-head/contrib/binutils/libiberty/ |
H A D | cp-demangle.c | 94 stdout about the mangled string. This is not generally useful. 4386 filter stdin to stdout, replacing any recognized mangled C++ names 4410 print_usage (stdout, 0); 4456 fputs (s, stdout); 4463 fputs (dyn_string_buf (mangled), stdout); local
|
/freebsd-head/contrib/gcclibs/libiberty/ |
H A D | cp-demangle.c | 82 stdout about the mangled string. This is not generally useful. 4254 filter stdin to stdout, replacing any recognized mangled C++ names 4278 print_usage (stdout, 0); 4324 fputs (s, stdout); 4331 fputs (dyn_string_buf (mangled), stdout); local
|
/freebsd-head/contrib/ncurses/progs/ |
H A D | infocmp.c | 583 (void) fputs("\tuse: ", stdout); 584 print_uses(e1, stdout); 585 fputs(", ", stdout); 586 print_uses(e2, stdout); 587 fputs(".\n", stdout); 602 (void) fputs("\tuse: ", stdout); 603 print_uses(e1, stdout); 604 fputs(".\n", stdout); 964 fputs(TIC_EXPAND(buf2), stdout); local
|
/freebsd-head/contrib/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 38 #define stdout __stdoutp macro 48 #define stdout ((__sanitizer_FILE*)&__sF[1]) macro 104 extern __sanitizer_FILE *stdout, *stderr; 1770 REAL(fflush)(stdout);
|
/freebsd-head/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 2930 fflush(stdout); 2937 // to stdout is done by OutputDebugString() there already - we don't 3049 // Helpers for printing colored strings to stdout. Note that on Windows, we 3062 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); 3086 fflush(stdout); 3091 fflush(stdout); 3187 fflush(stdout); 3194 fflush(stdout); 3207 fflush(stdout); 3214 fflush(stdout); 5261 fflush(stdout); variable [all...] |