Searched refs:str_file (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-script.c427 string_file str_file;
430 current_uiout->redirect (&str_file);
434 = make_scoped_restore (&gdb_stdout, &str_file);
436 = make_scoped_restore (&gdb_stderr, &str_file);
438 = make_scoped_restore (&gdb_stdlog, &str_file);
440 = make_scoped_restore (&gdb_stdtarg, &str_file);
442 = make_scoped_restore (&gdb_stdtargerr, &str_file);
447 return std::move (str_file.string ());
426 string_file str_file; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtop.c757 string_file str_file (term_out);
761 execute_fn_to_ui_file (&str_file, fn);
766 res = std::move (str_file.string ());
771 res = std::move (str_file.string ());
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c598 const char *str_file; member in struct:__anon386
777 if (t->str_file && strcasecmp(t->str_file, cmd) == 0)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c669 const char *str_file; member in struct:__anon81
860 if (t->str_file && OPENSSL_strcasecmp(t->str_file, cmd) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtop.c735 string_file str_file (term_out);
737 execute_command_to_ui_file (&str_file, p, from_tty);
738 return std::move (str_file.string ());

Completed in 106 milliseconds