Searched refs:line (Results 201 - 225 of 245) sorted by relevance

12345678910

/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c612 _ypnetent(char *line) argument
616 _DIAGASSERT(line != NULL);
618 net_entry.n_name = line;
619 cp = strpbrk(line, " \t");
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp746 // determine initial line count using current font
764 // stroke a line around the view
1040 // based on line heights
2142 while (char* line
2144 // chop off line break
2145 size_t lineLen = strlen(line);
2146 if (lineLen > 0 && line[lineLen - 1] == '\n')
2147 line[--lineLen] = '\0';
2150 if (lineLen == 0 || !isspace(line[0])) {
2160 fieldValue += line;
[all...]
/haiku/src/bin/package/
H A Dcommand_list.cpp365 virtual void OnError(const BString& msg, int line, int col) argument
367 fprintf(stderr, "%s:%d:%d: %s\n", fPath, line, col,
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp82 BatteryInfoView::_GetTextForLine(size_t line) argument
99 switch (line) {
/haiku/src/apps/bootmanager/
H A Dbootman.S26 %assign SET_CURSOR_SHAPE 0x01 ; ch - starting scan line (5 bits)
27 ; cl - ending scan line (5 bits)
38 ; ch - starting scan line
39 ; cl - ending scan line
43 ; ch - upper line
45 ; dh - lower line
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp798 // Get the statement by executing the line number program for the
802 TRACE_CODE(" -> no line number program\n");
841 statementLine = state.line - 1;
848 TRACE_CODE(" -> no line number program match\n");
883 // Get the statement by executing the line number program for the
937 statementLine = state.line - 1;
1017 // Get the statements by executing the line number program for the
1031 B_PRId32 ") %d\n", state.address, state.file, state.line,
1061 statementLine = state.line - 1;
1411 int32 line local
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp325 write_line(int fd, const char* line) argument
327 if (line == NULL)
328 line = "";
330 size_t length = strlen(line);
331 write(fd, line, length);
388 read_line(int fd, char* line, size_t length) argument
400 line[pos] = c;
407 line[pos] = '\0';
914 char line[B_FILE_NAME_LENGTH]; local
915 if (!read_line(fd, line, B_FILE_NAME_LENGT
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwgenops.c486 /* Following is wrong if line- or un-buffered? */
646 _IO_adjust_wcolumn (start, line, count)
648 const wchar_t *line;
651 const wchar_t *ptr = line + count;
652 while (ptr > line)
654 return line + count - ptr - 1;
H A Dgenops.c218 /* Following is wrong if line- or un-buffered? */
785 _IO_adjust_column (start, line, count)
787 const char *line;
790 const char *ptr = line + count;
791 while (ptr > line)
793 return line + count - ptr - 1;
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp213 BString details, line; local
214 for (int32 i = 0; message->FindString("line", i, &line) == B_OK; i++) {
218 details << line; local
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c163 * in telnet sessions and can be used more than once on the same line.
688 strlcpy(line,lp,sizeof(line));
689 line[5] = 't';
859 * Continuing line mode support. If client does not support
H A Dutility.c447 slash = strchr(line+1, '/');
449 slash = strrchr(line, '/');
452 putstr(line);
1062 /* add a line of output */
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp619 // add a function name line
625 BString line;
629 while (disassembler.GetNextInstruction(line, instructionAddress,
632 if (!source->AddInstructionLine(line, instructionAddress,
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp335 fprintf(stderr, "Syntax error in line %" B_PRId32 ": ", state.line);
383 state.line++;
801 parse_state tempState = {kSize, state.line};
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp696 // add a function name line
702 BString line;
706 while (disassembler.GetNextInstruction(line, instructionAddress,
709 if (!source->AddInstructionLine(line, instructionAddress,
/haiku/src/kits/tracker/
H A DFindPanel.cpp3280 char line[B_FILE_NAME_LENGTH + 5]; local
3291 sprintf(line, "%" B_PRId32 " %s\n", entry->count, entry->name);
3292 if (file.Write(line, strlen(line)) < B_OK)
3420 char line[B_FILE_NAME_LENGTH + 5]; local
3421 while (fgets(line, sizeof(line), file) != NULL) {
3422 int32 length = (int32)strlen(line) - 1;
3423 if (length >= 0 && line[length] == '\n')
3424 line[lengt
[all...]
H A DUtilities.cpp873 // divider line, so we can use it for secondStartX
1713 int32 DEBUG_ONLY(line))
1716 PRINT(("%s at %s:%d\n", strerror(result), file, (int)line));
1724 int32 DEBUG_ONLY(line))
1727 PRINT(("%s at %s:%d\n", strerror((status_t)size), file, (int)line));
1735 int32 DEBUG_ONLY(line))
1738 PRINT(("Assert failed at %s:%d\n", file, (int)line));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_node.c1579 const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line)
1597 func, line,
1610 const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line)
1628 const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line)
1648 func, line,
1662 const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line)
1939 const struct ieee80211_frame_min *wh, const char *func, int line)
1968 const char *func, int line)
2023 const char *func, int line)
2124 ieee80211_free_node_debug(struct ieee80211_node *ni, const char *func, int line) argument
1578 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1609 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1626 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1660 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1938 ieee80211_find_rxnode_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, const char *func, int line) argument
1966 ieee80211_find_rxnode_withkey_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, const char *func, int line) argument
2021 ieee80211_find_txnode_debug(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h160 void AddArrayLine(const ViewLineArrayInfo& line);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c322 #define MATCH(line, name) \
323 (!strncmp(line, name, sizeof(name) - 1) && \
324 (line[sizeof(name) - 1] == ' ' || \
325 line[sizeof(name) - 1] == '\t'))
369 * on rest of line.
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1814 char line[1024]; local
1815 if (fgets(line, sizeof(line), stdin) == NULL)
1819 argv = build_argv(line, &argc);
1826 char *newLine = strchr(line, '\n');
/haiku/src/system/kernel/debug/
H A Ddebug.cpp294 // print the rest of the line again, if necessary
442 // reprint the editing line, if necessary
488 case 0x1f & 'K': // CTRL-K -- clear line after current position
504 // we have to get the on-screen line into the visual state
510 // reprint line
562 // clear the history again if we're in the current line again
563 // (the buffer we get just is the current line buffer)
571 // swap the current line with something from the history
573 kprintf("\x1b[%" B_PRId32 "D", position); // move to beginning of line
577 kprintf("%s\x1b[K", buffer); // print the line an
894 char* line = sLineBuffer[sCurrentLine]; local
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c33 * a line is printed showing the ttl, address of the gateway and
1888 static char domain[MAXHOSTNAMELEN + 1], line[MAXHOSTNAMELEN + 1]; local
1927 (void)strncpy(line, hp->h_name, sizeof(line) - 1);
1928 line[sizeof(line) - 1] = '\0';
1929 return (line);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp402 BString line; local
403 ReceiveResponse(line);
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp133 _line = location->line;

Completed in 199 milliseconds

12345678910