Searched refs:_ofd (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c183 else if (NC_ISATTY(SP_PARM->_ofd))
184 flush_input(SP_PARM->_ofd);
H A Dlib_print.c93 result = (int) write(SP_PARM->_ofd, mybuf, need);
H A Dlib_tputs.c127 if (SP_PARM != 0 && SP_PARM->_ofd >= 0) {
129 SP_PARM->_ofd,
139 ssize_t res = write(SP_PARM->_ofd, buf, amount);
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h286 void create_binary(int _ifd, int _ofd);
296 void create_ihex(int _ifd, int _ofd);
297 void create_pe(struct elfcopy *_ecp, int _ifd, int _ofd);
299 void create_srec(struct elfcopy *_ecp, int _ifd, int _ofd, const char *_ofn);
324 void ac_create_ar(struct elfcopy *_ecp, int _ifd, int _ofd);
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c438 sp->_ofd = output ? fileno(output) : -1;

Completed in 605 milliseconds