Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcppspec.c61 int read_stdin = 1; in lang_specific_driver() local
99 read_stdin = 0; in lang_specific_driver()
137 read_stdin = 0; in lang_specific_driver()
168 new_argc = argc + need_E + read_stdin in lang_specific_driver()
195 if (read_stdin) in lang_specific_driver()
/trueos/contrib/libucl/tests/
HDtest_schema.c30 read_stdin (char **buf) in read_stdin() function
132 if (read_stdin (&buf) == -1) { in main()
/trueos/contrib/binutils/binutils/
HDaddr2line.c179 int read_stdin = (naddr == 0); in translate_addresses() local
183 if (read_stdin) in translate_addresses()
/trueos/contrib/gdb/include/gdb/
HDcallback.h84 int (*read_stdin) PARAMS (( host_callback *, char *, int)); member
/trueos/contrib/gdb/gdb/
HDremote-rdp.c829 callback->read_stdin (callback, &c, 1); in exec_swi()