Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 3085) sorted by relevance

12345678910>>...124

/freebsd-12.1/tools/ifnet/
H A Dconvert_drvapi.sh80 line=$1
89 line=`echo $line| sed -e's/'$old'/'$new'/g'`
96 line=$1
105 line=`echo $line| sed -e's/'$old'/'$new'/g'`
112 line=$1
121 line=`echo $line| sed -e's/'$old'/'$new'/g'`
129 line=$1
139 line=`echo $line| sed -e's/'$old'/'$new'/g'`
147 line=$1
157 line=`echo $line| sed -e's/'$old'/'$new'/g'`
[all …]
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dgenshell.c556 #line 53 "../init.c" in bogus_function()
558 #line 86 "../init.c" in bogus_function()
560 #line 84 "../init.c" in bogus_function()
565 #line 88 "../init.c" in bogus_function()
572 #line 90 "../reset.c" in bogus_function()
580 #line 598 "../find.c" in bogus_function()
582 #line 76 "../alias.c" in bogus_function()
584 #line 234 "../enum.c" in bogus_function()
586 #line 108 "../find.c" in bogus_function()
662 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c621 #line 53 "../init.c" in bogus_function()
623 #line 86 "../init.c" in bogus_function()
625 #line 84 "../init.c" in bogus_function()
630 #line 88 "../init.c" in bogus_function()
637 #line 90 "../reset.c" in bogus_function()
645 #line 598 "../find.c" in bogus_function()
647 #line 76 "../alias.c" in bogus_function()
649 #line 234 "../enum.c" in bogus_function()
651 #line 108 "../find.c" in bogus_function()
727 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/ntp/sntp/libopts/autoopts/
H A Dusage-txt.h369 #line 53 "../init.c" in dummy_func()
371 #line 86 "../init.c" in dummy_func()
373 #line 84 "../init.c" in dummy_func()
378 #line 88 "../init.c" in dummy_func()
385 #line 90 "../reset.c" in dummy_func()
393 #line 598 "../find.c" in dummy_func()
395 #line 76 "../alias.c" in dummy_func()
397 #line 234 "../enum.c" in dummy_func()
399 #line 108 "../find.c" in dummy_func()
475 #line 50 "../time.c" in dummy_func()
[all …]
/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc67 && ((*line >= 'A' && *line <= 'Z') in is_declaration()
75 while (line < line_end && (*line == ' ' || *line == '\t')) in is_declaration()
79 if (line < line_end && *line != '\n') in is_declaration()
129 while (line < line_end && !(*line == ' ' || *line == '\t' || *line == '\n')) in is_declaration_with_arg()
134 while (line < line_end && (*line == ' ' || *line == '\t')) in is_declaration_with_arg()
170 if (!(line < line_end && (*line == ' ' || *line == '\t'))) in is_define_declaration()
175 while (line < line_end && (*line == ' ' || *line == '\t')) in is_define_declaration()
196 if (!(line < line_end && (*line == ' ' || *line == '\t'))) in is_define_declaration()
205 while (line < line_end && (*line == ' ' || *line == '\t')); in is_define_declaration()
210 while (line < line_end && !(*line == ' ' || *line == '\t' || *line == '\n')) in is_define_declaration()
[all …]
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq-opts.c929 #line 53 "../init.c" in bogus_function()
931 #line 86 "../init.c" in bogus_function()
933 #line 84 "../init.c" in bogus_function()
938 #line 88 "../init.c" in bogus_function()
945 #line 90 "../reset.c" in bogus_function()
953 #line 598 "../find.c" in bogus_function()
955 #line 76 "../alias.c" in bogus_function()
957 #line 234 "../enum.c" in bogus_function()
959 #line 108 "../find.c" in bogus_function()
1035 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc-opts.c884 #line 53 "../init.c" in bogus_function()
886 #line 86 "../init.c" in bogus_function()
888 #line 84 "../init.c" in bogus_function()
893 #line 88 "../init.c" in bogus_function()
900 #line 90 "../reset.c" in bogus_function()
908 #line 598 "../find.c" in bogus_function()
910 #line 76 "../alias.c" in bogus_function()
912 #line 234 "../enum.c" in bogus_function()
914 #line 108 "../find.c" in bogus_function()
990 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/ntp/sntp/unity/
H A Dunity_internals.h579 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)line); argument
580 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)line); argument
645 …ASSERT_EQUAL_INT64(expected, actual, line, message) UNITY_TEST_FAIL((UNI… argument
646 …ASSERT_EQUAL_UINT64(expected, actual, line, message) UNITY_TEST_FAIL((UNI… argument
647 …ASSERT_EQUAL_HEX64(expected, actual, line, message) UNITY_TEST_FAIL((UNI… argument
648 …AL_INT64_ARRAY(expected, actual, num_elements, line, message) UNITY_TEST_FAIL((UNITY_LINE_TY… argument
649 …AL_UINT64_ARRAY(expected, actual, num_elements, line, message) UNITY_TEST_FAIL((UNITY_LINE_TY… argument
650 …AL_HEX64_ARRAY(expected, actual, num_elements, line, message) UNITY_TEST_FAIL((UNITY_LINE_TY… argument
651 …RT_INT64_WITHIN(delta, expected, actual, line, message) UNITY_TEST_FAIL((UNITY_L… argument
652 …RT_UINT64_WITHIN(delta, expected, actual, line, message) UNITY_TEST_FAIL((UNITY_L… argument
[all …]
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_parser.c65 #line 11 "../../ntpd/ntp_parser.y" /* yacc.c:339 */
100 #line 101 "../../ntpd/ntp_parser.c" /* yacc.c:339 */
562 #line 52 "../../ntpd/ntp_parser.y" /* yacc.c:355 */
581 #line 582 "../../ntpd/ntp_parser.c" /* yacc.c:355 */
598 #line 599 "../../ntpd/ntp_parser.c" /* yacc.c:358 */
2180 #line 398 "../../ntpd/ntp_parser.y" /* yacc.c:1646 */ in yyparse()
2197 #line 434 "../../ntpd/ntp_parser.y" /* yacc.c:1646 */ in yyparse()
2208 #line 453 "../../ntpd/ntp_parser.y" /* yacc.c:1646 */ in yyparse()
2214 #line 458 "../../ntpd/ntp_parser.y" /* yacc.c:1646 */ in yyparse()
2220 #line 463 "../../ntpd/ntp_parser.y" /* yacc.c:1646 */ in yyparse()
[all …]
H A Dntpd-opts.c1693 #line 53 "../init.c" in bogus_function()
1695 #line 86 "../init.c" in bogus_function()
1697 #line 84 "../init.c" in bogus_function()
1702 #line 88 "../init.c" in bogus_function()
1709 #line 90 "../reset.c" in bogus_function()
1717 #line 598 "../find.c" in bogus_function()
1719 #line 76 "../alias.c" in bogus_function()
1721 #line 234 "../enum.c" in bogus_function()
1723 #line 108 "../find.c" in bogus_function()
1799 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/tzdata/
H A Dzishrink.awk161 line = line " "
173 line = substr(line, 1, RSTART) substr(line, RSTART + 5)
178 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1)
180 line = substr(line, 1, RSTART - 1) substr(line, RSTART + 2)
185 line = substr(line, 1, end - 4) substr(line, end - 1)
189 line = substr(line, 1, end - 3) substr(line, end - 1)
206 sub(/^ /, "", line)
207 sub(/ $/, "", line)
214 line = substr(line, 1, RSTART)
249 line = field[1]
[all …]
/freebsd-12.1/contrib/ntp/sntp/
H A Dsntp-opts.c1289 #line 53 "../init.c" in bogus_function()
1291 #line 86 "../init.c" in bogus_function()
1293 #line 84 "../init.c" in bogus_function()
1298 #line 88 "../init.c" in bogus_function()
1305 #line 90 "../reset.c" in bogus_function()
1313 #line 598 "../find.c" in bogus_function()
1315 #line 76 "../alias.c" in bogus_function()
1317 #line 234 "../enum.c" in bogus_function()
1319 #line 108 "../find.c" in bogus_function()
1395 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/usr.bin/lex/
H A Dinitscan.c3 #line 3 "<stdout>"
1888 #line 1 "scan.l"
1890 #line 4 "scan.l"
2208 #line 131 "scan.l"
2322 #line 142 "scan.l"
2327 #line 143 "scan.l"
2332 #line 144 "scan.l"
2337 #line 145 "scan.l"
2342 #line 146 "scan.l"
2348 #line 147 "scan.l"
[all …]
H A Dinitparse.c19 #line 35 "parse.y"
102 #line 99 "parse.c"
516 #line 948 "parse.y"
629 int line;
645 int line;
659 #line 656 "parse.c"
866 #line 119 "parse.y" in YYPARSE_DECL()
895 #line 148 "parse.y" in YYPARSE_DECL()
903 #line 159 "parse.y" in YYPARSE_DECL()
907 #line 163 "parse.y" in YYPARSE_DECL()
[all …]
/freebsd-12.1/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl92 my $line = join(",",@_);
93 if ($line =~ /^"(.*)"$/)
106 my $line = shift;
109 pos($line)=0;
128 return $line;
131 while(my $line=<>) {
133 if ($line =~ m/^\s*(#|@|\/\/)/) { print $line; next; }
152 if ($line !~ m/^[#@]/) {
166 $line = &$opcode($arg);
168 $line = $c.$mnemonic;
[all …]
H A Dx86_64-xlate.pl118 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
196 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
243 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
346 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
384 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
451 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
735 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
739 && do { $globals{$$line} = $prefix . $$line;
740 $$line = $globals{$$line} if ($prefix);
807 $$line = "";
[all …]
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen-opts.c1431 #line 53 "../init.c" in bogus_function()
1433 #line 86 "../init.c" in bogus_function()
1435 #line 84 "../init.c" in bogus_function()
1440 #line 88 "../init.c" in bogus_function()
1447 #line 90 "../reset.c" in bogus_function()
1455 #line 598 "../find.c" in bogus_function()
1457 #line 76 "../alias.c" in bogus_function()
1459 #line 234 "../enum.c" in bogus_function()
1461 #line 108 "../find.c" in bogus_function()
1537 #line 50 "../time.c" in bogus_function()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c56 int line; in NCURSES_EXPORT() local
84 for (line = bottom; line >= limit && line >= 0; line--) { in NCURSES_EXPORT()
85 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line)); in NCURSES_EXPORT()
86 memcpy(win->_line[line].text, in NCURSES_EXPORT()
87 win->_line[line + n].text, in NCURSES_EXPORT()
90 win->_line[line + n].oldindex); in NCURSES_EXPORT()
92 for (line = top; line < limit && line <= win->_maxy; line++) { in NCURSES_EXPORT()
103 for (line = top; line <= limit && line <= win->_maxy; line++) { in NCURSES_EXPORT()
104 memcpy(win->_line[line].text, in NCURSES_EXPORT()
105 win->_line[line + n].text, in NCURSES_EXPORT()
[all …]
/freebsd-12.1/lib/libc/tests/stdio/
H A Dgetdelim_test.c77 char *line; in ATF_TC_BODY() local
98 ATF_REQUIRE(line[0] == '\0' && line[1] == '\0'); in ATF_TC_BODY()
103 free(line); in ATF_TC_BODY()
115 char *line; in ATF_TC_BODY() local
119 line = NULL; in ATF_TC_BODY()
134 char *line; in ATF_TC_BODY() local
151 char *line; in ATF_TC_BODY() local
176 char *line; in ATF_TC_BODY() local
204 char *line; in ATF_TC_BODY() local
214 free(line); in ATF_TC_BODY()
[all …]
/freebsd-12.1/tools/tools/whereintheworld/
H A Dwhereintheworld.pl15 my $line;
24 while ($line = <>) {
33 print $line;
37 if ($line =~ /^TB /) {
38 print $line;
41 if ($line =~ /^=+>/) {
44 push(@lines, $line);
45 if ($line =~ /^\*\*\* Error/ && $line !~ /\(ignored\)/) {
47 while ($line = <>) {
65 if (!$error && $line !~ m/^TB / && length($line) >= $width) {
[all …]
/freebsd-12.1/contrib/bmake/
H A Dparse.c827 line++; in ParseMessage()
831 line++; in ParseMessage()
1278 cp = line; in ParseDoDependency()
1496 line = cp; in ParseDoDependency()
1497 } while (*line && (ParseIsEscaped(lstart, line) || in ParseDoDependency()
1498 ((*line != '!') && (*line != ':')))); in ParseDoDependency()
1733 cp = line; in ParseDoDependency()
1796 for (;(*line == ' ') || (*line == '\t'); line++) in Parse_IsVar()
1874 while ((*line == ' ') || (*line == '\t')) { in Parse_DoVar()
1875 line++; in Parse_DoVar()
[all …]
/freebsd-12.1/contrib/bmake/unit-tests/
H A Descape.exp56 echo :'first line\
59 :first line\
62 echo :'first line\
64 :first line\
66 echo :'first line\
68 :first line\
72 :first line\
89 :first line\\\
94 :first line\\\
98 :first line\\\
[all …]
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dlex.c2 #line 3 "lex.c"
790 #line 1 "lex.l"
791 #line 2 "lex.l"
1032 #line 68 "lex.l"
1119 #line 69 "lex.l"
1124 #line 70 "lex.l"
1129 #line 71 "lex.l"
1134 #line 72 "lex.l"
1139 #line 73 "lex.l"
1144 #line 74 "lex.l"
[all …]
/freebsd-12.1/sys/netgraph/
H A Dnetgraph.h184 int line);
186 int line);
188 int line);
197 hook->lastline = line; in _chkhook()
204 _chkhook(hook, file, line); in _ng_hook_ref()
211 _chkhook(hook, file, line); in _ng_hook_name()
218 _chkhook(hook, file, line); in _ng_hook_unref()
225 _chkhook(hook, file, line); in _ng_hook_set_private()
232 _chkhook(hook, file, line); in _ng_hook_set_rcvmsg()
465 node->lastline = line; in _chknode()
[all …]
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c128 #line 15 "btyacc_demo.y"
154 #line 36 "btyacc_demo.y"
673 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
682 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
691 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
700 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
709 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
718 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
727 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
736 #line 83 "btyacc_demo.y" in YYDESTRUCT_DECL()
[all …]

12345678910>>...124