Searched refs:input (Results 76 - 100 of 710) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/demos/digest/
H A DEVP_MD_stdin.c19 * use xxd convert the hex message string to binary input for EVP_MD_stdin:
34 int demonstrate_digest(BIO *input) argument
96 while ((ii = BIO_read(input, buffer, sizeof(buffer))) > 0) {
127 BIO *input = BIO_new_fd( fileno(stdin), 1 ); local
129 if (input != NULL) {
130 result = demonstrate_digest(input);
131 BIO_free(input);
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h59 static StringRef input(StringRef, void *, FlowStringRef &);
69 static StringRef input(StringRef, void *, MachO::PlatformSet &);
79 static StringRef input(StringRef, void *, MachO::Architecture &);
85 static StringRef input(StringRef, void *, MachO::PackedVersion &);
91 static StringRef input(StringRef, void *, SwiftVersion &);
99 static StringRef input(StringRef, void *, UUID &);
/freebsd-current/contrib/kyua/utils/
H A Dstream_test.cpp90 std::istringstream input("");
91 ATF_REQUIRE_EQ(0, utils::stream_length(input));
99 std::istringstream input(contents);
102 static_cast< std::string::size_type >(utils::stream_length(input)));
110 atf::utils::create_file("input.txt", contents);
111 ATF_REQUIRE_EQ(contents, utils::read_file(fs::path("input.txt")));
127 std::istringstream input("");
128 ATF_REQUIRE_EQ("", utils::read_stream(input));
138 std::istringstream input(contents);
139 ATF_REQUIRE_EQ(contents, utils::read_stream(input));
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dgauge0-input-fd2 # $Id: gauge0-input-fd,v 1.5 2010/01/13 10:20:03 tom Exp $
3 # modified "gauge0" script to use "--input-fd" option.
25 $DIALOG --title "GAUGE" --input-fd 3 "$@" --gauge "Hi, this is a gauge widget" 0 0 0
H A Dchecklist1217 $CUT >$input <<-EOF
26 sed -e 's/^/"/' -e 's/:/" "/g' -e 's/$/"/' <$input >$output
27 cat $output >$input
39 --file $input 2> $output
H A Deditbox29 cat << EOF > $input
35 Try to input some text below:
42 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Deditbox11 cat << EOF > $input
37 Try to input some text below:
42 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Deditbox411 cat << EOF > $input
37 Try to input some text below:
42 --fixed-font "$@" --editbox $input 20 40 2>$output
/freebsd-current/contrib/openbsm/config/
H A Dylwrap47 INPUT is the input file
79 # The input.
80 input="$1"
83 input_sub_rx=`get_dirname "$input" | quote_for_sed`
84 case "$input" in
90 input="`pwd`/$input"
126 0) "$prog" "$input" ;;
127 *) "$prog" "$@" "$input" ;;
143 input_rx=`get_dirname "$input" | quote_for_se
[all...]
/freebsd-current/contrib/one-true-awk/testdir/
H A Dt.8.y3 # this should print nothing for an empty input line
/freebsd-current/crypto/openssl/crypto/des/
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, argument
24 const unsigned char *in = &(*input)[0];
/freebsd-current/sys/sys/
H A Dpidctrl.h65 int pc_input; /* Last input. */
103 int pidctrl_classic(struct pidctrl *pc, int input);
108 * positive pressure on the process variable or input. They can only
119 int pidctrl_daemon(struct pidctrl *pc, int input);
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dhyperv_var.h39 uint64_t hypercall_do_md(uint64_t input, uint64_t in_addr,
46 uint64_t input, uint64_t output);
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h340 ZSTD_outBuffer* output, ZSTD_inBuffer* input)
349 (void)legacyContext; (void)output; (void)input;
355 const void* src = (const char*)input->src + input->pos;
356 size_t readSize = input->size - input->pos;
361 input->pos += readSize;
369 const void* src = (const char*)input->src + input->pos;
370 size_t readSize = input
339 ZSTD_decompressLegacyStream(void* legacyContext, U32 version, ZSTD_outBuffer* output, ZSTD_inBuffer* input) argument
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates_test.cpp47 /// Applies a set of templates to an input string and validates the output.
53 /// \param input_str The input document to which to apply the templates.
59 std::istringstream input(input_str);
62 text::instantiate(templates, input, output);
67 /// Applies a set of templates to an input string and checks for an error.
73 /// \param input_str The input document to which to apply the templates.
79 std::istringstream input(input_str);
83 text::instantiate(templates, input, output));
366 const std::string input = local
386 do_test_ok(templates, input, exp_outpu
393 const std::string input = local
406 const std::string input = local
431 const std::string input = local
444 const std::string input = local
476 const std::string input = local
489 const std::string input = local
503 const std::string input = local
519 const std::string input = local
548 const std::string input = local
574 const std::string input = local
617 const std::string input = local
657 const std::string input = local
681 const std::string input = local
709 const std::string input = local
747 const std::string input = local
782 const std::string input = local
831 const std::string input = local
865 const std::string input = local
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c85 gss_buffer_desc input, output; local
91 input.length = len;
92 input.value = buf;
95 &input,
118 gss_buffer_desc input, output; local
122 input.length = length;
123 input.value = from;
128 &input,
331 gss_buffer_desc input, output_token; local
345 input
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c85 gss_buffer_desc input, output; local
91 input.length = len;
92 input.value = buf;
95 &input,
118 gss_buffer_desc input, output; local
122 input.length = length;
123 input.value = from;
128 &input,
331 gss_buffer_desc input, output_token; local
345 input
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_lsock.h42 struct port_input input; member in struct:lsock_peer
H A Dtrans_udp.h39 struct port_input input; /* common input stuff */ member in struct:udp_port
/freebsd-current/contrib/netbsd-tests/lib/libc/inet/
H A Dt_inet_network.c41 #define H_REQUIRE(input, expected) \
42 ATF_REQUIRE_EQ_MSG(inet_network(input), (in_addr_t) expected, \
43 "inet_network(%s) returned: 0x%08X, expected: %s", #input, \
44 inet_network(input), #expected)
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c23 double input; member in struct:__anon5236
80 received = lrint(values[i].input);
84 "input: %f (index %d): got %ld, expected %ld\n",
85 values[i].input, i, received, values[i].expected);
109 received = nearbyint(values[i].input);
113 "input: %f (index %d): got %f, expected %ld\n",
114 values[i].input, i, received, values[i].expected);
126 double input; member in struct:__anon5237
146 received = nextafter(values2[i].input, values2[i].toward);
147 if (values2[i].input < values
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c54 gss_buffer_desc input, output; local
76 input.value = data.data;
77 input.length = data.length;
85 &input,
138 input.length = data.length;
139 input.value = data.data;
144 &input,
152 free(input.value);
181 gss_buffer_desc input, output; local
202 input
[all...]
/freebsd-current/contrib/nvi/common/
H A Dseq.h13 * The map structure is singly linked list, sorted by input string and by
14 * input length within the string. (The latter is necessary so that short
21 * Only the input field is required.
32 CHAR_T *input; /* Sequence input keys. */ member in struct:_seq
/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c29 /* This loop assumes that the input file is one or more concatenated zstd
33 * and doesn't consume input after the frame.
41 ZSTD_inBuffer input = { buffIn, read, 0 }; local
45 * decompress just check if input.pos < input.size.
47 while (input.pos < input.size) {
56 size_t const ret = ZSTD_decompressStream(dctx, &output , &input);
64 fprintf(stderr, "input is empty\n");
71 * error, and the input wa
[all...]
/freebsd-current/sys/modules/usb/atp/
H A DMakefile4 .PATH: $S/dev/usb/input

Completed in 165 milliseconds

1234567891011>>