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

1234567891011>>

/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c34 /* Shell command able to count characters from its standard input. We
117 /* Run input files through gzip (requires uuencoded_file_mode). */
123 /* Run input files through compress (requires uuencoded_file_mode). */
140 those versions of uudecode unwilling to read their standard input. */
900 FILE *input;
1007 input = NULL; /* give some value to the variable */
1020 and this is to read the input file, seeking for one binary
1028 if (input = fopen (local_name, "rb"), input == NULL)
1034 /* Assume initially that the input fil
893 FILE *input; local
[all...]
/haiku-fatelf/src/libs/crypt/
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...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dencoding.h133 xmlCharEncodingInputFunc input; member in struct:_xmlCharEncodingHandler
164 xmlCharEncodingInputFunc input,
/haiku-fatelf/src/servers/media/
H A DDefaultManager.cpp223 TRACE("DefaultManager::Set type : %i, node : %li, input : %li\n", type,
464 isAudio ? "audio" : "video", isInput ? "input" : "output");
514 isAudio ? "audio" : "video", isInput ? "input" : "output",
528 media_format input; /* a physical audio output has a logical data input (DAC)*/ local
556 memset(&input, 0, sizeof(input));
557 input.type = B_MEDIA_RAW_AUDIO;
559 rv = BMediaRoster::Roster()->GetLiveNodes(&info[0], &count, &input, NULL, NULL,
616 media_input input; local
[all...]
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp76 media_input input)
80 m_index(input.destination.id),
81 m_node(input.node),
82 m_source(input.source),
83 m_destination(input.destination),
84 m_format(input.format),
85 m_label(input.name),
126 media_input *input) const
131 input->node = m_node;
132 input
75 MediaJack( media_input input) argument
747 media_input input; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dchannel.c793 const unsigned short *input; local
797 input = cg->input_data;
808 *output = *input++;
852 const unsigned short *input; local
858 input = cg->input_data;
863 input += cg->input_channels, output += cg->aux_output_channels, i++)
865 if (input_cache && short_eq(input_cache, input, cg->input_channels))
871 int c = input[STP_ECOLOR_C + offset];
872 int m = input[STP_ECOLOR_M + offset];
873 int y = input[STP_ECOLOR_
929 const unsigned short *input; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c2 * xmllint.c : a small tester program for XML input.
536 * @input: an xmlParserInputPtr input
538 * Displays the associated file and line informations for the current input
542 xmlHTMLPrintFileInfo(xmlParserInputPtr input) { argument
547 if (input != NULL) {
548 if (input->filename) {
549 snprintf(&buffer[len], sizeof(buffer) - len, "%s:%d: ", input->filename,
550 input->line);
552 snprintf(&buffer[len], sizeof(buffer) - len, "Entity: line %d: ", input
566 xmlHTMLPrintFileContext(xmlParserInputPtr input) argument
620 xmlParserInputPtr input; local
657 xmlParserInputPtr input; local
695 xmlParserInputPtr input; local
732 xmlParserInputPtr input; local
1801 xmlParserInputBufferPtr input = NULL; local
[all...]
/haiku-fatelf/headers/private/media/
H A DNotifications.h34 B_MEDIA_CONNECTION_MADE "output", "input", "format"
68 void ConnectionMade(const media_input& input, const media_output& output,
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h50 const char *StringForFormat(char *buf, MixerInput *input);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlBinary.h67 uint64 ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA);
H A DEbmlFloat.h65 uint64 ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA);
H A DEbmlSInteger.h67 uint64 ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA);
H A DEbmlUInteger.h67 uint64 ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA);
H A DEbmlUnicodeString.h105 uint64 ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA);
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFLoad.h40 GIFLoad(BPositionIO *input, BPositionIO *output);
/haiku-fatelf/src/apps/cortex/InfoView/
H A DConnectionInfoView.cpp66 media_input input; local
77 if (connection.getInput(&input) == B_OK) {
80 s << input.name;
83 s << "(" << MediaString::getStringFor(input.destination) << ")";
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp112 // fetch input (connection-point) description
136 // smarter input/output matching -- if no name/format provided,
198 // find input node
209 // find input +++++ currently matches by name only
217 media_input input;
221 input = inputs[n];
227 PRINT(("!!! input '%s' of node '%s' not found\n",
238 input,
244 input,
343 // write input
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dconfigure.com19 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
89 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dimage.php4 /* This is where font/image/PDF input files live. Adjust as necessary. */
/haiku-fatelf/src/preferences/media/
H A DMediaViews.cpp50 // input menu
54 // input menu
222 ChannelMenuItem::ChannelMenuItem(media_input* input, BMessage* message, argument
225 BMenuItem(input->name, message, shortcut, modifiers),
226 fInput(input)
267 B_TRANSLATE("Audio input:"), InputMenu());
431 media_input* input = new media_input(); local
432 memcpy(input, &inputs[i], sizeof(*input));
433 ChannelMenuItem* channelItem = new ChannelMenuItem(input,
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h64 virtual status_t GetNextInput(int32* cookie, media_input* input);
74 media_input* input);
176 void _WriteZeros(node_input& input, uint32 bufferCycle);
177 void _FillWithZeros(node_input& input);
190 multi_buffer_info& oldInfo, node_input& input);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c168 char *input, *buffer, *bufend, *last_ts; local
181 input = history_filename (filename);
182 file = open (input, O_RDONLY|O_BINARY, 0666);
226 FREE (input);
292 FREE (input);
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistfile.c155 char *input, *buffer, *bufend; local
161 input = history_filename (filename);
162 file = open (input, O_RDONLY|O_BINARY, 0666);
201 FREE (input);
244 FREE (input);
/haiku-fatelf/src/tools/
H A Dgenerate_boot_screen.cpp165 FILE* input = fopen(filename, "rb"); local
166 if (!input)
169 AutoFileCloser _(input);
171 fread(header, 1, 8, input);
190 png_init_io(pngPtr, input);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c188 control, input, output, local, combination enumerator in enum:mode_type
224 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0},
225 {"brkint", input, SANE_SET | REV, BRKINT, 0},
226 {"ignpar", input, REV, IGNPAR, 0},
227 {"parmrk", input, REV, PARMRK, 0},
228 {"inpck", input, REV, INPCK, 0},
229 {"istrip", input, REV, ISTRIP, 0},
230 {"inlcr", input, SANE_UNSET | REV, INLCR, 0},
231 {"igncr", input, SANE_UNSET | REV, IGNCR, 0},
232 {"icrnl", input, SANE_SE
[all...]

Completed in 176 milliseconds

1234567891011>>