Searched refs:line (Results 126 - 150 of 245) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dsound.h22 line=0, aux1, mic, loopback enumerator in enum:adc_source
50 char line_mix_gain; /* 0..31 line mix to output gain. 12.0 to -34.5 dB in 1.5dB steps */
51 char line_mix_mute; /* non-zero mutes line mix */
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp139 BBox* line; local
167 line = new BBox(B_EMPTY_STRING, B_WILL_DRAW | B_FRAME_EVENTS,
169 line->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, 1));
193 .Add(line)
/haiku/src/apps/terminal/
H A DHistoryBuffer.h34 void AddLine(const TerminalLine* line);
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp305 char line[1024]; local
306 if (fgets(line, sizeof(line), stdin) == NULL)
310 argv = build_argv(line, &argc);
/haiku/src/apps/codycam/
H A DFtpClient.h73 bool _GetReplyLine(string& line);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug_console.cpp26 arch_debug_remove_interrupt_handler(uint32 line) argument
/haiku/headers/private/netservices/
H A DHttpHeaders.h69 bool AddHeader(const char* line);
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.h50 int32 line; member in struct:LineNumberProgram::State
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp345 BString line; local
347 ssize_t length = ReceiveLine(line);
359 if (strncmp(line.String(), "+OK", 3) != 0) {
360 if (line.Length() > 0) {
362 << line.String();
371 fLog = line;
628 // a line "\r\n.\r\n" marks the end of the message (thus the need for
630 // "\r\n.Stuff" at the start of a line get deleted "\r\nStuff", since
633 // messages start with a period on the very first line, so we can
634 // search for the previous line'
723 ReceiveLine(BString& line) argument
[all...]
H A DPOP3.h63 ssize_t ReceiveLine(BString& line);
/haiku/src/servers/notification/
H A DNotificationView.cpp286 // Truncate the string. We have already line-wrapped the text but if
492 LineInfo* line = NULL; local
497 // Start a new line if we didn't start one before
499 if (line != NULL)
500 tempText.SetTo(line->text);
503 if (line == NULL || chunkStart[0] == '\n'
505 line = new LineInfo;
506 line->font = *be_plain_font;
507 line->location = BPoint(iconRight + kEdgePadding, y);
509 fLines.push_front(line);
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp81 int32 line, int32 column)
85 fLine(line),
258 int32 line = -1; local
263 directory, file, line, column);
270 functionID, name, line, column);
80 DwarfLocalVariableID(FunctionID* functionID, const BString& name, int32 line, int32 column) argument
/haiku/src/system/libroot/os/
H A Dimage.cpp376 char *line = *_start; local
381 while (line[0] == ' ')
382 line++;
384 if (line[0] == '"' || line[0] == '\'') {
385 quote = line[0];
386 line++;
389 if (!line[0])
393 if (line[i] == '\\' && line[
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c280 char *cp, line[LINE_MAX]; local
610 while (fgets(line, sizeof(line), fd) != NULL) {
611 if ((cp = strchr(line, '\n')) != NULL)
613 lreply(530, "%s", line);
626 while (fgets(line, sizeof(line), fd) != NULL) {
627 if ((cp = strchr(line, '\n')) != NULL)
629 lreply(220, "%s", line);
679 char *cp, *mp, *line; local
1111 char *line, *mp, *p; local
1608 char *cp, line[LINE_MAX]; local
1687 char line[BUFSIZ]; local
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp280 uint8 *line = bits + 3; local
281 for (uint8 *end = line + 4 * width; line < end; line += 4)
282 *line = ALPHA;
285 uint8 *line = bits + 3; local
286 for (uint8 *end = line + 4 * width; line < end; line += 4)
287 *line
291 uint8 *line = bits + 3; local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp869 uint8* line = bits + 3; local
870 for (uint8 *end = line + 4 * width; line < end; line += 4)
871 *line = ALPHA;
874 uint8* line = bits + 3; local
875 for (uint8 *end = line + 4 * width; line < end; line += 4)
876 *line
880 uint8* line = bits + 3; local
[all...]
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp208 BPrivate::parse_passwd_line(char* line, char*& name, char*& password, argument
211 Tokenizer tokenizer(line);
288 BPrivate::parse_group_line(char* line, char*& name, char*& password, gid_t& gid, argument
291 Tokenizer tokenizer(line);
363 BPrivate::parse_shadow_pwd_line(char* line, char*& name, char*& password, argument
367 Tokenizer tokenizer(line);
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp124 // execute every complete line
126 char* line = fBuffer; local
128 while (char* newLine = strchr(line, '\n')) {
131 invoke_pipe_segment(fPipe, fSegment + 1, line);
133 line = newLine + 1;
136 size_t left = fBuffer + fBufferSize - line;
145 memmove(fBuffer, line, left);
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp28 print_item_at(int32 line, MenuItem *item, bool clearHelp = true) argument
33 printf("%2ld. ", line);
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp97 DisassemblerX86::GetNextInstruction(BString& line, target_addr_t& _address, argument
111 line = buffer;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp418 int line = fPrintRect.top + row; local
422 GPBand* band = FindBand(line);
424 FillRow(band, data, size, line);
431 GPJob::FindBand(int line) argument
433 if (fCachedBand != NULL && fCachedBand->ContainsLine(line))
439 if (band->ContainsLine(line)) {
451 GPJob::FillRow(GPBand* band, unsigned char* data, size_t size, int line) argument
453 int imageTop = line - static_cast<int>(band->fWhere.y -
/haiku/src/system/boot/loader/
H A Dpager.cpp87 size_t bufferSize, int32 line)
93 if (line == lineCount)
128 // get the text offset for the top line
149 // print the statistics line at the bottom
173 // next line
180 // previous line
86 offset_of_line(const PagerTextSource& textSource, size_t width, char* buffer, size_t bufferSize, int32 line) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h37 typedef int (ntfs_log_handler)(const char *function, const char *file, int line,
62 /* Turn command-line options into logging flags */
65 int ntfs_log_redirect(const char *function, const char *file, int line,
86 #define NTFS_LOG_FLAG_LINE (1 << 2) /* Show the line number of the message */
/haiku/src/bin/
H A Dleak_analyser.sh40 allocation, so can match in the header line as well as any
42 line and newlines have been replaced with the caret (^)
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdlib.h66 extern int __libc_system (const char *line);

Completed in 97 milliseconds

12345678910