Searched refs:line (Results 101 - 125 of 1669) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp40 char *line = readline(prompt); local
41 if (!line) {
47 if (*line)
48 add_history(line);
49 int n = strlen(line);
52 memcpy(ret, line, n);
53 free(line);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.exp1 make: "varmod-to-separator.mk" line 155: while evaluating variable "WORDS": Invalid character number at "400:tu}"
2 make: "varmod-to-separator.mk" line 155: Malformed conditional (${WORDS:[1..3]:ts\400:tu})
3 make: "varmod-to-separator.mk" line 171: while evaluating variable "WORDS": Invalid character number at "100:tu}"
4 make: "varmod-to-separator.mk" line 171: Malformed conditional (${WORDS:[1..3]:ts\x100:tu})
6 make: "varmod-to-separator.mk" line 179: Malformed conditional (${WORDS:[1..3]:ts\-300:tu})
8 make: "varmod-to-separator.mk" line 188: Malformed conditional (${1 2 3:L:ts\8:tu})
10 make: "varmod-to-separator.mk" line 196: Malformed conditional (${1 2 3:L:ts\100L})
12 make: "varmod-to-separator.mk" line 204: Malformed conditional (${1 2 3:L:ts\x40g})
14 make: "varmod-to-separator.mk" line 214: Malformed conditional (${WORDS:tx})
16 make: "varmod-to-separator.mk" line 22
[all...]
H A Ddirective-ifmake.exp1 make: "directive-ifmake.mk" line 14: ok: positive condition works
2 make: "directive-ifmake.mk" line 26: ok: negation works
3 make: "directive-ifmake.mk" line 36: ok: double negation works
4 make: "directive-ifmake.mk" line 44: ok: both mentioned
5 make: "directive-ifmake.mk" line 52: ok: only those mentioned
6 make: "directive-ifmake.mk" line 63: Targets can even be added at parse time.
7 make: "directive-ifmake.mk" line 82: ok
H A Dvarmod-edge.exp1 make: "varmod-edge.mk" line 184: ok M-paren
2 make: "varmod-edge.mk" line 184: ok M-mixed
3 make: "varmod-edge.mk" line 184: ok M-unescape
5 make: "varmod-edge.mk" line 184: ok M-nest-mix
6 make: "varmod-edge.mk" line 184: ok M-nest-brk
7 make: "varmod-edge.mk" line 184: ok M-pat-err
8 make: "varmod-edge.mk" line 184: ok M-bsbs
9 make: "varmod-edge.mk" line 184: ok M-bs1-par
10 make: "varmod-edge.mk" line 184: ok M-bs2-par
11 make: "varmod-edge.mk" line 18
[all...]
H A Ddirective-include-guard.exp1 Parse_PushInput: file variable-ifndef.tmp, line 1
3 Parse_PushInput: file variable-ifndef-reuse.tmp, line 1
5 Parse_PushInput: file variable-ifndef-zero.tmp, line 1
6 Parse_PushInput: file variable-ifndef-zero.tmp, line 1
7 Parse_PushInput: file variable-ifndef-one.tmp, line 1
8 Parse_PushInput: file variable-ifndef-one.tmp, line 1
9 Parse_PushInput: file comments.tmp, line 1
11 Parse_PushInput: file variable-if.tmp, line 1
13 Parse_PushInput: file variable-if-reuse.tmp, line 1
15 Parse_PushInput: file variable-if-triple-negation.tmp, line
[all...]
H A Dcond-func.exp1 make: "cond-func.mk" line 37: Missing closing parenthesis for defined()
2 make: "cond-func.mk" line 53: Missing closing parenthesis for defined()
3 make: "cond-func.mk" line 57: Missing closing parenthesis for defined()
4 make: "cond-func.mk" line 98: The empty variable is never defined.
5 make: "cond-func.mk" line 108: A plain function name is parsed as defined(...).
6 make: "cond-func.mk" line 116: A plain function name is parsed as defined(...).
7 make: "cond-func.mk" line 127: Symbols may start with a function name.
8 make: "cond-func.mk" line 133: Symbols may start with a function name.
9 make: "cond-func.mk" line 139: Missing closing parenthesis for defined()
H A Ddirective-endif.exp1 make: "directive-endif.mk" line 16: The .endif directive does not take arguments
2 make: "directive-endif.mk" line 21: The .endif directive does not take arguments
3 make: "directive-endif.mk" line 32: The .endif directive does not take arguments
4 make: "directive-endif.mk" line 39: The .endif directive does not take arguments
5 make: "directive-endif.mk" line 44: Unknown directive "endifx"
H A Dvarmod.exp1 make: "varmod.mk" line 101: To escape a dollar, use \$, not $$, at "$$:L} != """
2 make: "varmod.mk" line 101: Invalid variable name ':', at "$:L} != """
3 make: "varmod.mk" line 107: while evaluating "${:Uword:@word@${word}$@} != "word"": Dollar followed by nothing
4 make: "varmod.mk" line 117: while evaluating variable "VAR": Missing delimiter ':' after modifier "P"
5 make: "varmod.mk" line 119: Missing argument for ".error"
H A Dvarname-dot-parsefile.exp1 make: "varname-dot-parsefile.mk" line 32: At this point, .PARSEFILE is undefined.
2 make: "<normalized>" line 38: The location can be faked in some cases.
3 make: "varname-dot-parsefile.mk" line 43: The location is no longer fake.
H A Dcond-eof.exp1 make: "cond-eof.mk" line 17: Malformed conditional (0 ${SIDE_EFFECT} ${SIDE_EFFECT2})
2 make: "cond-eof.mk" line 20: Malformed conditional (1 ${SIDE_EFFECT} ${SIDE_EFFECT2})
3 make: "cond-eof.mk" line 23: Malformed conditional ((0) ${SIDE_EFFECT} ${SIDE_EFFECT2})
H A Dcmdline-undefined.exp2 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is .
3 make: "cmdline-undefined.mk" line 34: From .MAKEFLAGS '=': Undefined is .
4 make: "cmdline-undefined.mk" line 37: From .MAKEFLAGS ':=': Undefined is .
5 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined.
6 make: "cmdline-undefined.mk" line 46: From .MAKEFLAGS '=': Undefined is now defined.
7 make: "cmdline-undefined.mk" line 49: From .MAKEFLAGS ':=': Undefined is now defined.
10 make: "cmdline-undefined.mk" line 31: From the command line
[all...]
H A Ddirective-for-if.exp1 make: "directive-for-if.mk" line 51: if-less endif
2 make: "directive-for-if.mk" line 51: if-less endif
3 make: "directive-for-if.mk" line 51: if-less endif
H A Dvarname-dot-parsedir.exp1 make: "varname-dot-parsedir.mk" line 37: At this point, .PARSEDIR is undefined.
2 make: "<normalized>" line 43: The location can be faked in some cases.
3 make: "varname-dot-parsedir.mk" line 48: The location is no longer fake.
H A Dvarmod-to-abs.exp1 make: "varmod-to-abs.mk" line 19: does-not-exist.c
2 make: "varmod-to-abs.mk" line 21: does-not-exist.c
4 make: "varmod-to-abs.mk" line 26: varmod-to-abs.mk
H A Dvar-op-assign.exp2 make: "var-op-assign.mk" line 60: Invalid line 'VARIABLE NAME= variable value'
3 make: "var-op-assign.mk" line 95: Parsing still continues until here.
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c4 #line 2 "<stdout>"
217 /* Whether we're considered to be at the beginning of a line.
223 int yy_bs_lineno; /**< The line count. */
4197 #line 1 "util/configlexer.lex"
4198 #line 2 "util/configlexer.lex"
4242 int line; member in struct:inc_state
4301 s->line = cfg_parser->line;
4307 cfg_parser->line = 1;
4367 cfg_parser->line
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dntp_lineedit.c2 * ntp_lineedit.c - generic interface to various line editing libs
154 * ntp_readline - read a line with the line editor available
164 char * line; local
178 line = readline(lineedit_prompt ? lineedit_prompt : "");
179 if (NULL != line) {
180 if (*line) {
181 add_history(line);
183 *pcount = strlen(line);
192 line
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
74 (fatal_callback)(file, line, format, args);
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
81 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
87 default_unexpected_callback(const char *file, int line, const char *format, argument
90 fprintf(stderr, "%s:%d: ", file, line);
97 default_fatal_callback(const char *file, int line, const char *format, argument
100 fprintf(stderr, "%s:%d: %s: ", file, line,
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c59 strlcpy(line2, line, sizeof(line2));
66 cp2 = line;
71 if (line + sizeof(line) - 2 < cp2)
83 len = sizeof(line) - (cp2 - line) - 1;
94 len = sizeof(line) - (cp2 - line) - 1;
103 if (line + sizeof(line)
[all...]
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2 #line 2 "<stdout>"
216 /* Whether we're considered to be at the beginning of a line.
222 int yy_bs_lineno; /**< The line count. */
1847 #line 1 "scan.l"
1849 #line 4 "scan.l"
1929 synerr(_("Input line too long\n")); \
1952 /* Emit the needed line directive... */\
1968 #line 1968 "<stdout>"
1970 #line 1970 "<stdout>"
2224 #line 15
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh20 banner $3 | /bin/nawk -v line=$1 -v pos=$2 -v width=$width '{ \
25 line, NR, i + (pos * width));
33 let line=0
46 let line=line+1
51 outputchar $line $pos $c
57 while [[ $i -le $line ]]; do
/freebsd-current/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.sh30 while read line ; \
32 $ECHO "local-zone: \"$line\" redirect" ;\
33 $ECHO "local-data: \"$line A 127.0.0.1\"" ;\
38 # then add an include line to your unbound.conf pointing to the full path of
/freebsd-current/contrib/kyua/utils/logging/
H A Dmacros_test.cpp55 std::string line; local
56 ATF_REQUIRE(std::getline(input, line).good());
57 ATF_REQUIRE_MATCH("20110221-183000 D .*: Debug message", line);
71 std::string line; local
72 ATF_REQUIRE(std::getline(input, line).good());
73 ATF_REQUIRE_MATCH("20110221-183000 E .*: Error message", line);
87 std::string line; local
88 ATF_REQUIRE(std::getline(input, line).good());
89 ATF_REQUIRE_MATCH("20110221-183000 I .*: Info message", line);
103 std::string line; local
[all...]
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.h35 #define STR_ENDSTRING(line,tbl) \
36 (((unsigned char)(line)[0]) == (tbl).str_delim && (line)[1] == '\n')
/freebsd-current/contrib/mandoc/
H A Dmandoc_xr.h22 int line; /* Or -1 for this page's own names. */ member in struct:mandoc_xr

Completed in 151 milliseconds

1234567891011>>