Searched refs:stdout (Results 1 - 25 of 1240) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dhtmlhint.cpp49 put_string(HTML_IMAGE_INLINE_BEGIN, stdout);
58 put_string(HTML_IMAGE_INLINE_END, stdout);
/freebsd-10-stable/contrib/dialog/samples/
H A Dcalendar-stdout2 # $Id: calendar-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $
6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar2-stdout2 # $Id: calendar2-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $
6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
H A Dtimebox-stdout2 # $Id: timebox-stdout,v 1.5 2010/01/13 10:37:19 tom Exp $
6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
H A Dtimebox2-stdout2 # $Id: timebox2-stdout,v 1.5 2010/01/13 10:37:55 tom Exp $
6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
H A Dcalendar3-stdout2 # $Id: calendar3-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $
6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dfselect-stdout2 # $Id: fselect-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $
6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 14 48`
H A Dfselect2-stdout2 # $Id: fselect2-stdout,v 1.6 2010/01/13 10:20:03 tom Exp $
6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 0 0`
/freebsd-10-stable/contrib/gcc/
H A Dgenconstants.c66 traverse_md_constants (print_md_constant, stdout);
70 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenconditions.c121 fputs (" { \"", stdout);
126 case '\n': fputs ("\\n\\", stdout); break;
134 fputs ("\",\n __builtin_constant_p ", stdout);
136 fputs ("\n ? (int) ", stdout);
138 fputs ("\n : -1 },\n", stdout);
203 " fflush (stdout);\n"
204 "return ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE;\n"
255 fflush (stdout);
256 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-otv.c66 fputs("flags [", stdout);
68 fputs("I", stdout);
70 fputs(".", stdout);
71 fputs("] ", stdout);
H A Dprint-vxlan.c62 fputs("flags [", stdout);
64 fputs("I", stdout);
66 fputs(".", stdout);
67 fputs("] ", stdout);
H A Dprint-timed.c55 fputs("[|timed]", stdout);
64 fputs(" [|timed]", stdout);
70 fputs(" [|timed]", stdout);
77 fputs(" [|timed]", stdout);
86 fputs(" [|timed]", stdout);
94 fputs(" time ", stdout);
98 fputc('-', stdout);
106 fputs(" [|timed]", stdout);
108 fputs(" name ", stdout);
109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dproc-api.c240 fprintf (procfs_file ? procfs_file : stdout,
245 fprintf (procfs_file ? procfs_file : stdout,
257 fprintf (procfs_file ? procfs_file : stdout,
268 fprintf (procfs_file ? procfs_file : stdout,
270 proc_prettyfprint_signalset (procfs_file ? procfs_file : stdout,
274 fprintf (procfs_file ? procfs_file : stdout,
277 proc_prettyfprint_faultset (procfs_file ? procfs_file : stdout,
281 fprintf (procfs_file ? procfs_file : stdout,
284 proc_prettyfprint_syscalls (procfs_file ? procfs_file : stdout,
288 fprintf (procfs_file ? procfs_file : stdout,
[all...]
/freebsd-10-stable/contrib/texinfo/lib/
H A Dxexit.c1 /* xexit.c -- exit with attention to return values and closing stdout.
44 /* Flush stdout first, exit if failure (therefore, xexit should be
52 if (ferror (stdout))
54 fputs (_("ferror on stdout\n"), stderr);
57 else if (fflush (stdout) != 0)
59 fputs (_("fflush error on stdout\n"), stderr);
69 /* Why do we care about stdout you may ask? Here's why, from Jim
72 /* If a program writes *anything* to stdout, that program should close
73 stdout and make sure that the close succeeds. Otherwise, suppose that
75 that does an explicit write to stdout
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Dvprintf.c50 return (vfprintf(stdout, fmt, ap));
55 return (vfprintf_l(stdout, locale, fmt, ap));
H A Dputchar.c55 FILE *so = stdout;
69 return (__sputc(ch, stdout));
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dbcm911360_entphn.dts46 stdout-path = &uart3;
H A Dbcm911360k.dts46 stdout-path = &uart3;
H A Dbcm958300k.dts46 stdout-path = &uart3;
H A Dimx6q-phytec-pbab01.dts21 stdout-path = &uart4;
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_console.c44 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-10-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile19 FILES+= expected.stdout.1
20 FILES+= expected.stdout.2
21 FILES+= expected.stdout.3
22 FILES+= expected.stdout.4
23 FILES+= expected.stdout.5
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c51 fprintf(stdout, "Status: %s [%#02x]\n",
58 fprintf(stdout, "HCI version: %s [%#02x]\n",
60 fprintf(stdout, "HCI revision: %#04x\n",
62 fprintf(stdout, "LMP version: %s [%#02x]\n",
64 fprintf(stdout, "LMP sub-version: %#04x\n",
66 fprintf(stdout, "Manufacturer: %s [%#04x]\n",
87 fprintf(stdout, "Status: %s [%#02x]\n",
92 fprintf(stdout, "Features: ");
94 fprintf(stdout, "%#02x ", rp.features[n]);
95 fprintf(stdout, "\
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile23 FILES+= expected.stdout.1
24 FILES+= expected.stdout.2
25 FILES+= expected.stdout.3
26 FILES+= expected.stdout.4
27 FILES+= expected.stdout.5
28 FILES+= expected.stdout.6
29 FILES+= expected.stdout.7

Completed in 166 milliseconds

1234567891011>>