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

<<11121314151617181920>>

/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.h158 int g_bde_keyloc_decrypt(u_char *sha2, void *input, uint64_t *output);
160 void g_bde_hash_pass(struct g_bde_softc *sc, const void *input, u_int len);
H A Dg_bde_lock.c77 g_bde_hash_pass(struct g_bde_softc *sc, const void *input, u_int len) argument
82 SHA512_Update(&cx, input, len);
324 g_bde_keyloc_decrypt(u_char *sha2, void *input, uint64_t *output) argument
332 AES_decrypt(&ci, &ki, input, buf, sizeof buf);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_crc32.c113 __in_ecount(length) uint8_t const *input,
120 uint32_t data = *(input++);
111 efx_crc32_calculate( __in uint32_t crc_init, __in_ecount(length) uint8_t const *input, __in int length) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp56 static StringRef input(StringRef Scalar, void *, ELFArchMapper &Value) { function in struct:llvm::yaml::ScalarTraits
79 static StringRef input(StringRef Scalar, void *, VersionTuple &Value) { function in struct:llvm::yaml::ScalarTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc93 // Make sure the input is null terminated.
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c341 buffer_init(&c->input);
488 buffer_free(&c->input);
576 buffer_len(&c->input) > packet_get_maxsize()) {
577 debug2("channel %d: big input buffer %d",
578 c->self, buffer_len(&c->input));
732 c->istate, buffer_len(&c->input),
901 if (buffer_len(&c->input) < packet_get_maxsize())
914 buffer_len(&c->input) < limit &&
915 buffer_check_alloc(&c->input, CHAN_RBUF))
948 if (buffer_len(&c->input)
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y176 input: label
178 | input accelerator
179 | input bitmap
180 | input cursor
181 | input dialog
182 | input font
183 | input icon
184 | input language
185 | input menu
186 | input menue
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dguage.c124 if (dialog != 0 && obj->obj.input != 0) {
250 status = (valid((MY_OBJ *) cb) && (cb->input != 0));
327 obj->obj.input = dialog_state.pipe_input;
420 oldobj->obj.input = 0;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev2_compat.h32 uint32_t input; member in struct:l_v4l2_buffer
122 uint32_t index; /* Which input */
124 uint32_t type; /* Type of input */
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c36 err("input line too long");
123 err("Shell input nested too deeply");
/freebsd-11-stable/usr.bin/column/
H A Dcolumn.c62 static void input(FILE *);
127 input(stdin);
130 input(fp);
278 input(FILE *fp) function
/freebsd-11-stable/usr.bin/mail/
H A Dutil.c246 * The following code deals with input stacking to do source
261 * Pushdown current input file and switch to a new one.
282 sstack[ssp].s_file = input;
288 input = fi;
294 * Pop the current input back to the previous level.
305 (void)Fclose(input);
311 input = sstack[ssp].s_file;
397 /* We assume that length(input) <= length(output) */
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiokeys_codes.c34 #include <gnu/dts/include/dt-bindings/input/linux-event-codes.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h116 struct ecore_ll2_acquire_data_inputs input; member in struct:ecore_ll2_info
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.h34 #include <dev/evdev/input.h>
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c82 /* Nonzero means print names of input files as processed. */
89 instead of complaining if no input files are given. */
434 einfo (_("%P%F: no input files\n"));
887 lang_input_statement_type *input;
889 input = xmalloc (sizeof (lang_input_statement_type));
890 input->filename = abfd->filename;
891 input->local_sym_name = abfd->filename;
892 input->the_bfd = abfd;
893 input->asymbols = NULL;
894 input
885 lang_input_statement_type *input; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h566 /** Opaque reference to an LTO input file */
570 * Creates an LTO input file from a buffer. The path
582 * Frees all memory internally allocated by the LTO input file.
587 extern void lto_input_dispose(lto_input_t input);
591 * for the given LTO input file.
595 extern unsigned lto_input_get_num_dependent_libraries(lto_input_t input);
599 * for the given LTO input file. The returned
604 extern const char * lto_input_get_dependent_library(lto_input_t input,
682 * It usually matches the number of input files, but this is not a guarantee of
705 * It usually matches the number of input file
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c276 const unsigned char *input = (const unsigned char *)data; local
277 const unsigned char *last = input + MATCH_BLOCKSIZE;
282 for (; input < last; input += 8)
284 s1 += input[0]; s2 += s1;
285 s1 += input[1]; s2 += s1;
286 s1 += input[2]; s2 += s1;
287 s1 += input[3]; s2 += s1;
288 s1 += input[4]; s2 += s1;
289 s1 += input[
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_filter.c139 /** Return 1 if our input buffer is at or over its high watermark such that we
148 evbuffer_get_length(bufev->input) >= bufev->wm_read.high;
305 evbuffer_get_length(bev->input);
307 res = bevf->process_in(bevf->underlying->input,
308 bev->input, limit, state, bevf->context);
314 evbuffer_get_length(bevf->underlying->input) &&
449 * other places that can call process-input, and they should
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c129 struct evbuffer *input = bufferevent_get_input(bev); local
130 size_t len = evbuffer_get_length(input);
131 evbuffer_drain(input, len);
148 struct evbuffer *input = bufferevent_get_input(bev); local
151 evbuffer_add_buffer(output, input);
/freebsd-11-stable/usr.bin/localedef/
H A Dscanner.c32 * This file contains the "scanner", which tokenizes the input files
56 FILE *input; variable
58 //static FILE *input = stdin;
226 (void) fclose(input);
227 if ((input = fopen(fname, "r")) == NULL) {
257 c = getc(input);
271 if (ungetc(c, is_stdin ? stdin : input) < 0) {
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cstr.c31 const char *input,
39 pats = apr_pstrdup(pool, input); /* strtok wants non-const data */
67 APR_DECLARE(apr_array_header_t *) apr_cstr_split(const char *input, argument
72 apr_array_header_t *a = apr_array_make(pool, 5, sizeof(input));
73 apr_cstr_split_append(a, input, sep_chars, chop_whitespace, pool);
30 apr_cstr_split_append(apr_array_header_t *array, const char *input, const char *sep_chars, int chop_whitespace, apr_pool_t *pool) argument
/freebsd-11-stable/usr.bin/indent/
H A Dindent.c70 const char *in_name = "Standard Input"; /* will always point to name of input
212 if (input == NULL) { /* we must have the input file */
213 in_name = argv[i]; /* remember name of input file */
214 input = fopen(in_name, "r");
215 if (input == NULL) /* check for open error */
223 errx(1, "input and output files must be different");
235 if (input == NULL)
236 input = stdin;
238 if (troff || input
[all...]
/freebsd-11-stable/contrib/libreadline/shlib/
H A DMakefile.in129 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
147 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
244 input.so: $(topdir)/ansi_stdlib.h
245 input.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
246 input.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
247 input.so: $(topdir)/rltypedefs.h
248 input.so: $(topdir)/tilde.h
332 input.so: $(topdir)/rlprivate.h
357 input.so: $(topdir)/xmalloc.h
379 input
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dinput.cc24 #include "input.h"
38 /* Returns a pretty representation of the input file name, for error and
46 return "(standard input)";
230 /* Reads the entire input file. */
234 /* The input file has the following structure:
254 char *input = NULL; local
256 int input_length = get_delim (&input, &input_size, EOF, _stream);
260 fprintf (stderr, "%s: error while reading input file\n",
263 fprintf (stderr, "%s: The input file is empty!\n",
269 input
[all...]

Completed in 306 milliseconds

<<11121314151617181920>>