Searched refs:input (Results 101 - 125 of 574) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c83 struct input { struct
98 LIST_ENTRY(input) link;
100 static LIST_HEAD(, input) inputs;
177 const struct input *input; local
183 LIST_FOREACH(input, &inputs, link) {
184 switch (input->type) {
188 input->input_filename, input->input_lno);
193 input
207 struct input *input; local
259 struct input *input; local
281 struct input *input; local
331 struct input *input; local
[all...]
H A Dtrans_udp.c97 p->input.peerlen = sizeof(p->ret);
98 snmpd_input(&p->input, &p->tport);
112 if ((p->input.fd = socket(PF_INET, SOCK_DGRAM, 0)) < 0) {
124 if (setsockopt(p->input.fd, IPPROTO_IP, IP_RECVDSTADDR, &on,
127 close(p->input.fd);
128 p->input.fd = -1;
133 if (bind(p->input.fd, (struct sockaddr *)&addr, sizeof(addr))) {
135 close(p->input.fd);
136 p->input.fd = -1;
141 close(p->input
[all...]
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dh_common.sh35 test -f $(atf_get_srcdir)/input/$1 && \
36 cp $(atf_get_srcdir)/input/$1 in
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_md5.h79 /** input buffer */
106 * @param input next message block to update
110 const void *input,
125 * @param input The message block to use
129 const void *input,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) { argument
11 const DD x = {.ld = input};
17 // If (1.0 - tiny) <= input < 0x1.0p64:
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox-utf812 cat << EOF > $input
32 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-11-stable/sys/crypto/des/
H A Ddes_ecb.c100 void des_ecb_encrypt(des_cblock *input, des_cblock *output, argument
105 const unsigned char *in=&(*input)[0];
116 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, argument
122 const unsigned char *in = &(*input)[0];
/freebsd-11-stable/sbin/routed/
H A DMakefile7 SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Datalla.h43 unsigned char *input,
/freebsd-11-stable/sys/modules/usb/ukbd/
H A DMakefile30 .PATH: $S/dev/usb/input
/freebsd-11-stable/sys/modules/usb/ums/
H A DMakefile30 .PATH: $S/dev/usb/input
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c63 complex double input; local
67 RE(input) = values[i].input_re;
68 IM(input) = values[i].input_im;
71 ATF_COMPLEX_EQUAL(input, result);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h28 YY_FATAL_ERROR( "input in flex scanner failed" ); \
34 YY_FATAL_ERROR( "input in flex scanner failed" );
36 #ifdef input
37 # undef input macro
38 # define input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/freebsd-11-stable/stand/i386/kgzldr/
H A Dboot.c59 static const u_char *ip; /* input pointer */
65 static int input(void *);
100 infl.gz_input = input;
111 input(void *dummy) function
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c69 static void Encode(unsigned char *output, const apr_uint32_t *input,
71 static void Decode(apr_uint32_t *output, const unsigned char *input,
160 const unsigned char *input,
182 memcpy(&context->buffer[idx], input, partLen);
186 MD4Transform(context->state, &input[i]);
193 /* Buffer remaining input */
194 memcpy(&context->buffer[idx], &input[i], inputLen - i);
199 apr_xlate_conv_buffer(context->xlate, (const char *)input,
205 memcpy(&context->buffer[idx], input, partLen);
213 apr_xlate_conv_buffer(context->xlate, (const char *)&input[
368 Encode(unsigned char *output, const apr_uint32_t *input, unsigned int len) argument
386 Decode(apr_uint32_t *output, const unsigned char *input, unsigned int len) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp281 class input { class
282 input *next;
284 input(input *p);
285 virtual ~input();
296 class file_input : public input {
304 file_input(FILE *, const char *, input *);
312 class macro_input : public input {
316 macro_input(const char *, input *);
326 top_input(const char *, const char *, int, input *);
345 input::input(input *x) : next(x) function in class:input
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_fdir.c88 union ixgbe_atr_hash_dword input = {.dword = 0}; local
116 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
123 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;
129 input.formatted.vlan_id = htobe16(mp->m_pkthdr.ether_vtag);
142 input, common, que->msix);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.cc286 header::read_dtb(input_buffer &input) argument
288 if (!input.consume_binary(magic))
299 return input.consume_binary(totalsize) &&
300 input.consume_binary(off_dt_struct) &&
301 input.consume_binary(off_dt_strings) &&
302 input.consume_binary(off_mem_rsvmap) &&
303 input.consume_binary(version) &&
304 input.consume_binary(last_comp_version) &&
305 input.consume_binary(boot_cpuid_phys) &&
306 input
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c135 struct input { struct
140 LIST_ENTRY(input) link;
143 static LIST_HEAD(, input) inputs = LIST_HEAD_INITIALIZER(inputs);
144 static struct input *input = NULL; variable in typeref:struct:input
158 struct input *ip;
167 input = ip;
173 if (input == NULL)
176 fclose(input->fp);
177 free(input
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dctrl_iface_common.c116 static int ctrl_set_events(struct wpa_ctrl_dst *dst, const char *input) argument
121 if (!input)
124 value = os_strchr(input, '=');
132 if (str_starts(input, "probe_rx_events=")) {
144 socklen_t fromlen, const char *input)
152 return ctrl_set_events(dst, input);
162 ctrl_set_events(dst, input);
143 ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, socklen_t fromlen, const char *input) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h125 bool operator()(const event_listener_key &input) const {
126 return (input.first.GetBroadcasterClass() == m_broadcaster_class);
140 bool operator()(const event_listener_key &input) const {
141 return (input.first.IsContainedIn(m_broadcaster_spec));
157 bool operator()(const event_listener_key &input) const {
158 return (input.first.GetBroadcasterClass() ==
160 (input.first.GetEventBits() &
162 input.second == m_listener_sp);
177 bool operator()(const event_listener_key &input) const {
178 if (input
[all...]
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c57 #include <dev/evdev/input.h>
75 /* Define our 8 steps, one for each input channel. */
212 struct ti_adc_input *input; local
217 input = &ti_adc_inputs[ain];
218 reg = input->stepconfig;
232 val |= input->samples << ADC_STEP_AVG_SHIFT;
234 /* Select the desired input. */
303 struct ti_adc_input *input; local
305 input = (struct ti_adc_input *)arg1;
306 sc = input
335 struct ti_adc_input *input; local
363 struct ti_adc_input *input; local
393 struct ti_adc_input *input; local
598 struct ti_adc_input *input; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c44 /* Safely read a single line of arbitrary length from standard input. */
151 input to be demangled
158 --is-v3-ctor Calls is_gnu_v3_mangled_ctor on input; expected
179 struct line input; local
192 input.data = 0;
203 getline (&input);
206 inp = protect_end (input.data);
301 fail (lineno, format.data, input.data, buf, expect.data);
316 : strcmp (input.data, expect.data))
318 fail (lineno, format.data, input
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h246 #define CVMX_ES64(result, input) \
248 CVMX_DSBH(result, input); \
251 #define CVMX_ES32(result, input) \
253 CVMX_WSBH(result, input); \
261 #define CVMX_EXTS(result,input,pos,lenm1) asm ("exts %[rt],%[rs]," CVMX_TMP_STR(pos) "," CVMX_TMP_STR(lenm1) : [rt] "=d" (result) : [rs] "d" (input))
262 #define CVMX_EXTSP(result,input,pos,len) CVMX_EXTS(result,input,pos,(len)-1)
264 #define CVMX_DEXT(result,input,pos,len) asm ("dext %[rt],%[rs]," CVMX_TMP_STR(pos) "," CVMX_TMP_STR(len) : [rt] "=d" (result) : [rs] "d" (input))
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c74 #define RPP_FORCELOWER 0x04 /* Force input to lower case. */
75 #define RPP_FORCEUPPER 0x08 /* Force input to upper case. */
76 #define RPP_SEVENBIT 0x10 /* Strip the high bit from input. */
171 int input, output, save_errno, i, need_restart; local
194 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
199 input = STDIN_FILENO;
208 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
216 (void)tcsetattr(input, _T_FLUSH, &term);
249 while ((nr = read(input,
[all...]

Completed in 306 milliseconds

1234567891011>>