Home
last modified time | relevance | path

Searched refs:_ofd (Results 1 – 6 of 6) sorted by relevance

/freebsd/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/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c183 else if (NC_ISATTY(SP_PARM->_ofd)) in NCURSES_SP_NAME()
184 flush_input(SP_PARM->_ofd); in NCURSES_SP_NAME()
H A Dlib_tputs.c127 if (SP_PARM != 0 && SP_PARM->_ofd >= 0) { in NCURSES_SP_NAME()
129 SP_PARM->_ofd, in NCURSES_SP_NAME()
139 ssize_t res = write(SP_PARM->_ofd, buf, amount); in NCURSES_SP_NAME()
H A Dlib_print.c93 result = (int) write(SP_PARM->_ofd, mybuf, need); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c438 sp->_ofd = output ? fileno(output) : -1; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h969 int _ofd; /* output file descriptor for screen */ member