Searched refs:input (Results 176 - 200 of 467) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c247 cur_size = evbuffer_get_length(bev->input);
271 if (evbuffer_launch_read_(bev->input, at_most, &beva->read_overlapped)) {
383 fd = evbuffer_overlapped_get_fd_(bev->input);
387 evbuffer_overlapped_set_fd_(bev->input, INVALID_SOCKET);
399 fd = evbuffer_overlapped_get_fd_(bev->input);
422 sock = evbuffer_overlapped_get_fd_(bev_a->bev.bev.input);
451 evbuffer_commit_read_(bev->input, nbytes);
547 if (!(bev->input = evbuffer_overlapped_new_(fd))) {
552 evbuffer_free(bev->input);
561 evbuffer_add_cb(bev->input, be_async_inbuf_callbac
[all...]
/freebsd-10.2-release/contrib/apr-util/crypto/
H A Dapr_md5.c90 static void Encode(unsigned char *output, const apr_uint32_t *input,
92 static void Decode(apr_uint32_t *output, const unsigned char *input,
195 const unsigned char *input = vinput; local
215 memcpy(&context->buffer[idx], input, partLen);
219 MD5Transform(context->state, &input[i]);
226 /* Buffer remaining input */
227 memcpy(&context->buffer[idx], &input[i], inputLen - i);
232 apr_xlate_conv_buffer(context->xlate, (const char *)input,
238 memcpy(&context->buffer[idx], input, partLen);
246 apr_xlate_conv_buffer(context->xlate, (const char *)&input[
325 const unsigned char *input = _input; local
443 Encode(unsigned char *output, const apr_uint32_t *input, unsigned int len) argument
461 Decode(apr_uint32_t *output, const unsigned char *input, unsigned int len) argument
[all...]
/freebsd-10.2-release/contrib/gperf/src/
H A DMakefile.in67 input.$(OBJEXT) bool-array.$(OBJEXT) hash-table.$(OBJEXT) search.$(OBJEXT) output.$(OBJEXT) main.$(OBJEXT)
94 INPUT_H = input.h $(KEYWORD_LIST_H)
110 input.$(OBJEXT): input.cc $(INPUT_H) $(OPTIONS_H)
111 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/input.cc
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l93 * PARAMETERS: None. Uses input() to access current source code line
121 while ((c = input()) != '\n' && c != EOF)
184 * DESCRIPTION: Pop the top of the input file stack and point the parser to
326 * PARAMETERS: SourceChar - One char from the input ASL source file
472 while (((c = input ()) != '*') && (c != EOF))
499 if (((c1 = input ()) != '/') && (c1 != EOF))
548 while (((c = input ()) != '\n') && (c != EOF))
597 while ((StringChar = input()) != EOF)
819 * Null terminate the input string and copy string to a new buffer
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp153 HandleArgumentCompletion (Args &input, argument
162 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
164 const size_t argc = input.GetArgumentCount();
169 arg = input.GetArgumentAtIndex(setting_var_idx);
187 arg = input.GetArgumentAtIndex(cursor_index);
198 const char *setting_var_name = input.GetArgumentAtIndex(setting_var_idx);
328 HandleArgumentCompletion (Args &input, argument
337 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
420 HandleArgumentCompletion (Args &input, argument
429 std::string completion_str (input
527 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
662 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
783 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
907 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
1021 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
1123 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
[all...]
/freebsd-10.2-release/contrib/dialog/
H A Dfselect.c59 #define BTN_HIGH (1 + 2 * MARGIN) /* Ok/Cancel, also input-box */
306 show_both_lists(char *input, LIST * d_list, LIST * f_list, int keep) argument
308 char *leaf = leaf_of(input);
432 fill_lists(char *current, char *input, LIST * d_list, LIST * f_list, int keep) argument
444 for (n = 0; current[n] && input[n]; n++) {
445 if (current[n] != input[n])
449 if (current[n] == input[n]) {
453 && strchr(input + n, '/') == 0) {
454 result = show_both_lists(input, d_list, f_list, keep);
460 size_t have = strlen(input);
589 char *input; local
[all...]
H A Deditbox.c274 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
348 char *input, *buffer; local
457 input = THIS_ROW;
464 UPDATE_COL(input);
466 display_one(editing, input, thisrow,
478 display_one(editing, input, thisrow,
614 strncpy(buffer, input, max_len - 1)[max_len - 1] = '\0';
618 goal_col = UPDATE_COL(input);
619 if (strcmp(input, buffe
[all...]
H A Dui_getc.c91 if (p->input != 0) {
92 fclose(p->input);
93 if (p->input == dialog_state.pipe_input)
95 p->input = 0;
122 * A select() might find more than one input ready for service. Handle them
163 if (p->input != 0) {
173 * Check any any inputs registered via callbacks, to see if there is any input
193 if (p->input != 0 && (fd = fileno(p->input)) >= 0) {
210 if (p->input !
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c80 parse_pathname(const char **input, argument
85 const char *curr = *input;
101 if (last_colon == *input)
107 *pathname = svn_fspath__canonicalize(apr_pstrndup(pool, *input,
108 last_colon - *input),
111 *input = last_colon;
494 parse_rangelist(const char **input, const char *end, argument
498 const char *curr = *input;
507 *input = curr;
554 *input
664 parse_revision_line(const char **input, const char *end, svn_mergeinfo_t hash, apr_pool_t *scratch_pool) argument
725 parse_top(const char **input, const char *end, svn_mergeinfo_t hash, apr_pool_t *pool) argument
741 svn_mergeinfo_parse(svn_mergeinfo_t *mergeinfo, const char *input, apr_pool_t *pool) argument
1917 mergeinfo_to_stringbuf(svn_stringbuf_t **output, svn_mergeinfo_t input, const char *prefix, apr_pool_t *pool) argument
1952 svn_mergeinfo_to_string(svn_string_t **output, svn_mergeinfo_t input, apr_pool_t *pool) argument
1963 svn_mergeinfo_sort(svn_mergeinfo_t input, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dtree-browser.c120 char *input = NULL; local
147 rd = TB_getline (&input, &input_size, TB_IN_FILE);
156 tbc = TB_get_command (input);
480 arg_text = strchr (input, ' ');
853 /* Parse the input string for determining the command the user asked for. */
856 TB_get_command (char *input) argument
862 space = strchr (input, ' ');
864 size_tok = strlen (input) - strlen (space);
866 size_tok = strlen (input) - 1;
873 comp = memcmp (input, TB_COMMAND_TEX
887 TB_get_tree_code(char *input) argument
[all...]
/freebsd-10.2-release/lib/libcrypt/
H A Dcrypt-sha256.c113 /* Compute alternate SHA256 sum with input KEY, SALT, and KEY. The
302 const char *input; member in struct:__anon5916
361 const char *input; member in struct:__anon5917
415 SHA256_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
429 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
430 SHA256_Update(&ctx, &tests[cnt].input[i], 1);
462 char *cp = crypt_sha256(tests2[cnt].input, tests2[cnt].salt);
H A Dcrypt-sha512.c113 /* Compute alternate SHA512 sum with input KEY, SALT, and KEY. The
314 const char *input; member in struct:__anon5918
392 const char *input; member in struct:__anon5919
448 SHA512_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
456 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
457 SHA512_Update(&ctx, &tests[cnt].input[i], 1);
485 char *cp = crypt_sha512(tests2[cnt].input, tests2[cnt].salt);
/freebsd-10.2-release/sys/boot/sparc64/loader/
H A Dmetadata.c123 phandle_t input; local
129 if (OF_getprop(node, "input-device", buf, sizeof(buf)) == -1)
131 input = OF_finddevice(buf);
135 if (input == -1 || output == -1 || OF_getproplen(input, "keyboard") >= 0) {
140 if ((input = OF_instance_to_package(inst)) == -1)
147 if (input != output)
149 if (OF_getprop(input, "device_type", buf, sizeof(buf)) == -1)
/freebsd-10.2-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-10.2-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-10.2-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-10.2-release/contrib/apr-util/test/
H A Dtestdate.c27 const char *input; member in struct:datetest
181 while (tests[i].input) {
184 date = apr_date_parse_rfc(tests[i].input);
/freebsd-10.2-release/sys/mips/rt305x/
H A Drt305x_gpio.c104 * Manage input/output
322 uint64_t input, value; local
330 input = GPIO_READ_ALL(sc, INT);
332 GPIO_WRITE_ALL(sc, INT, input);
334 input &= ~GPIO_READ_ALL(sc, DIR);
335 value = input & GPIO_READ_ALL(sc, DATA);
337 if (!input) goto intr_done;
340 /* if reset_gpio and this pin is input */
341 if (sc->reset_gpio >= 0 && (input & (1 << sc->reset_gpio))) {
361 if ( !(( input >>
[all...]
/freebsd-10.2-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-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h264 GenerateBreakpointCommandCallbackData (StringList &input, std::string& output) argument
270 GenerateWatchpointCommandCallbackData (StringList &input, std::string& output) argument
282 GenerateTypeScriptFunction (StringList &input, std::string& output, void* name_token = NULL) argument
288 GenerateScriptAliasFunction (StringList &input, std::string& output) argument
294 GenerateTypeSynthClass (StringList &input, std::string& output, void* name_token = NULL) argument
363 GenerateFunction(const char *signature, const StringList &input) argument
H A DScriptInterpreterPython.h63 GenerateTypeScriptFunction (StringList &input, std::string& output, void* name_token = NULL);
66 GenerateTypeSynthClass (StringList &input, std::string& output, void* name_token = NULL);
76 GenerateScriptAliasFunction (StringList &input, std::string& output);
134 GenerateFunction(const char *signature, const StringList &input);
137 GenerateBreakpointCommandCallbackData (StringList &input, std::string& output);
140 GenerateWatchpointCommandCallbackData (StringList &input, std::string& output);
/freebsd-10.2-release/sys/powerpc/pseries/
H A Dphyp_console.c195 phandle_t input, chosen; local
202 input = -1;
205 input = OF_instance_to_package(stdout);
206 if (input == -1)
209 if (OF_getprop(input, "device_type", buf, sizeof(buf)) == -1)
214 sc.node = input;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp123 CommandObjectRegexCommand::HandleCompletion (Args &input, argument
133 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
/freebsd-10.2-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-10.2-release/contrib/ntp/tests/libntp/
H A Dcaljulian.c113 u_long input = 3549902400UL; // 2012-06-28 20:00:00Z local
118 caljulian(input, &actual);

Completed in 161 milliseconds

1234567891011>>