Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 16 of 16) sorted by relevance

/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/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/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/bmake/unit-tests/
H A Dcmdline-redirect-stdin.mk15 line2!= read line; echo "$$line"
20 .elif ${line2} == ""
H A Dopt-debug-errors.exp16 line2
22 line1 line2
H A Dopt-debug-errors-jobs.exp24 line2
36 line1 line2
/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}" \
474 ' '5string1 line1?-line2string1 -line2 ""'\'\'' string1 66666' 0
H A Dt_redir.sh217 read line2
218 echo "$line1":"$line2"
/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/usr.bin/mail/
H A Dutil.c158 char line2[LINESIZE]; in gethfield() local
187 if ((c = readline(f, line2, LINESIZE)) < 0) in gethfield()
190 for (cp2 = line2; *cp2 == ' ' || *cp2 == '\t'; cp2++) in gethfield()
192 c -= cp2 - line2; in gethfield()
/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/ee/
H A Dnew_curse.h243 extern int Comp_line P_((struct _line *line1, struct _line *line2));
H A Dnew_curse.c2942 Comp_line(line1, line2) /* compare lines */ in Comp_line() argument
2944 struct _line *line2;
2951 if (line1->last_char != line2->last_char)
2955 c2 = line2->row;
2957 att2 = line2->attributes;
/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()
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh619 pcm2 rec igain ogain line1 line2 line3)'/ \
/freebsd/contrib/tnftp/
H A DChangeLog811 - line2 may overrun if line is too long (> 200). be more