| /src/usr.bin/comm/ |
| comm.c | 72 char line1[MAXLINELEN], line2[MAXLINELEN]; local 120 file1done = !getnextln(line1, fp1); 132 show(fp1, col1, line1); 137 if (!(comp = compare(line1, line2))) { 140 if (printf("%s%s\n", col3, line1) < 0) 150 if (printf("%s%s\n", col1, line1) < 0)
|
| /src/usr.bin/error/ |
| input.c | 401 char *line1 = NULL, *line2 = NULL; local 422 && persperdexplode(cur_wordv[cur_wordc-2], &line1, &file1)) { 426 nwordv1[1] = line1; 438 free(line1);
|
| /src/external/gpl2/xcvs/dist/src/ |
| patch.c | 397 char *line1, *line2; local 407 line1 = NULL; 658 if (getline (&line1, &line1_chars_allocated, fp) < 0 || 661 if (line1 && strncmp("Binary files ", line1, 13) == 0) { 679 if (strncmp (line1, "*** ", 4) != 0 || 681 (cp1 = strchr (line1, '\t')) == NULL || 693 if (strncmp (line1, "--- ", 4) != 0 || 695 (cp1 = strchr (line1, '\t')) == NULL || 756 = getline (&line1, &line1_chars_allocated, fp) [all...] |
| /src/usr.bin/sdiff/ |
| sdiff.c | 936 char *line1; local 939 if (!(line1 = xfgets(file1))) 945 linep->line = line1; 1000 char *line1; local 1005 if (!(line1 = xfgets(file1))) 1007 enqueue(line1, '<', NULL);
|
| /src/external/gpl2/diffutils/dist/src/ |
| util.c | 676 *first1 = hunk->line1; 682 l1 = next->line1 + next->inserted - 1; 696 for (i = next->line1; i <= l1 && trivial; i++) 761 long line1 = sp->line1; 765 line0, line1, deleted, inserted); 750 long line1 = sp->line1; local
|
| analyze.c | 712 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 717 which the insertion was done; vice versa for INSERTED and LINE1. */ 720 add_change (lin line0, lin line1, lin deleted, lin inserted, 726 new->line1 = line1; 753 lin line0 = i0, line1 = i1; 760 script = add_change (line0, line1, i0 - line0, i1 - line1, script); 787 lin line0 = i0, line1 = i1; 794 script = add_change (i0, i1, line0 - i0, line1 - i1, script) 749 lin line0 = i0, line1 = i1; local 783 lin line0 = i0, line1 = i1; local [all...] |
| diff.h | 212 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 217 which the insertion was done; vice versa for INSERTED and LINE1. */ 225 lin line1; /* Line number of 1st inserted line. */ 223 lin line1; \/* Line number of 1st inserted line. *\/ member in struct:change
|
| /src/external/gpl2/rcs/dist/src/ |
| rcssyn.c | 560 * Store the command's line number and length into dc->line1 and dc->nlines. 569 long line1, nlines, t; local 605 line1 = 0; 608 LONG_MAX/10 < line1 || 609 (t = line1 * 10, (line1 = t + (c - '0')) < t) 630 if (line1+nlines < line1) 634 if (line1 < dc->adprev) { 637 dc->adprev = line1 + 1 [all...] |
| rcsbase.h | 653 line1, /* number of first line */ member in struct:diffcmd 655 adprev, /* previous 'a' line1+1 or 'd' line1 */ 656 dafter; /* sum of previous 'd' line1 and previous 'd' nlines */
|
| /src/external/gpl2/xcvs/dist/diff/ |
| analyze.c | 725 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 730 which the insertion was done; vice versa for INSERTED and LINE1. */ 733 add_change (line0, line1, deleted, inserted, old) 734 int line0, line1, deleted, inserted; 740 new->line1 = line1; 768 int line0 = i0, line1 = i1; 775 script = add_change (line0, line1, i0 - line0, i1 - line1, script); 803 int line0 = i0, line1 = i1 764 int line0 = i0, line1 = i1; local 799 int line0 = i0, line1 = i1; local [all...] |
| diff.h | 194 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 199 which the insertion was done; vice versa for INSERTED and LINE1. */ 207 int line1; /* Line number of 1st inserted line. */ 205 int line1; \/* Line number of 1st inserted line. *\/ member in struct:change
|
| /src/bin/sh/ |
| parser.c | 1441 int line1 = plinno; local 1493 startlinno = line1; 1513 setinputstring(pstr, 1, line1);
|
| /src/external/gpl2/texinfo/dist/util/ |
| texindex.c | 347 /* Compare LINE1 and LINE2 according to the specified set of keyfields. */ 352 char **line1 = (char **) p1; 363 char *start1 = find_field (&keyfields[i], *line1, &length1); 366 *line1 - text_base, 376 if (*line1 == *line2) 378 return *line1 < *line2 ? -1 : 1; 381 /* Compare LINE1 and LINE2, described by structures 388 struct lineinfo *line1 = (struct lineinfo *) p1; 397 if (line1->text - text_base > line2->text - text_base) 403 tem = line1->key.number - line2->key.number 349 char **line1 = (char **) p1; local 385 struct lineinfo *line1 = (struct lineinfo *) p1; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.cc | 269 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local 272 *line0 = *line1 = *line2 = *line3 = '\0'; 284 name_offset = strlen (line1); 289 size_t len = strlen (line1); 290 snprintf (line1 + len, sizeof (line1) - len, "%s%-*s", s, width, 306 fprintf (out_file, NTXT ("%*s%s\n"), space, NTXT (""), delTrailingBlanks (line1)); 1174 char *line1 = sb.toString (); local 1180 fprintf (out_file, NTXT ("%s%s\n"), line1, line2); 1185 fprintf (out_file, NTXT ("\n%s%s\n"), line1, line2) 2595 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local 2733 char line1[2 * MAX_LEN]; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.cc | 269 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local 272 *line0 = *line1 = *line2 = *line3 = '\0'; 284 name_offset = strlen (line1); 289 size_t len = strlen (line1); 290 snprintf (line1 + len, sizeof (line1) - len, "%s%-*s", s, width, 306 fprintf (out_file, NTXT ("%*s%s\n"), space, NTXT (""), delTrailingBlanks (line1)); 1174 char *line1 = sb.toString (); local 1180 fprintf (out_file, NTXT ("%s%s\n"), line1, line2); 1185 fprintf (out_file, NTXT ("\n%s%s\n"), line1, line2) 2595 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local 2733 char line1[2 * MAX_LEN]; local [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| keama.h | 82 * The "line1" and "line2" variables act as buffers for this 91 char line1[81]; member in struct:parse
|
| /src/sys/dev/stbi/ |
| stb_image.c | 1959 uint8 *line0,*line1; member in struct:__anon3678 2006 r->line0 = r->line1 = z->img_comp[k].data; 2026 y_bot ? r->line1 : r->line0, 2027 y_bot ? r->line0 : r->line1, 2031 r->line0 = r->line1; 2033 r->line1 += z->img_comp[k].w2;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc.cc | 7764 char line1[256], line2[256]; 7767 while (fgets (line1, sizeof (line1), f1)) 7771 char *p1 = line1, *p2 = line2; 7773 && line1[0] == '0' 7774 && line1[1] == 'x' 7780 if (!ISXDIGIT (line1[2 + i]) || ISUPPER (line1[2 + i])) 7785 if (i && line1[2 + i] == ' ' && j && line2[2 + j] == ' ') 7787 p1 = line1 + i + 3 7739 char line1[256], line2[256]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc.cc | 7638 char line1[256], line2[256]; 7641 while (fgets (line1, sizeof (line1), f1)) 7645 char *p1 = line1, *p2 = line2; 7647 && line1[0] == '0' 7648 && line1[1] == 'x' 7654 if (!ISXDIGIT (line1[2 + i]) || ISUPPER (line1[2 + i])) 7659 if (i && line1[2 + i] == ' ' && j && line2[2 + j] == ' ') 7661 p1 = line1 + i + 3 7613 char line1[256], line2[256]; local [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 307 * The "line1" and "line2" variables act as buffers for this 316 char line1 [81]; member in struct:parse
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display.c | 1053 u32 line1, line2; local 1061 line1 = I915_READ(reg) & line_mask; 1065 return line1 != line2;
|