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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddes.h131 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
134 DES_LONG DES_cbc_cksum(const unsigned char *input,DES_cblock *output,
138 void DES_cbc_encrypt(const unsigned char *input,unsigned char *output,
141 void DES_ncbc_encrypt(const unsigned char *input,unsigned char *output,
144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
150 void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
176 void DES_ede3_cbc_encrypt(const unsigned char *input,unsigned char *output,
210 void DES_pcbc_encrypt(const unsigned char *input,unsigned char *output,
213 DES_LONG DES_quad_cksum(const unsigned char *input,DES_cblock output[],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dnull.c19 static int null_open(int input, int output, int primary, void *d, argument
H A Dtty.c41 static int tty_open(int input, int output, int primary, void *d, argument
47 fd = os_open_file(data->dev, of_set_rw(OPENFLAGS(), input, output), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c1259 const char *input,
1267 <input> The input expression. This may equal <<output>>.
1281 if (!st_expr_expand(temp, STRING_LENGTH, input, get_variable_func, info))
1287 static void expand_regexp(char *output, size_t outsize, const char *input, argument
1293 <input> The input expression. This may NOT equal <<output>>, because
1312 /* Copy the input string into the output buffer, replacing '\\' with '\'
1316 c = *input;
1317 ++input;
1258 expand_expression(char *output, unsigned int outsize, const char *input, const char *(*get_variable_func)(const char *variable, void *info), void *info, const char *devname, const regmatch_t *ex, unsigned int numexp) argument
1549 st_expr_expand(char *output, unsigned int length, const char *input, const char *(*get_variable_func)(const char *variable, void *info), void *info) argument
1639 expand_variable(char *buffer, unsigned int length, unsigned int *out_pos, const char *input, const char *(*func)(const char *variable, void *info), void *info) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsguniq-410 ${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out ${top_srcdir}/tests/msguniq-a.inp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.in.h34 const char *input,
41 const char *input,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyAssigner.java61 EntityInput input = new RecordInput
64 entityFormat.getReader().readPriKey(entity, input, rawAccess);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.y34 %start input
36 input: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Decb_enc.c109 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, argument
114 const unsigned char *in = &(*input)[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devbug.c33 #include <linux/input.h>
94 MODULE_DEVICE_TABLE(input, evbug_ids);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dlocomokbd.c31 #include <linux/input.h>
78 struct input_dev *input; member in struct:locomokbd
128 /* Scan the hardware keyboard and push any changes up through the input layer */
151 input_report_key(locomokbd->input, locomokbd->keycode[scancode], 1);
153 input_report_key(locomokbd->input, locomokbd->keycode[scancode], 0);
160 input_sync(locomokbd->input);
225 locomokbd->input = input_dev;
253 err = input_register_device(locomokbd->input);
279 input_unregister_device(locomokbd->input);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadbhid.c41 #include <linux/input.h>
205 struct input_dev *input; member in struct:adbhid
285 input_report_key(ahid->input, KEY_CAPSLOCK, 1);
286 input_report_key(ahid->input, KEY_CAPSLOCK, 0);
287 input_sync(ahid->input);
340 input_report_key(adbhid[id]->input,
342 input_sync(adbhid[id]->input);
395 input_report_key(adbhid[id]->input, BTN_LEFT, !((data[1] >> 7) & 1));
396 input_report_key(adbhid[id]->input, BTN_MIDDLE, !((data[2] >> 7) & 1));
399 input_report_key(adbhid[id]->input, BTN_RIGH
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-audio.c30 /* Selects the audio input and output according to the current
38 /* Determine which input to use */
48 route.input = mux_input;
52 route.input = audio_input;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Decb_enc.c109 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, argument
114 const unsigned char *in = &(*input)[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-acpi.c34 struct acpi_object_list input; local
42 /* Setting up input parameters */
43 input.count = 4;
44 input.pointer = in_params;
56 status = acpi_evaluate_object(handle, "_OSC", &input, &output);
106 struct acpi_object_list input; local
112 /* Setting up input parameters */
113 input.count = 4;
114 input.pointer = in_params;
126 status = acpi_evaluate_object(handle, "_OSC", &input,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A Ducb1x00-assabet.c22 #define UCB1X00_ATTR(name,input)\
28 val = ucb1x00_adc_read(ucb, input, UCB_NOSYNC); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanohttp.h34 const char *input,
41 const char *input,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.in.h34 const char *input,
41 const char *input,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drsacvt.c28 # After an empty line another input block may follow.
121 die ("error reading input line: %s\n", strerror (errno));
175 die ("error reading input line: %s\n", strerror (errno));
318 "With no FILE, or if FILE is -, read standard input.\n"
328 FILE *input;
385 input = fopen (argv[0], "r");
386 if (!input)
390 input = stdin;
400 rsa_p = read_hexmpi_line (input, &got_eof);
405 rsa_q = read_hexmpi_line (input,
327 FILE *input; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestXPath.c117 FILE *input; local
121 input = fopen(filename, "r");
122 if (input == NULL) {
127 while (fgets(expression, 4500, input) != NULL) {
140 fclose(input);
166 else if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input")))
186 if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input"))) {
209 printf("\t--input filename : or\n");
H A DtestRegexp.c39 FILE *input; local
43 input = fopen(filename, "r");
44 if (input == NULL) {
49 while (fgets(expression, 4500, input) != NULL) {
84 fclose(input);
93 FILE *input; local
97 input = fopen(filename, "r");
98 if (input == NULL) {
103 while (fgets(expression, 4500, input) != NULL) {
181 fclose(input);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmd5.c42 const unsigned char * input,
45 gcry_md_write(*ctx, input, inputLen);
97 unsigned char buffer[64]; /* input buffer */
188 const unsigned char *input, /* input block */
189 unsigned int inputLen) /* length of input block */
206 memcpy(&context->buffer[bufindex], input, partLen);
210 MD5Transform(context->state, &input[i]);
217 /* Buffer remaining input */
218 memcpy(&context->buffer[bufindex], &input[
41 MD5_Update(MD5_CTX * ctx, const unsigned char * input, unsigned int inputLen) argument
187 MD5_Update(struct md5_ctx *context, const unsigned char *input, unsigned int inputLen) argument
340 Encode(unsigned char *output, UINT4 *input, unsigned int len) argument
357 Decode(UINT4 *output, const unsigned char *input, unsigned int len) argument
384 Curl_md5it(unsigned char *outbuffer, const unsigned char *input) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c32 * the parser and input reader have been turned inside out. Now,
33 * the parser is in control, and asks for input as needed. The old
34 * way had the input reader in control, and it asked for parsing to
324 #define b_getch(input) ((input)->get(input))
325 #define b_peek(input) ((input)->peek(input))
502 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input);
976 FILE *input; local
2752 setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input) argument
3035 redirect_dup_num(struct in_str *input) argument
3126 process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, const char *subst_end) argument
3178 parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch) argument
3220 handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input) argument
3294 parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input, const char *end_trigger) argument
3556 struct in_str input; local
3564 struct in_str input; local
3618 FILE *input; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c36 /**The parser input stream of bytes*/
37 CRInput *input; member in struct:_CRTknzrPriv
44 *from the input stream.
92 *Peeks the next char from the input stream of the current tokenizer.
107 *Reads the next char from the input stream of the current parser.
120 *the input of the parser.
126 *inside the current parser input. Must
130 (a_tknzr)->input, a_pos) ; \
135 *parser input.
142 (PRIVATE (a_tknzr)->input, a_add
1624 CRInput *input = NULL; local
1641 CRInput *input = NULL; local
1965 CRInput *input = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c36 /**The parser input stream of bytes*/
37 CRInput *input; member in struct:_CRTknzrPriv
44 *from the input stream.
92 *Peeks the next char from the input stream of the current tokenizer.
107 *Reads the next char from the input stream of the current parser.
120 *the input of the parser.
126 *inside the current parser input. Must
130 (a_tknzr)->input, a_pos) ; \
135 *parser input.
142 (PRIVATE (a_tknzr)->input, a_add
1624 CRInput *input = NULL; local
1641 CRInput *input = NULL; local
1965 CRInput *input = NULL; local
[all...]

Completed in 390 milliseconds

1234567891011>>