Searched refs:line1 (Results 1 – 13 of 13) sorted by relevance
| /freebsd/usr.bin/comm/ |
| H A D | comm.c | 62 char *line1, *line2; in main() local 109 line1 = line2 = NULL; in main() 115 n1 = getline(&line1, &line1len, fp1); in main() 118 if (n1 > 0 && line1[n1 - 1] == '\n') in main() 119 line1[n1 - 1] = '\0'; in main() 138 show(fp1, argv[0], col1, &line1, &line1len); in main() 143 if ((tline1 = convert(line1)) != NULL) in main() 146 comp = strcmp(line1, line2); in main() 158 (void)printf("%s%s\n", col3, line1); in main() 167 (void)printf("%s%s\n", col1, line1); in main()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cmdline-redirect-stdin.mk | 14 line1!= read line; echo "$$line" 17 .if ${line1} != "first line" 18 . error line1="${line1}"
|
| H A D | opt-debug-errors.exp | 15 line1 22 line1 line2
|
| H A D | opt-debug-errors-jobs.exp | 23 line1 36 line1 line2
|
| /freebsd/usr.sbin/edquota/ |
| H A D | edquota.c | 531 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; in readprivs() local 541 (void) fgets(line1, sizeof (line1), fd); in readprivs() 542 while (fgets(line1, sizeof (line1), fd) != NULL && in readprivs() 544 if ((fsp = strtok(line1, " \t:")) == NULL) { in readprivs() 545 warnx("%s: bad format", line1); in readprivs() 709 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; in readtimes() local 719 (void) fgets(line1, sizeof (line1), fd); in readtimes() 720 (void) fgets(line1, sizeof (line1), fd); in readtimes() 721 while (fgets(line1, sizeof (line1), fd) != NULL) { in readtimes() 722 if ((fsp = strtok(line1, " \t:")) == NULL) { in readtimes() [all …]
|
| /freebsd/sbin/dhclient/ |
| H A D | conflex.c | 59 static char line1[81]; variable 83 cur_line = line1; in new_parse() 96 if (cur_line == line1) { in get_char() 98 prev_line = line1; in get_char() 100 cur_line = line1; in get_char() 107 if (lpos < sizeof(line1)) { in get_char()
|
| /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 | 215 while read line1 <File 218 echo "$line1":"$line2"
|
| /freebsd/usr.bin/sdiff/ |
| H A D | sdiff.c | 1077 char *line1; in printc() local 1080 if (!(line1 = xfgets(file1))) in printc() 1086 linep->line = line1; in printc() 1141 char *line1; in printd() local 1145 if (!(line1 = xfgets(file1))) in printd() 1147 enqueue(line1, '<', NULL); in printd()
|
| /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 2943 struct _line *line1; in Comp_line() 2951 if (line1->last_char != line2->last_char) 2954 c1 = line1->row; 2956 att1 = line1->attributes;
|
| /freebsd/usr.bin/sed/tests/ |
| H A D | multi_test.sh | 380 echo line1 > lines3
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 619 pcm2 rec igain ogain line1 line2 line3)'/ \
|