/src/usr.bin/resize/ |
resize.c | 179 static FILE *ttyfp; variable in typeref:typename:FILE * 421 if ((ttyfp = fopen(name_of_tty, "r+")) == NULL) { 426 tty = fileno(ttyfp); 506 readstring(ttyfp, buf, size[emu]); 518 readstring(ttyfp, buf, wsize[emu]);
|
resize.c | 179 static FILE *ttyfp; variable in typeref:typename:FILE * 421 if ((ttyfp = fopen(name_of_tty, "r+")) == NULL) { 426 tty = fileno(ttyfp); 506 readstring(ttyfp, buf, size[emu]); 518 readstring(ttyfp, buf, wsize[emu]);
|
resize.c | 179 static FILE *ttyfp; variable in typeref:typename:FILE * 421 if ((ttyfp = fopen(name_of_tty, "r+")) == NULL) { 426 tty = fileno(ttyfp); 506 readstring(ttyfp, buf, size[emu]); 518 readstring(ttyfp, buf, wsize[emu]);
|
/src/usr.bin/xargs/ |
xargs.c | 626 FILE *ttyfp; local in function:prompt 628 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) 632 if ((response = fgetln(ttyfp, &rsize)) == NULL || 634 (void)fclose(ttyfp); 639 (void)fclose(ttyfp);
|
xargs.c | 626 FILE *ttyfp; local in function:prompt 628 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) 632 if ((response = fgetln(ttyfp, &rsize)) == NULL || 634 (void)fclose(ttyfp); 639 (void)fclose(ttyfp);
|
xargs.c | 626 FILE *ttyfp; local in function:prompt 628 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) 632 if ((response = fgetln(ttyfp, &rsize)) == NULL || 634 (void)fclose(ttyfp); 639 (void)fclose(ttyfp);
|