Home
last modified time | relevance | path

Searched full:line2 (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.exp22 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
H A Dopt-debug-errors.exp14 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
H A Dcmdline-redirect-stdin.mk15 line2!= read line; echo "$$line"
20 .elif ${line2} == ""
29 .elif ${line2} != "second line"
30 . error line2="${line2}"
H A Dopt-debug-errors.mk26 echo 'line1${.newline}line2'; false
32 line2'; false
H A Dopt-debug-errors-jobs.mk22 echo 'line1${.newline}line2'; false
28 line2'; false
/freebsd/usr.bin/comm/
H A Dcomm.c62 char *line1, *line2; in main() local
109 line1 = line2 = NULL; in main()
123 n2 = getline(&line2, &line2len, fp2); in main()
126 if (n2 > 0 && line2[n2 - 1] == '\n') in main()
127 line2[n2 - 1] = '\0'; in main()
133 show(fp2, argv[1], col2, &line2, &line2len); in main()
144 tline2 = convert(line2); in main()
146 comp = strcmp(line1, line2); in main()
172 (void)printf("%s%s\n", col2, line2); in main()
/freebsd/crypto/krb5/src/util/
H A Ddef-check.pl212 LINE2: label
219 next LINE2;
223 next LINE2;
227 next LINE2;
247 next LINE2;
251 next LINE2;
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c41 char *cp1, *cp2, line2[200]; in domacro() local
59 strlcpy(line2, line, sizeof(line2)); in domacro()
136 strlcpy(line, line2, sizeof(line)); in domacro()
/freebsd/contrib/tnftp/src/
H A Ddomacro.c58 char *cp1, *cp2, line2[FTPBUFLEN]; in domacro() local
77 (void)strlcpy(line2, line, sizeof(line2)); in domacro()
142 (void)strlcpy(line, line2, sizeof(line)); in domacro()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh326 '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}" \
419 L="${L}"'LINE2$(cat << EOF3'"${nl}"
429 # LINE2$(cat << EOF3
470 check 'X=12345; Y="string1 line1?-line2"; Z=; unset W; cat <<-EOF
474 ' '5string1 line1?-line2string1 -line2 ""'\'\'' string1 66666' 0
H A Dt_redir.sh70 printf '%s\n%s\n%s\n' Line1 Line2 Line3 > File
217 read line2
218 echo "$line1":"$line2"
/freebsd/usr.bin/mail/
H A Dutil.c158 char line2[LINESIZE]; in gethfield() local
187 if ((c = readline(f, line2, sizeof(line2))) < 0) in gethfield()
190 for (cp2 = line2; *cp2 == ' ' || *cp2 == '\t'; cp2++) in gethfield()
192 c -= cp2 - line2; in gethfield()
/freebsd/sbin/dhclient/
H A Dconflex.c60 static char line2[81]; variable
84 prev_line = line2; in new_parse()
97 cur_line = line2; in get_char()
101 prev_line = line2; in get_char()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt274.txt22 * LINE2
H A Dwm8753.txt24 * LINE2
H A Dwlf,wm8753.yaml20 * LINE2
H A Dsocionext,uniphier-evea.yaml50 2: line2
H A Dnvidia,tegra-audio-wm8753.yaml47 - LINE2
/freebsd/usr.sbin/edquota/
H A Dedquota.c530 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; in readprivs() local
542 fgets(line2, sizeof (line2), fd) != NULL) { in readprivs()
583 if ((cp = strtok(line2, "\n")) == NULL) { in readprivs()
584 warnx("%s: %s: bad format", fsp, line2); in readprivs()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBErrorDocstrings.i26 substrs = ['main.c:%d' % self.line2,
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h153 id_psource; /* address of string ";file;func;line1;line2;;". */
/freebsd/share/man/man4/
H A Dsnd_emu10kx.4209 .It Qq line2
/freebsd/usr.sbin/mixer/
H A Dmixer.8127 .Cm line1 , line2 , line3 ,
/freebsd/contrib/ee/
H A Dnew_curse.h243 extern int Comp_line P_((struct _line *line1, struct _line *line2));
/freebsd/usr.bin/sdiff/
H A Dsdiff.c1049 printa(FILE *file, size_t line2) in printa() argument
1053 for (; file2ln <= line2; ++file2ln) { in printa()
1143 /* Print out lines file1ln to line2. */ in printd()

12