Searched refs:output (Results 26 - 50 of 660) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_quoprint.h40 * quoted-printable format and write the encoded data to @a output. Be
45 svn_quoprint_encode(svn_stream_t *output,
49 * quoted-printable format and write the decoded data to @a output. Be
54 svn_quoprint_decode(svn_stream_t *output,
H A Dsvn_base64.h49 * base64 format and write the encoded data to @a output. If @a break_lines
50 * is true, newlines will be inserted periodically; otherwise the output
58 svn_base64_encode2(svn_stream_t *output,
69 svn_base64_encode(svn_stream_t *output,
73 * data and write the decoded data to @a output. The stream is allocated
77 svn_base64_decode(svn_stream_t *output,
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc36 static FILE *output = NULL; variable
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); }
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); }
41 void use() { ATF_REQUIRE(fprintf(output, "Used\n") > 0); }
55 output = stderr;
67 fflush(output);
75 ATF_REQUIRE((output = fopen("test_main.txt", "w")) != NULL);
86 __cxa_thread_atexit(again, arg, &output);
H A Dcxa_thread_atexit_test.cc36 static FILE *output = NULL; variable
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); }
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); }
41 void use() { ATF_REQUIRE(fprintf(output, "Used\n") > 0); }
48 ATF_REQUIRE(fprintf(output, "DIED\n") > 0);
59 __cxa_thread_atexit(again, arg, &output);
84 output = stderr;
103 ATF_REQUIRE((output = fopen("test_before.txt", "w")) != NULL);
109 fflush(output);
124 ATF_REQUIRE((output
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc102 stringstream output; local
106 output << "Pool ";
111 output << poolName;
113 output << "Unknown";
114 output << ": ";
122 output << "Vdev " << vdev.GUID() << ": ";
126 output << "Pool " << vdev.PoolGUID() << ": ";
127 output << "Vdev " << vdev.GUID() << ": ";
131 output << m_log << endl;
132 syslog(LOG_ERR, "%s", output
[all...]
/freebsd-11-stable/release/scripts/
H A Dmtree-to-plist.awk66 output="kernel"
68 output=output"."_kernconf
71 output=output"-debug.plist"
73 output=output".plist"
76 output=pkgname".plist"
79 print "@"type"("uname","gname","mode","flags") " $1 > output
/freebsd-11-stable/usr.bin/truncate/tests/
H A Dtruncate_test.sh75 atf_check -s not-exit:0 -e file:stderr.txt truncate -7 -s0 output.txt
76 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
90 atf_check -s not-exit:0 -e file:stderr.txt truncate -s+1L output.txt
91 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
106 truncate -s8388608t output.txt
107 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
119 [ ! -e output
[all...]
/freebsd-11-stable/usr.bin/yacc/tests/
H A DMakefile92 FILEStest_yacc+= big_b.output
94 FILEStest_yacc+= big_l.output
96 FILEStest_yacc+= calc.output
100 FILEStest_yacc+= calc1.output
104 FILEStest_yacc+= calc2.output
108 FILEStest_yacc+= calc3.output
113 FILEStest_yacc+= code_calc.output
118 FILEStest_yacc+= code_error.output
122 FILEStest_yacc+= empty.output
126 FILEStest_yacc+= err_syntax1.output
[all...]
/freebsd-11-stable/bin/sh/
H A Doutput.c35 static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95";
39 __FBSDID("$FreeBSD: stable/11/bin/sh/output.c 345617 2019-03-27 22:09:35Z jilles $");
42 * Shell output routines. We use our own output routines because:
44 * any pending output.
46 * save the output of the command in a region obtained
48 * output of the command via a pipe.
62 #include "output.h"
69 #define MEM_OUT -2 /* output to dynamically allocated memory */
70 #define OUTPUT_ERR 01 /* error occurred on output */
74 struct output output = {NULL, 0, NULL, OUTBUFSIZ, 1, 0}; variable in typeref:struct:output
[all...]
/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.c45 * uuencode [input] output
67 static FILE *output; variable
125 output = fopen(outfile, "w+");
126 if (output == NULL)
127 err(1, "unable to open %s for output", outfile);
129 output = stdout;
134 if (ferror(output))
160 fprintf(output, "begin-base64 %o %s\n", mode, *av);
166 fprintf(output, "%s%s", buf2, (sequence % GROUPS) ? "" : "\n");
169 fprintf(output, "\
[all...]
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dextract_symvers37 output=$2
65 mv $tmp $output
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.stringmacro.ksh65 output=`$dfilename 'this is test' 2>/dev/null`
72 if [ "$output" != "this is test" ]; then
73 print -u2 "Expected output not returned"
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dl_symver.sh45 -o file:$(datadir)/symver-output-ref-stdout.v$tv-v$lv \
46 -e file:$(datadir)/symver-output-ref-stderr.v$tv-v$lv \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c57 svn_dbg__preamble(const char *file, long line, FILE *output) argument
59 debug_output = output;
61 if (output != NULL && !quiet_mode())
78 * prefixing each line of output with a debug header. */
82 FILE *output = debug_output; local
87 if (output == NULL || quiet_mode())
101 fputs(prefix, output);
102 fputs(s, output);
103 fputc('\n', output);
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c38 static char output[0x100]; local
53 if (length >= sizeof(output) || (int)length > params->max)
69 if (length + (end - start) >= sizeof(output) - 1) {
73 memcpy(&output[length], start, end - start);
79 output[length++] = SEPARATORS[i];
83 output[length++] = ' ';
87 output[length] = '\0';
91 return output;
/freebsd-11-stable/usr.bin/fortune/tools/
H A DDo_troff10 echo troff output in $file.tr
/freebsd-11-stable/tools/test/sort/regression/
H A DMakefile15 mkdir -p output
17 @LANG=C;${SORT} data/${f} >output/${f}
19 @${CMP} ref/${f} output/${f}
23 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
25 @${CMP} ref/${f}${opt} output/${f}${opt}
29 CLEANDIRS+= output
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbase64.c78 The encoding process represents 24-bit groups of input bits as output
86 output string.
122 output will be an integral multiple of 4 characters
125 here, the final unit of encoded output will be two
128 here, the final unit of encoded output will be three
138 u_char output[4]; local
147 output[0] = input[0] >> 2;
148 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4);
149 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6);
150 output[
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-logging.c1 /* Command-line output logging for GDB, the GNU debugger.
29 /* These hold the pushed copies of the gdb output files.
44 /* If we've pushed output files, close them and pop them. */
67 struct ui_file *output; local
76 output = gdb_fopen (logging_filename, logging_overwrite ? "w" : "a");
77 if (output == NULL)
83 output = tee_file_new (gdb_stdout, 0, output, 1);
84 if (output == NULL)
87 fprintf_unfiltered (gdb_stdout, "Copying output t
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c54 gss_buffer_desc input, output; local
79 output.length = 0;
80 output.value = NULL;
89 &output,
98 if (output.length == 0)
99 errx(1, "output.length == 0");
101 data.data = output.value;
102 data.length = output.length;
108 gss_release_buffer(&min_stat, &output);
148 &output,
181 gss_buffer_desc input, output; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh78 output=$(${TEST_SH} individualhelper.sh 2>&1)
79 [ $? -eq 0 ] || atf_fail "${output}"
113 output=$(${TEST_SH} individualhelper.sh 2>&1)
114 [ $? -eq 0 ] || atf_fail "${output}"
137 output=$(${TEST_SH} individualhelper.sh 2>&1)
138 [ $? -eq 0 ] || atf_fail "${output}"
183 output="$(cat $z | tr '\n' ' ')"
185 if [ "$output" != "SIGHUP 129 3 127 " ]; then
186 atf_fail "${output} != 'SIGHUP 129 3 127 '"
/freebsd-11-stable/usr.sbin/periodic/
H A Dperiodic.sh19 # Where's our output going ?
20 eval output=\$${1##*/}_output
21 case "$output" in
22 /*) pipe="cat >>$output";;
24 *) pipe="mail -E -s '$host ${2}${2:+ }${1##*/} run output' $output";;
127 output=TRUE
133 0) [ $success = NO ] && output=FALSE;;
134 1) [ $info = NO ] && output=FALSE;;
135 2) [ $badconfig = NO ] && output
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dmkmap-symver.awk64 # version to be dropped from the output (unless a later version overrides).
99 output(l);
102 function output(lib) { function
107 output(inherit[lib]);
/freebsd-11-stable/share/examples/tests/tests/atf/
H A Dprintf_test.c97 "truncation of the output string from snprintf when it does not "
130 FILE *output = fopen("test.txt", "w"); local
131 ATF_REQUIRE(fprintf(output, "%s", contents) > 0);
132 fclose(output);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dmark.cpp28 void output();
49 void mark_box::output() function in class:mark_box
51 p->output();
77 void output();
99 void lineup_box::output() function in class:lineup_box
101 p->output();

Completed in 309 milliseconds

1234567891011>>