Searched refs:_ifd (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | elfcopy.h | 286 void create_binary(int _ifd, int _ofd); 288 void create_elf_from_binary(struct elfcopy *_ecp, int _ifd, const char *ifn); 289 void create_elf_from_ihex(struct elfcopy *_ecp, int _ifd); 290 void create_elf_from_srec(struct elfcopy *_ecp, int _ifd); 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); 323 int ac_detect_ar(int _ifd); 324 void ac_create_ar(struct elfcopy *_ecp, int _ifd, int _ofd);
|
| H A D | ascii.c | 208 int _ifd, first, sec_index, in_symtab, symtab_created; in create_elf_from_srec() local 212 if ((_ifd = dup(ifd)) < 0) in create_elf_from_srec() 214 if ((ifp = fdopen(_ifd, "r")) == NULL) in create_elf_from_srec() 478 int _ifd, first, sec_index; in create_elf_from_ihex() local 481 if ((_ifd = dup(ifd)) < 0) in create_elf_from_ihex() 483 if ((ifp = fdopen(_ifd, "r")) == NULL) in create_elf_from_ihex()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_getch.c | 152 _nc_console_handle(sp->_ifd), in check_mouse_activity() 167 _nc_console_handle(sp->_ifd), in check_mouse_activity() 284 if (NC_ISATTY(sp->_ifd) && IsCbreak(sp)) { in fifo_push() 294 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && IsCbreak(sp)) { in fifo_push() 297 _nc_console_handle(sp->_ifd), in fifo_push() 313 _nc_console_handle(sp->_ifd), in fifo_push() 317 n = (int) read(sp->_ifd, &c2, (size_t) 1); in fifo_push() 325 TR(TRACE_IEVENT, ("read(%d,&ch,1)=%d, errno=%d", sp->_ifd, n, errno)); in fifo_push()
|
| H A D | lib_mouse.c | 696 if (NC_ISATTY(sp->_ifd)) in initialize_mousetype() 697 the_device = ttyname(sp->_ifd); in initialize_mousetype() 1117 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in decode_xterm_X10() 1119 sp->_ifd, in decode_xterm_X10() 1165 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in decode_xterm_1005() 1167 sp->_ifd, in decode_xterm_1005() 1243 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in read_SGR() 1245 sp->_ifd, in read_SGR()
|
| H A D | lib_newterm.c | 294 SP_PARM->_ifd = fileno(_ifp); in NCURSES_SP_NAME()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_twait.c | 251 fds[count].fd = sp->_ifd; in _nc_timed_wait() 356 FD_SET(sp->_ifd, &set); in _nc_timed_wait() 357 count = sp->_ifd + 1; in _nc_timed_wait() 386 FD_SET(sp->_ifd, &set); in _nc_timed_wait() 504 && FD_ISSET(sp->_ifd, &set)) in _nc_timed_wait()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_kernel.c | 181 if (NC_ISATTY(SP_PARM->_ifd)) in NCURSES_SP_NAME() 182 flush_input(SP_PARM->_ifd); in NCURSES_SP_NAME()
|
| H A D | tinfo_driver.c | 966 _nc_console_handle(sp->_ifd), in drv_testmouse() 1275 _nc_console_handle(sp->_ifd), in drv_twait() 1300 _nc_console_handle(sp->_ifd), in drv_read() 1303 n = (int) read(sp->_ifd, &c2, (size_t) 1); in drv_read()
|
| H A D | lib_raw.c | 60 #define _nc_setmode(mode) setmode(SP_PARM->_ifd, mode)
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | report_offsets.c | 145 show_offset(SCREEN, _ifd); in main()
|
| H A D | curses.priv.h | 1032 int _ifd; /* input file descriptor for screen */ member
|