/src/usr.bin/make/unit-tests/ |
opt-debug-errors.exp | 14 line2'; false 16 line2 19 *** Failed command: echo 'line1 line2'; false 21 echo 'line1 line2'; false 22 line1 line2 25 *** Failed command: echo 'line1 line2'; false
|
cmdline-redirect-stdin.mk | 15 line2!= read line; echo "$$line" 20 .elif ${line2} == "" 29 .elif ${line2} != "second line" 30 . error line2="${line2}"
|
opt-debug-errors-jobs.exp | 22 line2'; false 24 line2 29 echo 'line1${.newline}line2'; false 31 line2'; false 35 echo 'line1 line2'; false 36 line1 line2 41 echo 'line1 line2'; false
|
opt-debug-errors-jobs.mk | 22 echo 'line1${.newline}line2'; false 28 line2'; false
|
opt-debug-errors.mk | 26 echo 'line1${.newline}line2'; false 32 line2'; false
|
/src/share/man/man8/ |
MAKEDEV2manpage.awk | 210 line2=toupper(substr(line, 1, 1)) substr(line, 2); 211 sub(/Wscons/, "wscons", line2); 212 sub(/Pccons/, "pccons", line2); 213 print line2;
|
/src/usr.bin/comm/ |
comm.c | 72 char line1[MAXLINELEN], line2[MAXLINELEN]; local in function:main 122 file2done = !getnextln(line2, fp2); 127 show(fp2, col2, line2); 137 if (!(comp = compare(line1, line2))) { 156 if (printf("%s%s\n", col2, line2) < 0)
|
/src/usr.bin/ftp/ |
domacro.c | 51 char *cp1, *cp2, line2[FTPBUFLEN]; local in function:domacro 70 (void)strlcpy(line2, line, sizeof(line2)); 135 (void)strlcpy(line, line2, sizeof(line));
|
/src/usr.bin/error/ |
input.c | 401 char *line1 = NULL, *line2 = NULL; local in function:lint1 421 && persperdexplode(cur_wordv[cur_wordc], &line2, &file2) 429 nwordv2[1] = line2; 437 free(line2);
|
/src/usr.bin/mail/ |
support.c | 207 char line2[LINESIZE]; local in function:gethfield 237 if ((c = readline(f, line2, LINESIZE, 0)) < 0) 240 cp2 = skip_WSP(line2); 241 c -= (int)(cp2 - line2);
|
/src/usr.bin/sdiff/ |
sdiff.c | 907 printa(FILE *file, size_t line2) 911 for (; file2ln <= line2; ++file2ln) { 1002 /* Print out lines file1ln to line2. */
|
/src/tests/bin/sh/ |
t_redir.sh | 76 printf '%s\n%s\n%s\n' Line1 Line2 Line3 > File 241 read line2 242 echo "$line1":"$line2"
|
/src/sys/external/isc/libsodium/dist/test/default/ |
Makefile.in | 525 if ((getline line2 < ($$0 ".log")) < 0) \
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display.c | 1053 u32 line1, line2; local in function:pipe_scanline_is_moving 1063 line2 = I915_READ(reg) & line_mask; 1065 return line1 != line2;
|