/freebsd/usr.bin/comm/ |
H A D | comm.c | 62 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 D | domacro.c | 58 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 D | domacro.c | 41 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 D | cmdline-redirect-stdin.mk | 15 line2!= read line; echo "$$line" 20 .elif ${line2} == ""
|
H A D | opt-debug-errors.exp | 16 line2 22 line1 line2
|
H A D | opt-debug-errors-jobs.exp | 24 line2 36 line1 line2
|
/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 | 217 read line2 218 echo "$line1":"$line2"
|
/freebsd/sbin/dhclient/ |
H A D | conflex.c | 60 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 D | util.c | 158 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 D | edquota.c | 530 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 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 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 D | sdiff.c | 1049 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 D | complete.tcsh | 619 pcm2 rec igain ogain line1 line2 line3)'/ \
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 811 - line2 may overrun if line is too long (> 200). be more
|