Searched refs:in_fp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | inst_sync.c | 279 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()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 199 newterm(term, out_fp, in_fp) in newterm() argument 201 FILE *out_fp, *in_fp; 211 term == (char *) 0 ? "NULL" : term, out_fp, in_fp 218 (void) SETVBUF(in_fp, (char *) 0, _IONBF, BUFSIZ); 235 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)==ERR) { 257 sp->_if = in_fp; 352 (void) typeahead(fileno(in_fp));
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 201 newterm(char *term, FILE *out_fp, FILE *in_fp) in newterm() argument 212 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ); in newterm() 229 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret) in newterm() 253 sp->_if = in_fp; in newterm() 363 (void) typeahead(fileno(in_fp)); in newterm()
|