Searched refs:_Fdl (Results 1 – 1 of 1) sorted by relevance
102 FILE *_Fdl; variable372 _Fdl = fdopen(fdl, "r+");390 if ((_Fdl = fopen(_Tty, "r+")) == NULL) {429 (void) fputs("Hit carriage return ", _Fdl);430 (void) fclose(_Fdl);480 rewind (_Fdl); /* flush line */481 (void) fputs ("\nReconnect? ", _Fdl);483 rewind (_Fdl);485 c = getc (_Fdl);489 while ( (c = getc(_Fdl)) != EOF && c != '\n')[all …]