Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/elfcopy/
HDelfcopy.h279 void create_binary(int _ifd, int _ofd);
289 void create_ihex(int _ifd, int _ofd);
291 void create_srec(struct elfcopy *_ecp, int _ifd, int _ofd, const char *_ofn);
317 void ac_create_ar(struct elfcopy *_ecp, int _ifd, int _ofd);
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c122 if (SP_PARM != 0 && SP_PARM->_ofd >= 0) { in NCURSES_SP_NAME()
130 IGNORE_RC(write(SP_PARM->_ofd, SP_PARM->out_buffer, amount)); in NCURSES_SP_NAME()
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_set_term.c377 sp->_ofd = output ? fileno(output) : -1; in NCURSES_SP_NAME()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h980 int _ofd; /* output file descriptor for screen */ member