Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgspawn-win32.c928 gchar **standard_output, in g_spawn_sync() argument
951 g_return_val_if_fail (standard_output == NULL || in g_spawn_sync()
959 if (standard_output) in g_spawn_sync()
960 *standard_output = NULL; in g_spawn_sync()
975 standard_output ? &outpipe : NULL, in g_spawn_sync()
1157 if (standard_output) in g_spawn_sync()
1158 *standard_output = g_string_free (outstr, FALSE); in g_spawn_sync()
1176 gint *standard_output, in g_spawn_async_with_pipes() argument
1181 g_return_val_if_fail (standard_output == NULL || in g_spawn_async_with_pipes()
1199 standard_output, in g_spawn_async_with_pipes()
[all …]
Dgspawn.h212 gint *standard_output,
260 gchar **standard_output,
267 gchar **standard_output,
Dgspawn.c370 gchar **standard_output, in g_spawn_sync() argument
386 g_return_val_if_fail (standard_output == NULL || in g_spawn_sync()
394 if (standard_output) in g_spawn_sync()
395 *standard_output = NULL; in g_spawn_sync()
416 standard_output ? &outpipe : NULL, in g_spawn_sync()
570 if (standard_output) in g_spawn_sync()
571 *standard_output = g_string_free (outstr, FALSE); in g_spawn_sync()
612 gint *standard_output, in g_spawn_async_with_pipes() argument
617 g_return_val_if_fail (standard_output == NULL || in g_spawn_async_with_pipes()
641 standard_output, in g_spawn_async_with_pipes()
[all …]
/third_party/boost/boost/iostreams/filter/
Dstdio.hpp45 static std::ostream& standard_output(char*) { return std::cout; } in standard_output() function in boost::iostreams::basic_stdio_filter
48 static std::wostream& standard_output(wchar_t*) { return std::wcout; } in standard_output() function in boost::iostreams::basic_stdio_filter
73 scoped_redirector redirect_output(standard_output((Ch*)0), &destbuf); in do_filter()