/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-errors-jobs.exp | 21 echo 'line1 23 line1 29 echo 'line1${.newline}line2'; false 30 => echo 'line1 35 echo 'line1 line2'; false 36 line1 line2 41 echo 'line1 line2'; false
|
H A D | opt-debug-errors.exp | 13 echo 'line1 15 line1 19 *** Failed command: echo 'line1 line2'; false 21 echo 'line1 line2'; false 22 line1 line2 25 *** Failed command: echo 'line1 line2'; false
|
H A D | cmdline-redirect-stdin.mk | 14 line1!= read line; echo "$$line" 17 .if ${line1} != "first line" 18 . error line1="${line1}" 21 # If this branch is ever reached, the shell from the assignment to line1
|
H A D | opt-debug-errors.mk | 26 echo 'line1${.newline}line2'; false 31 echo 'line1\
|
H A D | opt-debug-errors-jobs.mk | 22 echo 'line1${.newline}line2'; false 27 echo 'line1\
|
/freebsd/usr.bin/comm/ |
H A D | comm.c | 62 char *line1, *line2; in main() local 109 line1 = line2 = NULL; in main() 115 n1 = getline(&line1, &line1len, fp1); in main() 118 if (n1 > 0 && line1[n1 - 1] == '\n') in main() 119 line1[n1 - 1] = '\0'; in main() 138 show(fp1, argv[0], col1, &line1, &line1len); in main() 143 if ((tline1 = convert(line1)) != NULL) in main() 146 comp = strcmp(line1, line2); in main() 158 (void)printf("%s%s\n", col3, line1); in main() 167 (void)printf("%s%s\n", col1, line1); in main()
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 530 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; in readprivs() local 540 (void) fgets(line1, sizeof (line1), fd); in readprivs() 541 while (fgets(line1, sizeof (line1), fd) != NULL && in readprivs() 543 if ((fsp = strtok(line1, " \t:")) == NULL) { in readprivs() 544 warnx("%s: bad format", line1); in readprivs() 708 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; in readtimes() local 718 (void) fgets(line1, sizeof (line1), fd); in readtimes() 719 (void) fgets(line1, sizeof (line1), fd); in readtimes() 720 while (fgets(line1, sizeof (line1), fd) != NULL) { in readtimes() 721 if ((fsp = strtok(line1, " \t:")) == NULL) { in readtimes() [all …]
|
/freebsd/sbin/dhclient/ |
H A D | conflex.c | 59 static char line1[81]; variable 83 cur_line = line1; in new_parse() 96 if (cur_line == line1) { in get_char() 98 prev_line = line1; in get_char() 100 cur_line = line1; in get_char() 107 if (lpos < sizeof(line1)) { in get_char()
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_here.sh | 326 'cat << "echo"'"${nl}"'line1\'"${nl}"'line2\'"${nl}echo${nl}echo${nl}" \ 327 'line1\ line2\' 0 329 'cat << echo'"${nl}"'line1\'"${nl}"'line2\'"${nl}echo${nl}echo${nl}" \ 418 L='cat << EOF1'"${nl}"'LINE1$(cat << EOF2'"${nl}" 428 # LINE1$(cat << EOF2 470 check 'X=12345; Y="string1 line1?-line2"; Z=; unset W; cat <<-EOF 474 ' '5string1 line1?-line2string1 -line2 ""'\'\'' string1 66666' 0
|
H A D | t_redir.sh | 70 printf '%s\n%s\n%s\n' Line1 Line2 Line3 > File 71 atf_check -s exit:0 -o inline:'Line1\nLine2\nLine3\n' -e empty \ 215 while read line1 <File 218 echo "$line1":"$line2"
|
/freebsd/contrib/diff/src/ |
H A D | analyze.c | 681 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 686 which the insertion was done; vice versa for INSERTED and LINE1. */ 689 add_change (lin line0, lin line1, lin deleted, lin inserted, in add_change() argument 695 new->line1 = line1; in add_change() 722 lin line0 = i0, line1 = i1; in build_reverse_script() local 729 script = add_change (line0, line1, i0 - line0, i1 - line1, script); in build_reverse_script() 756 lin line0 = i0, line1 = i1; in build_script() local 763 script = add_change (i0, i1, line0 - i0, line1 - i1, script); in build_script()
|
H A D | util.c | 674 *first1 = hunk->line1; in analyze_hunk() 680 l1 = next->line1 + next->inserted - 1; in analyze_hunk() 699 for (i = next->line1; i <= l1 && trivial; i++) in analyze_hunk() 767 long int line1 = sp->line1; in debug_script() local 771 line0, line1, deleted, inserted); in debug_script()
|
H A D | context.c | 239 while (next && next->line1 + next->inserted <= i) in pr_context_hunk() 245 if (next && next->line1 <= i) in pr_context_hunk() 401 top1 = start->line1 + start->inserted; in find_hunk() 409 if (start && start->line0 - top0 != start->line1 - top1) in find_hunk()
|
H A D | diff.h | 211 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 216 which the insertion was done; vice versa for INSERTED and LINE1. */ 224 lin line1; /* Line number of 1st inserted line. */ member
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | rt274.txt | 21 * LINE1
|
H A D | wm8753.txt | 23 * LINE1
|
H A D | wlf,wm8753.yaml | 19 * LINE1
|
H A D | socionext,uniphier-evea.yaml | 48 0: line1
|
H A D | nvidia,tegra-audio-wm8753.yaml | 46 - LINE1
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 1077 char *line1; in printc() local 1080 if (!(line1 = xfgets(file1))) in printc() 1086 linep->line = line1; in printc() 1141 char *line1; in printd() local 1145 if (!(line1 = xfgets(file1))) in printd() 1147 enqueue(line1, '<', NULL); in printd()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check_test.sh | 225 h_pass "echo line1; echo foo bar" -o "match:^foo" 348 h_pass "echo line1 1>&2; echo foo bar 1>&2" -e "match:^foo"
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBBreakpointDocstrings.i | 46 self.assertTrue(frame0.GetLineEntry().GetLine() == self.line1 and
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | bosch,m_can.yaml | 34 - description: interrupt line1
|
/freebsd/contrib/atf/atf-c/ |
H A D | utils_test.c | 285 atf_utils_create_file("test.txt", "line1\nthe second line\naaaabbbb\n"); in ATF_TC_BODY() 287 ATF_CHECK(atf_utils_grep_file("line1", "test.txt")); in ATF_TC_BODY()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 273 atf::utils::create_file("test.txt", "line1\nthe second line\naaaabbbb\n"); in ATF_TEST_CASE_BODY() 275 ATF_REQUIRE(atf::utils::grep_file("line1", "test.txt")); in ATF_TEST_CASE_BODY()
|