HomeSort by: relevance | last modified time | path
    Searched defs:ttyfp (Results 1 - 2 of 2) sorted by relevancy

  /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]);
  /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);

Completed in 14 milliseconds