Searched refs:line (Results 276 - 300 of 1668) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/byacc/test/yacc/
H A Dquote_calc2.tab.c100 #line 2 "quote_calc2.y"
110 #line 111 "quote_calc2.tab.c"
335 #line 73 "quote_calc2.y"
376 #line 377 "quote_calc2.tab.c"
576 #line 35 "quote_calc2.y"
578 #line 579 "quote_calc2.tab.c"
581 #line 39 "quote_calc2.y"
583 #line 584 "quote_calc2.tab.c"
586 #line 41 "quote_calc2.y"
588 #line 58
[all...]
H A Dquote_calc.tab.c100 #line 2 "quote_calc.y"
110 #line 111 "quote_calc.tab.c"
335 #line 73 "quote_calc.y"
376 #line 377 "quote_calc.tab.c"
576 #line 35 "quote_calc.y"
578 #line 579 "quote_calc.tab.c"
581 #line 39 "quote_calc.y"
583 #line 584 "quote_calc.tab.c"
586 #line 41 "quote_calc.y"
588 #line 58
[all...]
H A Dquote_calc4-s.tab.c100 #line 2 "quote_calc4.y"
110 #line 111 "quote_calc4-s.tab.c"
330 #line 73 "quote_calc4.y"
371 #line 372 "quote_calc4-s.tab.c"
571 #line 35 "quote_calc4.y"
573 #line 574 "quote_calc4-s.tab.c"
576 #line 39 "quote_calc4.y"
578 #line 579 "quote_calc4-s.tab.c"
581 #line 41 "quote_calc4.y"
583 #line 58
[all...]
H A Dquote_calc2-s.tab.c100 #line 2 "quote_calc2.y"
110 #line 111 "quote_calc2-s.tab.c"
329 #line 73 "quote_calc2.y"
370 #line 371 "quote_calc2-s.tab.c"
570 #line 35 "quote_calc2.y"
572 #line 573 "quote_calc2-s.tab.c"
575 #line 39 "quote_calc2.y"
577 #line 578 "quote_calc2-s.tab.c"
580 #line 41 "quote_calc2.y"
582 #line 58
[all...]
H A Dquote_calc3-s.tab.c100 #line 2 "quote_calc3.y"
110 #line 111 "quote_calc3-s.tab.c"
330 #line 73 "quote_calc3.y"
371 #line 372 "quote_calc3-s.tab.c"
571 #line 35 "quote_calc3.y"
573 #line 574 "quote_calc3-s.tab.c"
576 #line 39 "quote_calc3.y"
578 #line 579 "quote_calc3-s.tab.c"
581 #line 41 "quote_calc3.y"
583 #line 58
[all...]
H A Dquote_calc3.tab.c100 #line 2 "quote_calc3.y"
110 #line 111 "quote_calc3.tab.c"
330 #line 73 "quote_calc3.y"
371 #line 372 "quote_calc3.tab.c"
571 #line 35 "quote_calc3.y"
573 #line 574 "quote_calc3.tab.c"
576 #line 39 "quote_calc3.y"
578 #line 579 "quote_calc3.tab.c"
581 #line 41 "quote_calc3.y"
583 #line 58
[all...]
H A Dquote_calc-s.tab.c100 #line 2 "quote_calc.y"
110 #line 111 "quote_calc-s.tab.c"
329 #line 73 "quote_calc.y"
370 #line 371 "quote_calc-s.tab.c"
570 #line 35 "quote_calc.y"
572 #line 573 "quote_calc-s.tab.c"
575 #line 39 "quote_calc.y"
577 #line 578 "quote_calc-s.tab.c"
580 #line 41 "quote_calc.y"
582 #line 58
[all...]
H A Dpure_calc.tab.c100 #line 2 "pure_calc.y"
116 #line 117 "pure_calc.tab.c"
315 #line 72 "pure_calc.y"
361 #line 362 "pure_calc.tab.c"
572 #line 34 "pure_calc.y"
574 #line 575 "pure_calc.tab.c"
577 #line 38 "pure_calc.y"
579 #line 580 "pure_calc.tab.c"
582 #line 40 "pure_calc.y"
584 #line 58
[all...]
/freebsd-current/contrib/ntp/scripts/
H A Dplot_summary.in105 my $line;
122 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
123 $line = int $line / 86400; # days relative to 1970
124 $first_day = "$1-$2-$3 ($line)" unless $day_out;
128 warn "Illegal number of fields in file $fname, line $.";
132 $_ = $Fld[1]; s/,/ /; $line .= " $_";
136 $line .= "$1 $lower_bound $upper_bound";
142 $line .= " $rms";
144 $line
[all...]
/freebsd-current/stand/common/
H A Dinterp_forth.c71 char *name, *line, *tail, *cp; local
103 line = malloc(strlen(name) + len + 1);
104 strcpy(line, name);
110 strcat(line, " ");
111 strncat(line, cp, len);
119 line = malloc(strlen(name) + len + 2);
120 strcpy(line, name);
122 strcat(line, " ");
123 strncat(line, tail, len);
127 DPRINTF("cmd '%s'", line);
297 bf_run(const char *line) argument
385 int prevsrcid, fd, line; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c53 struct ldat *line = &(win->_line[win->_cury]); local
61 CHANGED_RANGE(line, start, end);
70 line->text[end] = wch;
H A Dlib_vline_set.c68 struct ldat *line = &(win->_line[end]); local
69 line->text[col] = wch;
70 CHANGED_CELL(line, col);
/freebsd-current/bin/sh/tests/parser/
H A DMakefile70 ${PACKAGE}FILES+= line-cont1.0
71 ${PACKAGE}FILES+= line-cont2.0
72 ${PACKAGE}FILES+= line-cont3.0
73 ${PACKAGE}FILES+= line-cont4.0
74 ${PACKAGE}FILES+= line-cont5.0
75 ${PACKAGE}FILES+= line-cont6.0
76 ${PACKAGE}FILES+= line-cont7.0
77 ${PACKAGE}FILES+= line-cont8.0
78 ${PACKAGE}FILES+= line-cont9.0
79 ${PACKAGE}FILES+= line
[all...]
/freebsd-current/usr.sbin/chkgrp/
H A Dchkgrp.c62 char *line; local
89 /* check line by line */
91 if ((line = fgetln(gf, &len)) == NULL)
93 if (len > 0 && line[len - 1] != '\n') {
94 warnx("%s: line %d: no newline character", gfn, n);
97 while (len && isspace(line[len-1]))
101 for (p = line; p < line + len; p++)
107 * Hack: special case for + line
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dhistory_common.kshlib82 # Plus enter in the end of line
108 typeset line
110 while read line; do
111 # Ignore the first line and empty line
112 if [[ $n -eq 0 || -z $line ]]; then
115 $ECHO ${line#* } >> $outfile
203 # in verify_history. It returns whether the line matches (1==true).
206 typeset line=$1
212 log_note "Line: '$line'"
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp35 const char *file, unsigned int line) {
42 "Assertion failed: (%s), function %s, file %s, line %u\n",
43 expr_text, func, file, line);
54 llvm::formatv("Assertion failed: ({0}), function {1}, file {2}, line {3}",
55 expr_text, func, file, line)
34 lldb_assert(bool expression, const char *expr_text, const char *func, const char *file, unsigned int line) argument
/freebsd-current/contrib/kyua/cli/
H A Dcmd_about.cpp83 std::string line; local
85 while (std::getline(input, line).good()) {
86 ui->out(line);
90 while (std::getline(input, line).good()) {
91 if (filter.match(line)) {
92 ui->out(line);
115 /// \param cmdline Representation of the command line to the subcommand.
/freebsd-current/contrib/bc/tests/
H A Derrors.sh50 # Command-line processing.
99 printf 'Running %s command-line error tests...' "$d"
104 checkerrtest "$d" "$err" "command-line -e test" "$out" "$exebase"
109 checkerrtest "$d" "$err" "command-line -f test" "$out" "$exebase"
125 line="last"
126 printf '%s\n' "$line" 2> /dev/null | "$exe" "$@" "-lw" 2> "$out" > /dev/null
133 checkerrtest "$d" "1" "$line" "$out" "$exebase"
147 # Test errors on each line of the file. Yes, each line has a separate error
149 while read -r line; d
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-file.exp1 make: "opt-debug-file.mk" line 44: This goes to stderr only, once.
2 make: "opt-debug-file.mk" line 47: This goes to stderr only, once.
3 make: "opt-debug-file.mk" line 50: This goes to stderr, and in addition to the debug log.
H A Dvar-recursive.exp1 make: "var-recursive.mk" line 21: still there
10 make: "var-recursive.mk" line 37: ok
16 In a command near "var-recursive.mk" line 57: make[1]: Variable VAR is recursive.
H A Dopt-var-expanded.mk3 # Tests for the -v command line option.
H A Dopt-var-literal.mk3 # Tests for the -V command line option.
/freebsd-current/contrib/libfido2/src/
H A Dlog.c37 char line[LINELEN], body[LINELEN]; local
42 snprintf(line, sizeof(line), "%.180s: %.70s\n", body, suffix);
44 snprintf(line, sizeof(line), "%.180s\n", body);
46 log_handler(line);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp17 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, argument
20 : m_declaration(file_spec, line,
72 uint32_t line = m_declaration.GetLine(); local
73 if (line == 0 || line == LLDB_INVALID_LINE_NUMBER)
75 return line;
/freebsd-current/crypto/openssl/test/recipes/
H A D02-test_ordinals.t29 while (my $line = <$fh>) {
30 my @tokens = split(/(?:\s+|\s*:\s*)/, $line);
31 #Check the line looks sane
33 print STDERR "Invalid line:\n$line\n";
38 #Ignore this line

Completed in 151 milliseconds

<<11121314151617181920>>