OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remote_fio_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote-fileio.c
44
}
remote_fio_data
;
variable in typeref:struct:__anon17981
57
if (!
remote_fio_data
.fd_map)
59
remote_fio_data
.fd_map = XNEWVEC (int, 10);
60
remote_fio_data
.fd_map_size = 10;
61
remote_fio_data
.fd_map[0] = FIO_FD_CONSOLE_IN;
62
remote_fio_data
.fd_map[1] = FIO_FD_CONSOLE_OUT;
63
remote_fio_data
.fd_map[2] = FIO_FD_CONSOLE_OUT;
65
remote_fio_data
.fd_map[i] = FIO_FD_INVALID;
73
int i =
remote_fio_data
.fd_map_size;
75
if (!
remote_fio_data
.fd_map
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
remote-fileio.c
44
}
remote_fio_data
;
variable in typeref:struct:__anon20725
57
if (!
remote_fio_data
.fd_map)
59
remote_fio_data
.fd_map = XNEWVEC (int, 10);
60
remote_fio_data
.fd_map_size = 10;
61
remote_fio_data
.fd_map[0] = FIO_FD_CONSOLE_IN;
62
remote_fio_data
.fd_map[1] = FIO_FD_CONSOLE_OUT;
63
remote_fio_data
.fd_map[2] = FIO_FD_CONSOLE_OUT;
65
remote_fio_data
.fd_map[i] = FIO_FD_INVALID;
73
int i =
remote_fio_data
.fd_map_size;
75
if (!
remote_fio_data
.fd_map
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026