Searched refs:input (Results 251 - 275 of 710) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/kyua/utils/text/
H A Dtable.cpp53 /// \return A vector with the widths of the columns of the input table with any
136 /// Pads an input text to a specified width with spaces.
138 /// \param input The text to add padding to (may be empty).
145 /// \return The padded cell. If the input string is longer than the desired
146 /// length, the input string is returned verbatim. The padded table won't be
149 pad_cell(const std::string& input, const std::size_t length, const bool is_last)
152 return input;
154 if (input.length() < length)
155 return input + std::string(length - input
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent.c127 if (evbuffer_get_length(bev->input) < bev->wm_read.high)
133 /* Callback to implement watermarks on the input buffer. Only enabled
316 if (!bufev->input) {
317 if ((bufev->input = evbuffer_new()) == NULL)
371 evbuffer_set_parent_(bufev->input, bufev);
377 if (bufev->input) {
378 evbuffer_free(bufev->input);
379 bufev->input = NULL;
426 return bufev->input;
472 return (evbuffer_remove(bufev->input, dat
[all...]
/freebsd-current/contrib/libevent/
H A Dbufferevent.c127 if (evbuffer_get_length(bev->input) < bev->wm_read.high)
133 /* Callback to implement watermarks on the input buffer. Only enabled
316 if (!bufev->input) {
317 if ((bufev->input = evbuffer_new()) == NULL)
371 evbuffer_set_parent_(bufev->input, bufev);
377 if (bufev->input) {
378 evbuffer_free(bufev->input);
379 bufev->input = NULL;
426 return bufev->input;
472 return (evbuffer_remove(bufev->input, dat
[all...]
/freebsd-current/lib/libmd/
H A Dmd5c.c56 * Encodes input (u_int32_t) into output (unsigned char). Assumes len is
61 Encode (unsigned char *output, u_int32_t *input, unsigned int len) argument
67 op[i] = htole32(input[i]);
71 * Decodes input (unsigned char) into output (u_int32_t). Assumes len is
76 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) argument
79 const u_int32_t *ip = (const u_int32_t *)input;
151 const unsigned char *input = in; local
166 memcpy((void *)&context->buffer[idx], (const void *)input,
171 MD5Transform (context->state, &input[i]);
178 /* Buffer remaining input */
[all...]
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_zstd.c64 guz_zstd_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *input, argument
71 rc = ZSTD_decompressDCtx(sc->guz_dctx, outputbuf, sc->guz_blksz, input,
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp40 StringRef ScalarTraits<GlobalHash>::input(StringRef Scalar, void *Ctx, function in class:llvm::yaml::ScalarTraits
42 return ScalarTraits<BinaryRef>::input(Scalar, Ctx, GH.Hash);
H A DYAML.cpp27 StringRef yaml::ScalarTraits<yaml::BinaryRef>::input(StringRef Scalar, void *, function in class:yaml::ScalarTraits
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp31 llvm::StringRef input,
37 input.split(parts, '%');
30 SubstituteVariables( llvm::StringRef input, const llvm::SmallVectorImpl<llvm::StringRef> &replacements) argument
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.lex68 FILE *input;
94 input = fopen(filename, "r");
95 if(!input) {
113 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_wmi.c383 ACPI_OBJECT_LIST input; local
405 input.Pointer = params;
406 input.Count = 2;
413 input.Count = 3;
418 &input, out);
496 ACPI_OBJECT_LIST input; local
509 input.Pointer = params;
510 input.Count = 1;
515 &input, out);
607 ACPI_OBJECT_LIST input; local
787 ACPI_OBJECT_LIST input; local
[all...]
/freebsd-current/contrib/bsddialog/lib/
H A Dbarbox.c123 FILE *input; local
135 input = NULL;
141 if ((input = fdopen(fd2, "r")) == NULL)
165 if (input == NULL) /* that is fd < 0 */
169 fscanf(input, "%s", inputbuf);
179 fscanf(input, "%d", &perc);
184 fscanf(input, "%s", inputbuf);
200 if (input != NULL)
201 fclose(input);
471 wint_t input; local
624 wint_t input; local
[all...]
/freebsd-current/crypto/openssl/ssl/record/
H A Dssl3_record.c161 * Call this to get new input records.
464 thisrr->input =
467 thisrr->input =
473 * thisrr->input points at thisrr->length bytes, which need to be copied
476 * thisrr->input will be updated to point at the new buffer
484 /* decrypt in place in 'thisrr->input' */
485 thisrr->data = thisrr->input;
844 wr->input, (int)wr->length);
850 wr->input = wr->data;
894 memmove(rec->data, rec->input, re
[all...]
H A Drecord_local.h90 #define SSL3_RECORD_get_input(r) ((r)->input)
91 #define SSL3_RECORD_set_input(r, i) ((r)->input = (i))
92 #define SSL3_RECORD_reset_input(r) ((r)->input = (r)->data)
93 #define SSL3_RECORD_reset_data(r) ((r)->data = (r)->input)
/freebsd-current/contrib/kyua/store/
H A Dwrite_transaction.cpp156 std::ifstream input(path.c_str());
157 if (!input)
161 if (utils::stream_length(input) == 0)
174 const std::string contents = utils::read_stream(input);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DYAML.h108 static StringRef input(StringRef, void *, BinaryRef &);
/freebsd-current/contrib/netbsd-tests/usr.bin/sed/
H A Dt_sed.sh69 echo $str > input
72 atf_check -s exit:0 -o empty -e empty -x "diff input output"
/freebsd-current/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c79 systemd_escape(const char *input, const char *prepend, const char *append) argument
81 size_t len = strlen(input);
88 getpid(), prepend, input, append);
95 const char *cur = input;
146 /* Assumes already-simplified path, doesn't modify input */
148 systemd_escape_path(char *input, const char *prepend, const char *append) argument
150 if (strcmp(input, "/") == 0) {
155 getpid(), prepend, input, append);
164 if (strstr(input, "/./") || strstr(input, "/
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c125 INLINE void hash_one_portable(const uint8_t *input, size_t blocks, argument
136 blake3_compress_in_place_portable(cv, input, BLAKE3_BLOCK_LEN, counter,
138 input = &input[BLAKE3_BLOCK_LEN];
/freebsd-current/contrib/llvm-project/llvm/include/llvm-c/
H A Dblake3.h52 // don't know whether more input is coming. This is different from how the
66 void llvm_blake3_hasher_update(llvm_blake3_hasher *self, const void *input,
/freebsd-current/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_generic.c129 static inline void hash_one_generic(const uint8_t *input, size_t blocks, argument
140 blake3_compress_in_place_generic(cv, input, BLAKE3_BLOCK_LEN,
142 input = &input[BLAKE3_BLOCK_LEN];
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h50 /// Takes an input string containing the description of a breakpoint or
54 /// \param[in] input
57 /// If \p input was not a valid breakpoint ID string, returns
61 ParseCanonicalReference(llvm::StringRef input);
63 /// Takes an input string and checks to see whether it is a breakpoint name.
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile22.sh54 dd if=/dev/random of=input bs=4k count=100 status=none
67 cmp -s input output || break
68 [ `stat -f '%z' input` -ne ` stat -f '%z' output` ] && break
74 cmp -s input output || { echo "Loop #$n"; ls -l; s=1; }
124 from_name = "input";
H A Dsendfile21.sh69 dd if=/dev/random of=input bs=4k count=100 status=none
81 cmp -s input output || break
82 [ `stat -f '%z' input` -ne ` stat -f '%z' output` ] && break
88 cmp -s input output || { echo "Loop #$n"; ls -l; s=1; }
132 from_name = "input";
H A Dsendfile23.sh52 dd if=/dev/random of=input bs=4k count=100 status=none
64 cmp -s input output || break
65 [ `stat -f '%z' input` -ne ` stat -f '%z' output` ] && break
71 cmp -s input output || { echo "Loop #$n"; ls -l; s=1; }
115 from_name = "input";
H A Dsocketpair4.sh54 dd if=/dev/random of=input bs=4k count=100 status=none
64 cmp -s input output || break
65 [ `stat -f '%z' input` -ne ` stat -f '%z' output` ] && break
71 cmp -s input output || { echo "Loop #$n"; ls -l; s=1; }
111 from_name = "input";

Completed in 300 milliseconds

<<11121314151617181920>>