Home | History | Annotate | Download | only in src

Lines Matching full:fileno

304 	if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0)
1295 (void)ftruncate(fileno(fp), off);