Searched refs:line (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/man/
H A Dcomm.x2 comm \- compare two sorted files line by line
H A Dcut.x2 cut \- remove sections from each line of files
H A Decho.x2 echo \- display a line of text
H A Dstty.x2 stty \- change and print terminal line settings
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dmiidevs2h.awk70 function collectline(f, line) {
72 line = ""
75 line = line "("
81 line = line $f
83 line = line " "
87 line = line
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_scroll.c56 int line; local
70 * This used to do a line-text pointer-shuffle instead of text copies.
83 for (line = bottom; line >= limit && line >= 0; line--) {
84 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line));
85 memcpy(win->_line[line].text,
86 win->_line[line
[all...]
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dhistexamp.c33 char line[1024], *t; local
36 line[0] = 0;
43 t = fgets (line, sizeof (line) - 1, stdin);
52 strcpy (line, "quit");
54 if (line[0])
61 result = history_expand (line, &expansion);
72 strncpy (line, expansion, sizeof (line) - 1);
76 if (strcmp (line, "qui
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dlocalcharset.h3 #line 1
H A Dsize_max.h3 #line 1
H A Dunitypes.h3 #line 1
H A Dgetpass.h3 #line 1
H A Dlink-warning.h13 # define GL_LINK_WARNING1(file, line, message) \
14 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */
15 # define GL_LINK_WARNING2(file, line, message) \
16 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
H A Dnproc.h3 #line 1
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DImageIntrinsics.java63 String line = null;
68 line = ir.readLine();
70 if (line != null && line.startsWith("%PDF-")) {
72 while (lineLimit > 0 && line != null) {
74 if (line.startsWith("/CropBox [")) {
75 line = line.substring(10);
76 if (line.indexOf("]") >= 0) {
77 line
126 parseBox(String line) argument
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DImageIntrinsics.java63 String line = null;
68 line = ir.readLine();
70 if (line != null && line.startsWith("%PDF-")) {
72 while (lineLimit > 0 && line != null) {
74 if (line.startsWith("/CropBox [")) {
75 line = line.substring(10);
76 if (line.indexOf("]") >= 0) {
77 line
126 parseBox(String line) argument
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dhistexamp.c36 char line[1024], *t; local
39 line[0] = 0;
47 t = fgets (line, sizeof (line) - 1, stdin);
56 strcpy (line, "quit");
58 if (line[0])
65 result = history_expand (line, &expansion);
76 strncpy (line, expansion, sizeof (line) - 1);
80 if (strcmp (line, "qui
[all...]
/haiku-fatelf/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp27 skip_white_space(char*& line) argument
29 while (isspace(line[0]))
30 line++;
35 get_name(char* line) argument
37 while (isalnum(line[0]) || line[0] == '_') {
38 line++;
41 line[0] = '\0';
56 char* line = buffer; local
57 skip_white_space(line);
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp245 Response::SetTo(const char* line) throw(ParseException) argument
251 if (line[0] == '*') {
253 Consume(line, '*');
254 Consume(line, ' ');
255 } else if (line[0] == '+') {
257 Consume(line, '+');
261 Consume(line, 'A');
262 fTag = strtoul(line, (char**)&line, 10);
263 if (line
282 ParseLine(ArgumentList& arguments, const char*& line) argument
329 Consume(const char*& line, char c) argument
339 ParseList(ArgumentList& arguments, const char*& line, char start, char end) argument
354 ParseQuoted(ArgumentList& arguments, const char*& line) argument
385 ParseLiteral(ArgumentList& arguments, const char*& line) argument
393 ParseString(ArgumentList& arguments, const char*& line) argument
400 ExtractString(const char*& line) argument
[all...]
/haiku-fatelf/src/libs/bsd/
H A Dfgetln.c25 char *line; local
35 line = sBuffer;
41 line = fgets(line, left, stream);
42 if (line == NULL) {
48 length = strlen(line);
51 if (line[length - 1] != '\n' && length == sBufferSize - 1) {
62 line = sBuffer + length;
/haiku-fatelf/src/tests/add-ons/print/pcl6/
H A Denum.sh14 while read line ; do
15 start=$(echo "$line" | cut -d' ' -f 1)
23 name=$(echo "$line" | cut -d' ' -f 2)
27 attr=$(echo "$line" | cut -d' ' -f 2)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \
50 internal_error (file, line, "%s: Assertion `%s' failed.", \
53 #define gdb_assert_fail(assertion, file, line, function) \
54 internal_error (file, line, "Assertion `%s' failed.", \
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dlink-warning.h13 # define GL_LINK_WARNING1(file, line, message) \
14 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */
15 # define GL_LINK_WARNING2(file, line, message) \
16 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
/haiku-fatelf/src/system/libroot/posix/
H A Dassert.c22 unsigned int line, const char *function)
24 fprintf(stderr, "%s: %s:%d:%s: %s\n", __progname, file, line, function, assertion);
31 unsigned int line, const char *function)
33 fprintf(stderr, "%s: %s:%d:%s: %s\n", __progname, file, line, function, strerror(error));
21 __assert_fail(const char *assertion, const char *file, unsigned int line, const char *function) argument
30 __assert_perror_fail(int error, const char *file, unsigned int line, const char *function) argument
/haiku-fatelf/src/tests/kits/net/preflet/ServicesAddOn/
H A DServicesAddOn.cpp69 char line[1024], *linePtr; local
72 while (fgets(line, sizeof(line), f)) {
73 linePtr = line;
77 if (line[0] == '#') {
78 if (line[1] == ' ' || line[1] == '\t' ||
79 line[1] == '\0' || line[1] == '\n' ||
80 line[
109 char line[1024], *linePtr; local
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliQuitCommand.cpp29 const char* line = context.PromptUser("(k)ill, (r)esume, (c)ancel? "); local
30 if (line == NULL)
33 BString trimmedLine(line);

Completed in 219 milliseconds

1234567891011>>