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

1234567891011>>

/freebsd-current/contrib/dialog/samples/
H A Dtimebox-stdout2 # $Id: timebox-stdout,v 1.7 2020/11/26 00:09:31 tom Exp $
6 returntext=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
H A Dtimebox2-stdout2 # $Id: timebox2-stdout,v 1.7 2020/11/26 00:09:31 tom Exp $
6 returntext=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
H A Dcalendar-stdout2 # $Id: calendar-stdout,v 1.8 2020/11/26 00:09:12 tom Exp $
6 returntext=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar2-stdout2 # $Id: calendar2-stdout,v 1.8 2020/11/26 00:09:12 tom Exp $
6 returntext=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
H A Dfselect2-stdout2 # $Id: fselect2-stdout,v 1.9 2020/11/26 00:09:12 tom Exp $
6 returntext=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect "$HOME/" 0 0`
H A Dfselect-stdout2 # $Id: fselect-stdout,v 1.9 2020/11/26 00:09:12 tom Exp $
6 returntext=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect "$HOME/" 14 48`
H A Dcalendar3-stdout2 # $Id: calendar3-stdout,v 1.8 2020/11/26 00:09:12 tom Exp $
6 returntext=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
/freebsd-current/contrib/kyua/integration/
H A Dcmd_help_test.sh32 atf_check -s exit:0 -o save:stdout -e empty kyua help
33 grep -E 'kyua .*[0-9]+\.[0-9]+' stdout || atf_fail 'No version reported'
34 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed'
35 grep -- '--loglevel' stdout || atf_fail 'Generic options not printed'
36 if grep -- '--show' stdout; then
39 grep 'about *Shows detailed' stdout || atf_fail 'Commands not printed'
45 atf_check -s exit:0 -o save:stdout -e empty kyua help test
46 grep -E 'kyua .*[0-9]+\.[0-9]+' stdout || atf_fail 'No version reported'
47 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed'
48 grep '^Run tests' stdout || atf_fai
[all...]
/freebsd-current/usr.bin/indent/tests/
H A DMakefile5 ${PACKAGE}FILES+= binary.0.stdout
7 ${PACKAGE}FILES+= comments.0.stdout
9 ${PACKAGE}FILES+= declarations.0.stdout
11 ${PACKAGE}FILES+= elsecomment.0.stdout
14 ${PACKAGE}FILES+= f_decls.0.stdout
16 ${PACKAGE}FILES+= float.0.stdout
18 ${PACKAGE}FILES+= label.0.stdout
21 ${PACKAGE}FILES+= list_head.0.stdout
23 ${PACKAGE}FILES+= ncs.0.stdout
26 ${PACKAGE}FILES+= offsetof.0.stdout
[all...]
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c53 fprintf(stdout, "Status: %s [%#02x]\n",
60 fprintf(stdout, "HCI version: %s [%#02x]\n",
62 fprintf(stdout, "HCI revision: %#04x\n",
64 fprintf(stdout, "LMP version: %s [%#02x]\n",
66 fprintf(stdout, "LMP sub-version: %#04x\n",
68 fprintf(stdout, "Manufacturer: %s [%#04x]\n",
89 fprintf(stdout, "Status: %s [%#02x]\n",
94 fprintf(stdout, "Supported commands:");
97 fprintf(stdout, "\n");
98 fprintf(stdout, "
[all...]
/freebsd-current/lib/libc/stdio/
H A Dvwprintf.c42 return (vfwprintf(stdout, fmt, ap));
47 return (vfwprintf_l(stdout, locale, fmt, ap));
H A Dvprintf.c46 return (vfprintf(stdout, fmt, ap));
51 return (vfprintf_l(stdout, locale, fmt, ap));
H A Dputchar.c51 FILE *so = stdout;
65 return (__sputc(ch, stdout));
H A Dputs.c44 * Write the given string to stdout, appending a newline.
61 FLOCKFILE_CANCELSAFE(stdout);
62 ORIENT(stdout, -1);
63 retval = __sfvwrite(stdout, &uio) ? EOF : '\n';
/freebsd-current/usr.bin/bmake/tests/syntax/enl/
H A DMakefile19 ${PACKAGE}FILES+= expected.stdout.1
20 ${PACKAGE}FILES+= expected.stdout.2
21 ${PACKAGE}FILES+= expected.stdout.3
22 ${PACKAGE}FILES+= expected.stdout.4
23 ${PACKAGE}FILES+= expected.stdout.5
/freebsd-current/stand/libofw/
H A Dofw_console.c41 static ihandle_t stdout; variable
58 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout));
75 OF_write(stdout, &cbuf, 1);
79 OF_write(stdout, &cbuf, 1);
/freebsd-current/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c191 fprintf(stdout, "\nNumber of bits: %d\n\n", bits);
193 fprintf(stdout, " n = 0x");
194 BN_print_fp(stdout, n);
195 fprintf(stdout, "\n");
197 fprintf(stdout, " e = 0x");
198 BN_print_fp(stdout, e);
199 fprintf(stdout, "\n\n");
201 fprintf(stdout, "Private values:\n");
202 fprintf(stdout, " d = 0x");
203 BN_print_fp(stdout,
[all...]
/freebsd-current/contrib/ldns/drill/
H A Dsecuretrace.c74 ldns_pkt_print(stdout, p);
227 ldns_rr_list_print(stdout, global_dns_root);
268 ldns_pkt_print(stdout, local_p);
328 ldns_rr_list_print(stdout, nsec_rrs);
330 ldns_rr_list_print(stdout, nsec_rr_sigs);
332 ldns_rr_list_print(stdout, correct_key_list);
337 fprintf(stdout, "%s ", TRUST);
338 fprintf(stdout, "Existence denied: ");
339 ldns_rdf_print(stdout, labels[i]);
346 */ fprintf(stdout, " N
[all...]
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile23 ${PACKAGE}FILES+= expected.stdout.1
24 ${PACKAGE}FILES+= expected.stdout.2
25 ${PACKAGE}FILES+= expected.stdout.3
26 ${PACKAGE}FILES+= expected.stdout.4
27 ${PACKAGE}FILES+= expected.stdout.5
28 ${PACKAGE}FILES+= expected.stdout.6
29 ${PACKAGE}FILES+= expected.stdout.7
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile23 ${PACKAGE}FILES+= expected.stdout.1
24 ${PACKAGE}FILES+= expected.stdout.2
25 ${PACKAGE}FILES+= expected.stdout.3
26 ${PACKAGE}FILES+= expected.stdout.4
27 ${PACKAGE}FILES+= expected.stdout.5
28 ${PACKAGE}FILES+= expected.stdout.6
29 ${PACKAGE}FILES+= expected.stdout.7
/freebsd-current/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile22 ${PACKAGE}FILES+= expected.stdout.1
23 ${PACKAGE}FILES+= expected.stdout.2
24 ${PACKAGE}FILES+= expected.stdout.3
25 ${PACKAGE}FILES+= expected.stdout.4
26 ${PACKAGE}FILES+= expected.stdout.5
27 ${PACKAGE}FILES+= expected.stdout.6
28 ${PACKAGE}FILES+= expected.stdout.7
/freebsd-current/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile15 ${PACKAGE}FILES+= expected.stdout.1
16 ${PACKAGE}FILES+= expected.stdout.2
17 ${PACKAGE}FILES+= expected.stdout.3
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c81 * core when attempting to write to stdout. Opening /dev/tty
84 if (NC_ISATTY(fileno(stdout))) {
87 fclose(stdout);
89 stdout = fdopen(STDOUT_FILENO, "w");
93 if (newterm(name, stdout, stdin) == 0) {
/freebsd-current/tools/test/stress2/misc/
H A Dptrace2.sh66 fflush(stdout);
70 fflush(stdout);
74 fflush(stdout);
78 fflush(stdout);
117 fflush(stdout);
121 fflush(stdout);
125 fflush(stdout);
129 fflush(stdout);
/freebsd-current/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_dbg.h37 #define ath3k_info(...) if (ath3k_do_info) fprintf(stdout, __VA_ARGS__)

Completed in 248 milliseconds

1234567891011>>