Searched refs:output (Results 151 - 175 of 660) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh29 local output="${1}"; shift
30 echo "#! ${ATF_SH} ${*}" >"${output}"
31 cat >>"${output}"
32 chmod +x "${output}"
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk9 # so we cannot actually include :Ox output.
15 # support checking probabilistic output, so we accept that the test
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h46 #include "../output.h"
48 #define FILE struct output
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh23 # temporal option causes output to be sorted
82 echo $tst: output is not sorted
102 echo $tst: incorrect number of lines output
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.h61 void output ();
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dover.cpp35 void output();
119 void over_box::output() function in class:over_box
133 num->output();
156 den->output();
H A Dtext.cpp32 void output();
45 void output();
181 void char_box::output() function in class:char_box
238 void special_char_box::output() function in class:special_char_box
296 void output();
341 void prime_box::output() function in class:prime_box
343 p->output();
344 pb->output();
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_debug.h43 svn_dbg__preamble(const char *file, long line, FILE *output);
67 will switch off the output. Calls will still be made to svn_dbg__preamble()
90 * Note that these output lines are filtered by our test suite automatically,
91 * so you don't have to worry about throwing off expected output.
/freebsd-11-stable/gnu/usr.bin/gperf/
H A DMakefile10 main.cc options.cc output.cc positions.cc search.cc version.cc \
/freebsd-11-stable/usr.bin/yacc/
H A DMakefile10 SRCS= closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c mstring.c output.c \
/freebsd-11-stable/usr.sbin/auditdistd/
H A DMakefile28 CLEANFILES=parse.c parse.h parse.output
/freebsd-11-stable/usr.sbin/jail/
H A DMakefile25 CLEANFILES= y.output
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp465 output(" ");
467 output(Tag);
488 output("{}");
528 output("{ ");
550 output("\n...\n");
565 output("[]");
589 output("[ ");
601 output(", ");
603 output("\n");
605 output(" ");
749 void Output::output(StringRef s) { function in class:Output
852 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
867 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, function in class:ScalarTraits
878 void ScalarTraits<std::string>::output(const std::string &Val, void *, function in class:ScalarTraits
889 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, function in class:ScalarTraits
906 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, function in class:ScalarTraits
922 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, function in class:ScalarTraits
938 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, function in class:ScalarTraits
952 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
968 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, function in class:ScalarTraits
983 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, function in class:ScalarTraits
998 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, function in class:ScalarTraits
1011 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
1021 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
1031 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
1046 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
1061 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
1076 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dpasswd.c54 * -table - format output as table
176 BIO_printf(bio_err, "-table format output as table\n");
358 /* transform buf into output string */
362 char *output; local
364 /* silly output permutation */
375 output = salt_out + salt_len;
376 assert(output == out_buf + strlen(out_buf));
378 *output++ = '$';
381 *output++ = cov_2char[buf_perm[i + 2] & 0x3f];
382 *output
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox-utf832 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A DMakefile.sub24 $(srcdir)/output.h \
/freebsd-11-stable/contrib/pf/libevent/
H A Devbuffer.c163 if (EVBUFFER_LENGTH(bufev->output)) {
164 res = evbuffer_write(bufev->output, fd);
188 if (EVBUFFER_LENGTH(bufev->output) != 0)
196 EVBUFFER_LENGTH(bufev->output) <= bufev->wm_write.low)
202 if (EVBUFFER_LENGTH(bufev->output) != 0)
214 * The write callback is invoked whenever the output buffer is drained.
235 if ((bufev->output = evbuffer_new()) == NULL) {
280 evbuffer_free(bufev->output);
295 res = evbuffer_add(bufev->output, data, size);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dpcbc_enc.c61 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, argument
71 out = output;
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_prompt.rb53 when :cyan, :output then 11
71 when :cyan, :output then 36
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dservices43 --title "System Configuration" --nocancel --separate-output \
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mod.c62 .output = ipsec4_output,
83 .output = ipsec6_output,
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am51 --output-file $(COVERAGE_INFO_FILE) \
55 --output-file $(COVERAGE_INFO_FILE)
60 --output-directory $(COVERAGE_REPORT_DIR) \
/freebsd-11-stable/contrib/byacc/
H A DMakefile.old21 output.o \
38 output.c \
79 output.o: defs.h
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh147 stylesheet pdf-output no-pdf-output
198 --pdf-output=name
199 Write the PDF output stream to file 'name'; if this option
200 is unspecified, standard output is used for PDF output.
202 --no-pdf-output
203 Suppress the generation of PDF output entirely; use this
247 --pdf-output)
251 --no-pdf-output)
[all...]
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c307 char output[BUFSIZ]; local
364 snprintf(output, sizeof(output), "%s/%s", curdir, rawname);
365 canon(output, name, size);
394 copynext(char *input, char *output) argument
401 bp = output;

Completed in 165 milliseconds

1234567891011>>