/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/contrib/bmake/unit-tests/ |
H A D | cmdline-redirect-stdin.mk | 14 line1!= read line; echo "$$line" 17 .if ${line1} != "first line" 18 . error line1="${line1}"
|
H A D | opt-debug-errors.exp | 15 line1 22 line1 line2
|
H A D | opt-debug-errors-jobs.exp | 23 line1 36 line1 line2
|
/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/diff/src/ |
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 | analyze.c | 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 | 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 | 224 lin line1; /* Line number of 1st inserted line. */ member
|
/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}" \ 474 ' '5string1 line1?-line2string1 -line2 ""'\'\'' string1 66666' 0
|
H A D | t_redir.sh | 215 while read line1 <File 218 echo "$line1":"$line2"
|
/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/ee/ |
H A D | new_curse.h | 243 extern int Comp_line P_((struct _line *line1, struct _line *line2));
|
H A D | new_curse.c | 2942 Comp_line(line1, line2) /* compare lines */ in Comp_line() argument 2943 struct _line *line1; in Comp_line() 2951 if (line1->last_char != line2->last_char) 2954 c1 = line1->row; 2956 att1 = line1->attributes;
|
/freebsd/usr.bin/sed/tests/ |
H A D | multi_test.sh | 380 echo line1 > lines3
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 619 pcm2 rec igain ogain line1 line2 line3)'/ \
|