Searched refs:_ofd (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 286 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 D | lib_kernel.c | 183 else if (NC_ISATTY(SP_PARM->_ofd)) in NCURSES_SP_NAME() 184 flush_input(SP_PARM->_ofd); in NCURSES_SP_NAME()
|
H A D | lib_tputs.c | 127 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 D | lib_print.c | 93 result = (int) write(SP_PARM->_ofd, mybuf, need); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_set_term.c | 438 sp->_ofd = output ? fileno(output) : -1; in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 969 int _ofd; /* output file descriptor for screen */ member
|