Home
last modified time | relevance | path

Searched refs:_ifd (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h286 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 Dascii.c208 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 Dlib_getch.c163 _nc_console_handle(sp->_ifd), in check_mouse_activity()
169 HANDLE fd = _nc_get_handle(sp->_ifd); in check_mouse_activity()
184 _nc_console_handle(sp->_ifd), in check_mouse_activity()
301 if (NC_ISATTY(sp->_ifd) && IsCbreak(sp)) { in fifo_push()
311 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && IsCbreak(sp)) { in fifo_push()
314 _nc_console_handle(sp->_ifd), in fifo_push()
319 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && IsCbreak(sp)) in fifo_push()
321 _nc_get_handle(sp->_ifd), in fifo_push()
336 _nc_console_handle(sp->_ifd), in fifo_push()
340 n = (int) read(sp->_ifd, &c2, (size_t) 1); in fifo_push()
[all …]
H A Dlib_mouse.c697 if (NC_ISATTY(sp->_ifd)) in initialize_mousetype()
698 the_device = ttyname(sp->_ifd); in initialize_mousetype()
1112 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in decode_xterm_X10()
1114 sp->_ifd, in decode_xterm_X10()
1160 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in decode_xterm_1005()
1162 sp->_ifd, in decode_xterm_1005()
1238 (M_FD(sp) >= 0) ? M_FD(sp) : sp->_ifd, in read_SGR()
1240 sp->_ifd, in read_SGR()
H A Dlib_newterm.c293 SP_PARM->_ifd = fileno(_ifp); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c251 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 Dlib_kernel.c181 if (NC_ISATTY(SP_PARM->_ifd)) in NCURSES_SP_NAME()
182 flush_input(SP_PARM->_ifd); in NCURSES_SP_NAME()
H A Dtinfo_driver.c954 _nc_console_handle(sp->_ifd), in drv_testmouse()
1263 _nc_console_handle(sp->_ifd), in drv_twait()
1288 _nc_console_handle(sp->_ifd), in drv_read()
1291 n = (int) read(sp->_ifd, &c2, (size_t) 1); in drv_read()
H A Dlib_raw.c61 #define _nc_setmode(mode) setmode(SP_PARM->_ifd, mode)
/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c142 show_offset(SCREEN, _ifd); in main()
H A Dcurses.priv.h968 int _ifd; /* input file descriptor for screen */ member