Searched refs:output (Results 201 - 225 of 934) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h30 void output() const { outputRaw(String.data()); } function in class:scudo::ScopedString
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dhyperv_var.h46 uint64_t input, uint64_t output);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h263 virtual void output(OutputBuffer &OB, OutputFlags Flags) const = 0;
303 void output(OutputBuffer &OB, OutputFlags Flags) const override {
365 void output(OutputBuffer &OB, OutputFlags Flags) const override;
374 void output(OutputBuffer &OB, OutputFlags Flags) const override;
384 void output(OutputBuffer &OB, OutputFlags Flags) const override;
394 void output(OutputBuffer &OB, OutputFlags Flags) const override;
403 void output(OutputBuffer &OB, OutputFlags Flags) const override;
412 void output(OutputBuffer &OB, OutputFlags Flags) const override;
422 void output(OutputBuffer &OB, OutputFlags Flags) const override;
434 void output(OutputBuffe
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c99 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
103 struct vector_str *cur_output; /* ptr to current output vec */
554 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
617 if (!vector_str_push_vector_head(&ddata.output,
620 ddata.cur_output = &ddata.output;
632 if (ddata.output.size == 0)
634 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
636 if (ddata.mem_vat && !VEC_PUSH_STR(&ddata.output, " volatile"))
638 if (ddata.mem_cst && !VEC_PUSH_STR(&ddata.output, " cons
1556 struct vector_str *output; local
2076 struct vector_str *output, v; local
2142 struct vector_str *output; local
2173 struct vector_str *output, v; local
2613 struct vector_str *output, v; local
2676 struct vector_str *output; local
2839 struct vector_str *output, sv; local
3358 struct vector_str *output; local
[all...]
/freebsd-current/contrib/mtree/
H A Dcreate.c94 static void output(FILE *, int, int *, const char *, ...)
203 output(fp, indent, &offset, "type=%s",
208 output(fp, indent, &offset, "uname=%s", name);
210 output(fp, indent, &offset, "uid=%u",
216 output(fp, indent, &offset, "gname=%s", name);
218 output(fp, indent, &offset, "gid=%u",
222 output(fp, indent, &offset, "mode=%#o",
226 output(fp, indent, &offset, "device=%#jx",
229 output(fp, indent, &offset, "nlink=%ju",
233 output(f
465 output(FILE *fp, int indent, int *offset, const char *fmt, ...) function
[all...]
/freebsd-current/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c85 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
89 struct vector_str *cur_output; /* ptr to current output vec */
283 if (!vector_str_push_vector_head(&ddata.output,
286 ddata.cur_output = &ddata.output;
298 if (ddata.output.size == 0)
300 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
302 if (ddata.mem_vat && !VEC_PUSH_STR(&ddata.output, " volatile"))
304 if (ddata.mem_cst && !VEC_PUSH_STR(&ddata.output, " const"))
306 if (ddata.mem_rst && !VEC_PUSH_STR(&ddata.output, " restric
1222 struct vector_str *output; local
1742 struct vector_str *output, v; local
1808 struct vector_str *output; local
1839 struct vector_str *output, v; local
2279 struct vector_str *output, v; local
2342 struct vector_str *output; local
2505 struct vector_str *output, sv; local
3024 struct vector_str *output; local
[all...]
/freebsd-current/contrib/kyua/engine/
H A Dtap_parser.cpp76 /// output variable should be given to all calls to this function so
183 /// Parses an input file containing TAP output.
235 /// Constructs a TAP summary with the results of parsing a TAP output.
390 /// \param output The stream into which to inject the object.
393 /// \return The output stream.
395 engine::operator<<(std::ostream& output, const tap_summary& summary) argument
397 output << "tap_summary{";
399 output << "bailed_out=true";
402 output << "bailed_out=false"
405 output << ", all_skipped_reaso
[all...]
/freebsd-current/contrib/kyua/model/
H A Dtest_result.cpp118 /// \param output The stream into which to inject the object.
121 /// \return The output stream.
123 model::operator<<(std::ostream& output, const test_result& object) argument
135 output << F("model::test_result{type=%s}")
138 output << F("model::test_result{type=%s, reason=%s}")
141 return output;
/freebsd-current/contrib/bearssl/conf/
H A DUnix32.mk2 # GCC, targeting a 32-bit output. Moreover, it enables the "LOMUL" setting
/freebsd-current/crypto/openssh/
H A Dumac.h110 u_char output[]);
115 u_char output[]);
/freebsd-current/contrib/bc/gen/
H A Dstrgen.sh46 printf 'usage: %s input output exclude name [label [define [remove_tabs]]]\n' "$progname"
59 output="$2"
78 exec > "$output"
/freebsd-current/crypto/openssl/crypto/des/
H A Dcbc_cksm.c18 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, argument
25 unsigned char *out = &(*output)[0];
H A Dqud_cksm.c34 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
45 lp = (DES_LONG *)&(output[0])[0];
/freebsd-current/contrib/googletest/ci/
H A Dmacos-presubmit.sh50 time ctest -j$(nproc) --output-on-failure
/freebsd-current/share/mk/
H A Dlocal.meta.sys.env.mk9 # silent will hide command output if a .meta file is created.
/freebsd-current/usr.bin/find/tests/
H A Dfind_test.sh46 atf_check -s exit:0 -o save:output find test -newer test/link
47 atf_check -s exit:0 -o file:expout sort < output
/freebsd-current/tools/tools/mctest/
H A Dmctest_run.sh64 output=$host\_$interface\_$size\_$number\.$now
65 $remote $host $command -r -M $# -b $base -g $group -m $current -n $number -s $size -i $foreign_interface > $output &
/freebsd-current/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable;
193 fp = output ? fopen(output, "wb") : stdout;
264 out = output ? fopen(output, "wb") : stdout;
270 if (ret && output)
271 unlink(output); /* dump failure */
298 output = strdup(optarg);
/freebsd-current/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp35 static cl::opt<std::string> output(cl::Positional, cl::desc("directory"),
120 sys::path::append(partPath, output, keyValue.first);
156 if (output.empty())
157 fatal("", "output directory is not specified");
163 // Delete output if it is a file or an empty directory, so that we can create
166 if (std::error_code ec = sys::fs::status(output, status))
168 fatal(output, ec.message());
172 fatal(output, "output cannot be a special file");
173 if (std::error_code ec = sys::fs::remove(output, /*IgnoreNonExistin
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; local
80 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
86 output = STDERR_FILENO;
129 (void)write(output, prompt, strlen(prompt));
148 (void)write(output, "\n", 1);
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c63 int input, output, save_errno, i, need_restart; local
84 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
90 output = STDERR_FILENO;
133 (void)write(output, prompt, strlen(prompt));
152 (void)write(output, "\n", 1);
/freebsd-current/sys/dev/ofw/
H A Dofw_console.c85 char output[32]; local
98 OF_getprop(options, "output-device", output,
99 sizeof(output)) == -1)
101 if (strlen(output) > 0)
102 tty_makealias(tp, "%s", output);
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c85 gss_buffer_desc input, output; local
96 &output,
101 memmove(buf, output.value, output.length);
102 ret_len = output.length;
103 gss_release_buffer(&min_stat, &output);
118 gss_buffer_desc input, output; local
130 &output);
131 *to = output.value;
132 return output
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c85 gss_buffer_desc input, output; local
96 &output,
101 memmove(buf, output.value, output.length);
102 ret_len = output.length;
103 gss_release_buffer(&min_stat, &output);
118 gss_buffer_desc input, output; local
130 &output);
131 *to = output.value;
132 return output
[all...]
/freebsd-current/sys/powerpc/ofw/
H A Dofw_machdep.c170 parse_ofw_memory(phandle_t node, const char *prop, struct mem_region *output) argument
201 output[j].mr_start = OFmem[i++];
203 output[j].mr_start <<= 32;
204 output[j].mr_start += OFmem[i++];
207 output[j].mr_size = OFmem[i++];
209 output[j].mr_size <<= 32;
210 output[j].mr_size += OFmem[i++];
213 if (output[j].mr_start > BUS_SPACE_MAXADDR)
221 if (((uint64_t)output[j].mr_start +
222 (uint64_t)output[
235 parse_numa_ofw_memory(phandle_t node, const char *prop, struct numa_mem_region *output) argument
[all...]

Completed in 491 milliseconds

1234567891011>>