Searched refs:_ofd (Results 1 – 4 of 4) sorted by relevance
279 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);
122 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()
377 sp->_ofd = output ? fileno(output) : -1; in NCURSES_SP_NAME()
980 int _ofd; /* output file descriptor for screen */ member