Searched refs:_Fdl (Results 1 – 1 of 1) sorted by relevance
100 FILE *_Fdl; variable370 _Fdl = fdopen(fdl, "r+");388 if ((_Fdl = fopen(_Tty, "r+")) == NULL) {427 (void) fputs("Hit carriage return ", _Fdl);428 (void) fclose(_Fdl);478 rewind (_Fdl); /* flush line */479 (void) fputs ("\nReconnect? ", _Fdl);481 rewind (_Fdl);483 c = getc (_Fdl);487 while ( (c = getc(_Fdl)) != EOF && c != '\n')[all …]