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

<<11121314151617

/freebsd-9.3-release/contrib/pf/libevent/
H A Devent.h210 /* These functions deal with buffering input and output */
244 struct evbuffer *input; member in struct:bufferevent
276 #define EVBUFFER_INPUT(x) (x)->input
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c140 /* Size of default input buffer. */
164 /* Return all but the first "n" matched characters back to the input stream. */
196 char *yy_ch_buf; /* input buffer */
197 char *yy_buf_pos; /* current position in input buffer */
199 /* Size of input buffer in bytes, not including room for EOB
215 /* Whether this is an "interactive" input source; if so, and
216 * if we're using stdio for input, then we want to use getc()
217 * instead of fread(), to make sure we stop fetching input after
231 /* Whether to try to fill the input buffer when we reach the
242 * shouldn't try reading from the input sourc
[all...]
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c62 static int fetch_number (re_string_t *input, re_token_t *token,
64 static void fetch_token (re_token_t *result, re_string_t *input,
66 static int peek_token (re_token_t *token, re_string_t *input,
68 static int peek_token_bracket (re_token_t *token, re_string_t *input,
1778 fetch_token (result, input, syntax)
1780 re_string_t *input;
1783 re_string_skip_bytes (input, peek_token (result, input, syntax));
1790 peek_token (token, input, syntax)
1792 re_string_t *input;
[all...]
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_atm.c106 hook_p input; /* raw input hook */ member in struct:priv
366 * If we have an input hook, prepend the pseudoheader to the data and
383 if (priv->input != NULL) {
391 NG_SEND_DATA_ONLY(error, priv->input, *mp);
1166 if (strcmp(name, "input") == 0) {
1167 priv->input = hook;
1226 if (hook == priv->input) {
1227 priv->input = NULL;
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl110 /* Size of default input buffer. */
138 /* Return all but the first 'n' matched characters back to the input stream. */
168 char *yy_ch_buf; /* input buffer */
169 char *yy_buf_pos; /* current position in input buffer */
171 /* Size of input buffer in bytes, not including room for EOB
187 /* Whether this is an "interactive" input source; if so, and
188 * if we're using stdio for input, then we want to use getc()
189 * instead of fread(), to make sure we stop fetching input after
200 /* Whether to try to fill the input buffer when we reach the
210 * shouldn't try reading from the input sourc
[all...]
H A Dscan.l1 /* scan.l - scanner for flex input */
243 input ACTION_IFDEF("YY_NO_INPUT", ! option_sense);
412 if ( input() != ']' )
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5104 # do this, the capability will be ignored on input (though the user will
502 key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
504 key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
506 key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
508 key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
510 key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
515 key_smap_in6 kmpf6 str Kr - - ----K special mapped key 6 input
517 key_smap_in7 kmpf7 str Ks - - ----K special mapped key 7 input
519 key_smap_in8 kmpf8 str Kt - - ----K special mapped key 8 input
521 key_smap_in9 kmpf9 str Ku - - ----K special mapped key 9 input
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c140 /* Size of default input buffer. */
164 /* Return all but the first "n" matched characters back to the input stream. */
196 char *yy_ch_buf; /* input buffer */
197 char *yy_buf_pos; /* current position in input buffer */
199 /* Size of input buffer in bytes, not including room for EOB
215 /* Whether this is an "interactive" input source; if so, and
216 * if we're using stdio for input, then we want to use getc()
217 * instead of fread(), to make sure we stop fetching input after
231 /* Whether to try to fill the input buffer when we reach the
242 * shouldn't try reading from the input sourc
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dauth-pam.c965 char input[PAM_MAX_MSG_SIZE]; local
989 if (fgets(input, sizeof input, stdin) == NULL)
990 input[0] = '\0';
991 if ((reply[i].resp = strdup(input)) == NULL)
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES212 that mis-handled the character 255 in input. (it was being compared
227 the locale; otherwise, the locale should prevail for input and output
265 be the decimal point separator on input and output regardless
346 bare " at the end of the input.
374 yet another attempt at making 8-bit input work, with another
498 longer than 1 digit, part of the input would be pushed back and
560 added \r to \n as input line separator for programs, not data.
578 where input was done.
582 split using the value of FS at the time of input; it used to be
622 input fil
[all...]
H A Dproto.h34 extern int input(void);
/freebsd-9.3-release/sys/crypto/
H A Dsha1.c224 sha1_loop(ctxt, input, len)
226 const u_int8_t *input;
241 bcopy(&input[off], &ctxt->m.b8[gapstart], copysiz);
/freebsd-9.3-release/sys/netgraph/
H A Dng_source.c46 * all data recieved on its 'input' hook and when told to start via
86 hook_p input; member in struct:privdata
295 sc->input = hook;
542 * If data comes in the input hook, enqueue it on the send queue.
561 KASSERT(hook == sc->input, ("%s: no hook!", __func__));
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c691 int input; local
698 while ( ( input = getc( blurbfile ) ) != EOF ) {
699 putchar( input );
/freebsd-9.3-release/sbin/routed/
H A Dinput.c43 static void input(struct sockaddr_in *, struct interface *, struct interface *,
50 /* process RIP input
127 input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
135 input(struct sockaddr_in *from, /* received from this IP address */ function
769 /* Process a single input route.
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_tv.c1324 const struct input_res *input = &input_res_table[j]; local
1325 unsigned int hactive_s = input->w;
1326 unsigned int vactive_s = input->h;
1328 if (tv_mode->max_srcw && input->w > tv_mode->max_srcw)
1331 if (input->w > 1024 && (!tv_mode->progressive
1338 strncpy(mode_ptr->name, input->name, DRM_DISPLAY_MODE_LEN);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_pkt.c383 rr->input = &(s->packet[DTLS1_RT_HEADER_LENGTH]);
386 * ok, we can now read from 's->packet' data into 'rr' rr->input points
389 * the rr->data buffer, rr->input will be pointed at the new buffer
404 /* decrypt in place in 'rr->input' */
405 rr->data = rr->input;
539 * Call this to get a new input record.
1476 wr->input = (unsigned char *)buf;
1479 * we now 'read' from wr->input, wr->length bytes into wr->data
1489 memcpy(wr->data, wr->input, wr->length);
1490 wr->input
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dutil.c216 * 'input' is the real tty input of dialog. Usually it is stdin, but if
217 * --input-fd option is used, it may be anything.
224 init_dialog(FILE *input, FILE *output) argument
243 * Some widgets (such as gauge) may read from the standard input. Pipes
249 * test that case first (differing fileno's for input/stdin). If the
254 if (fileno(input) != fileno(stdin)) {
255 if ((fd1 = dup(fileno(input))) >= 0
257 (void) dup2(fileno(input), fileno(stdin));
262 dlg_exiterr("cannot open tty-input");
[all...]
H A Dtextbox.c450 get_search_term(WINDOW *dialog, char *input, int height, int width) argument
504 offset = dlg_count_columns(input);
528 if (dlg_edit_string(input, &offset, key, fkey, first)) {
529 dlg_show_string(widget, input, offset, searchbox_attr,
690 /* Open input file for reading */
692 dlg_exiterr("Can't open input file %s", file);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com86 $ type sys$input:
140 $ type sys$input:
153 $ type sys$input:
/freebsd-9.3-release/sys/arm/arm/
H A Delf_trampoline.c356 input(void *dummy) function
390 infl.gz_input = input;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h698 * @param input The input to match against
700 * The length of the input in bytes
702 * The input and input_length are of a gather list
704 * Set to 1 if the input is in little endian format and must
715 void *input, int input_length, int use_gather, int is_little_endian,
741 command.s.data_ptr = cvmx_ptr_to_phys(input);
714 cvmx_dfa_submit(const cvmx_dfa_graph_t *graph, int start_node, void *input, int input_length, int use_gather, int is_little_endian, cvmx_dfa_result0_t *result, int max_results, cvmx_wqe_t *work) argument
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_enc.c293 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, argument
306 in = input;
/freebsd-9.3-release/contrib/com_err/
H A Dlex.c140 /* Size of default input buffer. */
164 /* Return all but the first "n" matched characters back to the input stream. */
196 char *yy_ch_buf; /* input buffer */
197 char *yy_buf_pos; /* current position in input buffer */
199 /* Size of input buffer in bytes, not including room for EOB
215 /* Whether this is an "interactive" input source; if so, and
216 * if we're using stdio for input, then we want to use getc()
217 * instead of fread(), to make sure we stop fetching input after
231 /* Whether to try to fill the input buffer when we reach the
242 * shouldn't try reading from the input sourc
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c140 /* Size of default input buffer. */
164 /* Return all but the first "n" matched characters back to the input stream. */
196 char *yy_ch_buf; /* input buffer */
197 char *yy_buf_pos; /* current position in input buffer */
199 /* Size of input buffer in bytes, not including room for EOB
215 /* Whether this is an "interactive" input source; if so, and
216 * if we're using stdio for input, then we want to use getc()
217 * instead of fread(), to make sure we stop fetching input after
231 /* Whether to try to fill the input buffer when we reach the
242 * shouldn't try reading from the input sourc
[all...]

Completed in 699 milliseconds

<<11121314151617