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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/bin/tools/
H A Darpaname.c37 fprintf(stdout, "%X.%X.", buf[i] & 0xf,
39 fprintf(stdout, "IP6.ARPA\n");
44 fprintf(stdout, "%u.%u.%u.%u.IN-ADDR.ARPA\n",
51 fflush(stdout);
52 return(ferror(stdout));
/freebsd-9.3-release/contrib/cvs/src/
H A Dversion.c61 (void) fputs ("Client: ", stdout);
66 (void) fputs (PACKAGE_STRING, stdout);
67 (void) fputs (config_string, stdout);
72 (void) fputs ("Server: ", stdout);
79 fputs ("(unknown)\n", stdout);
/freebsd-9.3-release/tools/regression/bin/sh/
H A Dregress.sh14 ${SH} $1 > tmp.stdout 2> tmp.stderr
17 rm tmp.stdout tmp.stderr
20 for i in stdout stderr; do
24 rm tmp.stdout tmp.stderr
29 rm tmp.stdout tmp.stderr
34 rm tmp.stdout tmp.stderr
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dcloseout.c49 If a program writes *anything* to stdout, that program should `fflush'
50 stdout and make sure that it succeeds before exiting. Otherwise,
52 of every function that does an explicit write to stdout. The last
54 the fclose(stdout) could still fail (due e.g., to a disk full error)
64 that writes to stdout -- just let the internal stream state record
74 int e = ferror (stdout) ? 0 : -1;
78 if (e && __fpending (stdout) == 0)
81 if (fclose (stdout) != 0)
/freebsd-9.3-release/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-9.3-release/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...]
H A Dprint-ah.c64 fputs("[truncated]", stdout);
65 fputs("): ", stdout);
69 fputs("[|AH]", stdout);
/freebsd-9.3-release/lib/libc/stdio/
H A Dputs.c48 * Write the given string to stdout, appending a newline.
66 FLOCKFILE(stdout);
67 ORIENT(stdout, -1);
68 retval = __sfvwrite(stdout, &uio) ? EOF : '\n';
69 FUNLOCKFILE(stdout);
H A Dvprintf.c50 return (vfprintf(stdout, fmt, ap));
55 return (vfprintf_l(stdout, locale, fmt, ap));
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/crypto/openssl/crypto/lhash/
H A Dlh_test.c84 lh_node_stats(conf, stdout);
85 lh_stats(conf, stdout);
86 lh_node_usage_stats(conf, stdout);

Completed in 181 milliseconds

1234567891011>>