Home
last modified time | relevance | path

Searched refs:in_fp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dinst_sync.c279 static File *in_fp; variable
325 if (error = in_fputs(in_fp, linebuffer)) in in_walktree()
350 in_fp = in_fvpopen(vp); in in_write_instance()
355 error = in_fputs(in_fp, in in_write_instance()
366 if ((error = in_fflush(in_fp)) == 0) in in_write_instance()
367 error = in_fclose(in_fp); in in_write_instance()
369 (void) in_fclose(in_fp); in in_write_instance()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c201 newterm(term, out_fp, in_fp) in newterm() argument
203 FILE *out_fp, *in_fp;
213 term == (char *) 0 ? "NULL" : term, out_fp, in_fp
220 (void) SETVBUF(in_fp, (char *) 0, _IONBF, BUFSIZ);
237 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)==ERR) {
259 sp->_if = in_fp;
354 (void) typeahead(fileno(in_fp));
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c203 newterm(char *term, FILE *out_fp, FILE *in_fp) in newterm() argument
214 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ); in newterm()
231 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret) in newterm()
255 sp->_if = in_fp; in newterm()
365 (void) typeahead(fileno(in_fp)); in newterm()