Searched refs:input (Results 151 - 175 of 401) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c233 struct input { struct
238 LIST_ENTRY(input) link;
240 static LIST_HEAD(, input) inputs = LIST_HEAD_INITIALIZER(inputs);
241 static struct input *input = NULL; variable in typeref:struct:input
268 struct input *ip;
277 input = ip;
284 if (input == NULL)
286 fclose(input->fp);
287 free(input
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp32 class macro_input : public input {
42 class argument_macro_input : public input {
55 input::input() : next(0) function in class:input
59 input::~input()
63 int input::get_location(const char **, int *)
88 lex_error("invalid input character code %1", c);
157 // Character representing $1. Must be invalid input character.
235 static input *current_inpu
[all...]
/freebsd-9.3-release/sys/mips/rt305x/
H A Drt305x_gpio.c104 * Manage input/output
249 /* Can't mix input/output together */
332 uint64_t input, value; local
340 input = GPIO_READ_ALL(sc, INT);
342 GPIO_WRITE_ALL(sc, INT, input);
344 input &= ~GPIO_READ_ALL(sc, DIR);
345 value = input & GPIO_READ_ALL(sc, DATA);
347 if (!input) goto intr_done;
350 /* if reset_gpio and this pin is input */
351 if (sc->reset_gpio >= 0 && (input
[all...]
/freebsd-9.3-release/usr.bin/lam/
H A Dlam.c65 } input[MAXOFILES]; variable in typeref:struct:openfile
89 for (ip = input; ip->fp != NULL; ip++)
103 struct openfile *ip = input;
113 errx(1, "too many input files");
/freebsd-9.3-release/usr.sbin/sade/
H A Dwizard.c68 char input[BUFSIZ]; local
85 q = p = fgets(input,sizeof(input),stdin);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dwizard.c69 char input[BUFSIZ]; local
86 q = p = fgets(input,sizeof(input),stdin);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c76 struct evbuffer *input = bufferevent_get_input(b); local
77 size_t n = evbuffer_get_length(input);
80 evbuffer_drain(input, n);
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_api.h144 union ixgbe_atr_hash_dword input,
150 union ixgbe_atr_input *input,
153 union ixgbe_atr_input *input,
156 union ixgbe_atr_input *input,
160 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input,
162 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input,
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c1459 zen_nb_t input; local
1463 input.len = count;
1464 input.data = (unsigned char *)data;
1469 (const zen_nb_t *)&input);
1513 zen_nb_t input; local
1517 input.len = count;
1518 input.data = (unsigned char *)data;
1523 (const zen_nb_t *)&input);
1628 zen_nb_t output, input; local
1634 input
1680 zen_nb_t output, input; local
1751 zen_nb_t output, input; local
[all...]
/freebsd-9.3-release/bin/sh/
H A DMakefile8 histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \
43 init.c: mkinit alias.c eval.c exec.c input.c jobs.c options.c parser.c \
/freebsd-9.3-release/contrib/binutils/gas/
H A Ditbl-lex.l85 while ((c = input ()) != EOF)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h96 /// static StringRef input(StringRef scalar, void*, MyType &value) {
111 //static StringRef input(StringRef scalar, void *ctxt, T &value);
203 static char test(SameType<Signature_input, &U::input>*,
478 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val);
533 static StringRef input(StringRef, void*, bool &);
539 static StringRef input(StringRef, void*, StringRef &);
545 static StringRef input(StringRef, void*, uint8_t &);
551 static StringRef input(StringRef, void*, uint16_t &);
557 static StringRef input(StringRef, void*, uint32_t &);
563 static StringRef input(StringRe
[all...]
/freebsd-9.3-release/lib/libmd/
H A Dmd5c.c57 * Encodes input (u_int32_t) into output (unsigned char). Assumes len is
62 Encode (unsigned char *output, u_int32_t *input, unsigned int len) argument
68 op[i] = htole32(input[i]);
72 * Decodes input (unsigned char) into output (u_int32_t). Assumes len is
77 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) argument
80 const u_int32_t *ip = (const u_int32_t *)input;
156 const unsigned char *input = in; local
171 memcpy((void *)&context->buffer[idx], (const void *)input,
176 MD5Transform (context->state, &input[i]);
183 /* Buffer remaining input */
[all...]
/freebsd-9.3-release/usr.bin/bc/
H A Dscan.l306 YY_FATAL_ERROR( "input in flex scanner failed" );
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcaljulian.c113 u_long input = 3549902400UL; // 2012-06-28 20:00:00Z local
118 caljulian(input, &actual);
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c125 /* Buffer for raw input data from the socket. */
126 Buffer input; member in struct:session_state
244 buffer_init(&active_state->input);
293 if (buffer_len(&active_state->input) >= discard)
296 buffer_len(&active_state->input);
497 buffer_free(&active_state->input);
1179 /* Check if input size is less than minimum packet size. */
1180 if (buffer_len(&active_state->input) < 4 + 8)
1183 cp = buffer_ptr(&active_state->input);
1190 if (buffer_len(&active_state->input) <
[all...]
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_wmi.c359 ACPI_OBJECT_LIST input; local
381 input.Pointer = params;
382 input.Count = 2;
389 input.Count = 3;
394 &input, out);
472 ACPI_OBJECT_LIST input; local
485 input.Pointer = params;
486 input.Count = 1;
491 &input, out);
583 ACPI_OBJECT_LIST input; local
761 ACPI_OBJECT_LIST input; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent.c116 /* Callback to implement watermarks on the input buffer. Only enabled
299 if (!bufev->input) {
300 if ((bufev->input = evbuffer_new()) == NULL)
306 evbuffer_free(bufev->input);
333 evbuffer_free(bufev->input);
335 bufev->input = NULL;
361 evbuffer_set_parent_(bufev->input, bufev);
405 return bufev->input;
451 return (evbuffer_remove(bufev->input, data, size));
457 return (evbuffer_add_buffer(buf, bufev->input));
[all...]
/freebsd-9.3-release/cddl/usr.bin/ctfconvert/
H A DMakefile16 input.c \
/freebsd-9.3-release/cddl/usr.bin/ctfmerge/
H A DMakefile14 input.c \
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dtime.h319 isc_time_parsehttptimestamp(char *input, isc_time_t *t);
321 * Parse the time in 'input' into the isc_time_t pointed to by 't',
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DYAML.h110 static StringRef input(StringRef, void *, object::yaml::BinaryRef &);
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DYAML.cpp28 StringRef yaml::ScalarTraits<object::yaml::BinaryRef>::input( function in class:yaml::ScalarTraits
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_term.c42 qp->input, qp->ilen, qp->output, qp->olen);
/freebsd-9.3-release/games/fortune/tools/
H A Ddo_uniq.py56 if input("Remove last fortune? ") == 'y':

Completed in 166 milliseconds

1234567891011>>