Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c47 #define FIO_FD_CONSOLE_OUT -3 macro
61 remote_fio_data.fd_map[1] = FIO_FD_CONSOLE_OUT; in remote_fileio_init_fd_map()
62 remote_fio_data.fd_map[2] = FIO_FD_CONSOLE_OUT; in remote_fileio_init_fd_map()
650 if (fd != FIO_FD_CONSOLE_IN && fd != FIO_FD_CONSOLE_OUT && close (fd)) in remote_fileio_func_close()
696 case FIO_FD_CONSOLE_OUT: in remote_fileio_func_read()
826 case FIO_FD_CONSOLE_OUT: in remote_fileio_func_write()
867 else if (fd == FIO_FD_CONSOLE_IN || fd == FIO_FD_CONSOLE_OUT) in remote_fileio_func_lseek()
1127 if (fd == FIO_FD_CONSOLE_IN || fd == FIO_FD_CONSOLE_OUT) in remote_fileio_func_fstat()
1235 fd == FIO_FD_CONSOLE_OUT ? 1 : 0); in remote_fileio_func_isatty()