/third_party/glib/glib/tests/ |
D | testing.c | 875 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 897 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 915 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 937 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 956 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 977 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 998 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 1018 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 1040 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_combining() 1072 g_spawn_sync (NULL, (char **) argv->pdata, NULL, in test_tap() [all …]
|
D | spawn-path-search.c | 49 g_spawn_sync (here, in test_do_not_search() 102 g_spawn_sync (here, in test_search_path() 157 g_spawn_sync (here, in test_search_path_from_envp() 213 g_spawn_sync (here, in test_search_path_ambiguous() 277 g_spawn_sync (here, in test_search_path_fallback_in_environ() 340 g_spawn_sync (here, in test_search_path_fallback_in_envp() 407 g_spawn_sync (here, in test_search_path_heap_allocation()
|
D | spawn-singlethread.c | 348 g_spawn_sync (NULL, (char**)argv, NULL, 0, NULL, NULL, &stdout_str, NULL, &estatus, &error); in test_spawn_sync() 377 …g_spawn_sync (NULL, (char**)argv->pdata, NULL, flags, NULL, NULL, &stdout_str, NULL, &estatus, &er… in test_posix_spawn() 397 …g_spawn_sync (NULL, (char**)argv->pdata, NULL, 0, NULL, NULL, &stdout_str, NULL, &estatus, &error); in test_spawn_script() 417 g_spawn_sync (NULL, (char**) argv->pdata, NULL, 0, NULL, NULL, &stdout_str, in test_spawn_nonexistent()
|
D | spawn-multithreaded.c | 75 …g_spawn_sync (NULL, (char**)argv->pdata, NULL, G_SPAWN_DEFAULT, NULL, NULL, &stdout_str, NULL, &es… in test_spawn_sync_multithreaded_instance()
|
/third_party/libsoup/tests/ |
D | forms-test.c | 73 if (g_spawn_sync (NULL, (char **)args->pdata, NULL, in do_hello_test() 164 if (g_spawn_sync (NULL, (char **)args->pdata, NULL, in do_md5_test_curl()
|
D | xmlrpc-old-server-test.c | 251 ok = g_spawn_sync (NULL, argv, NULL, 0, NULL, NULL, in run_xmlrpc_test()
|
D | xmlrpc-server-test.c | 251 ok = g_spawn_sync (NULL, argv, NULL, 0, NULL, NULL, in run_xmlrpc_test()
|
D | test-utils.c | 186 ok = g_spawn_sync (cwd, (char **)argv->pdata, NULL, 0, NULL, NULL, in apache_cmd()
|
/third_party/glib/glib/ |
D | gspawn.h | 254 gboolean g_spawn_sync (const gchar *working_directory,
|
D | gspawn-win32.c | 922 g_spawn_sync (const gchar *working_directory, in g_spawn_sync() function 1326 retval = g_spawn_sync (NULL, in g_spawn_command_line_sync() 1492 return g_spawn_sync (working_directory, in g_spawn_sync_utf8()
|
D | gspawn.c | 364 g_spawn_sync (const gchar *working_directory, in g_spawn_sync() function 1037 retval = g_spawn_sync (NULL, in g_spawn_command_line_sync()
|
/third_party/glib/tests/ |
D | spawn-test.c | 224 if (!g_spawn_sync (NULL, argv, NULL, in run_tests()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | install-plugins.c | 564 ret = g_spawn_sync (NULL, argv, NULL, (GSpawnFlags) 0, NULL, NULL, in gst_install_plugins_spawn_child()
|
/third_party/glib/gio/tests/ |
D | desktop-app-info.c | 454 success = g_spawn_sync (NULL, argv, envp, 0, NULL, NULL, &out, NULL, &status, NULL); in run_apps()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1532 g_spawn_sync
|
/third_party/glib/ |
D | NEWS | 1309 - #954 The g_spawn_sync() function uses select() which has limitations 6494 687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD 12305 325310 g_spawn_sync hangs when catching both stdout and
|