Searched refs:stderr_path (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/include/ |
D | tst_cmd.h | 46 const char *stderr_path, 61 const char *stderr_path, in tst_cmd() argument 65 stdout_path, stderr_path, flags); in tst_cmd() 81 const char *stderr_path, in tst_cmd() argument 85 stdout_path, stderr_path, flags); in tst_cmd()
|
D | tst_safe_macros.h | 620 const char *stdout_path, const char *stderr_path); 622 #define SAFE_CMD(argv, stdout_path, stderr_path) \ argument 623 safe_cmd(__FILE__, __LINE__, (argv), (stdout_path), (stderr_path))
|
/third_party/ltp/testcases/lib/ |
D | tst_rod.c | 20 char *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in main() local 62 stderr_path = argv[i]+2; in main() 70 stderr_path = argv[i]; in main() 108 if (stderr_path) { in main() 109 int fd = open(stderr_path, O_CREAT|O_WRONLY|O_TRUNC, 0777); in main() 121 argv[0], stderr_path, strerror(errno)); in main()
|
/third_party/glib/gio/ |
D | gsubprocesslauncher.c | 142 g_clear_pointer (&self->stderr_path, g_free); in g_subprocess_launcher_dispose() 363 const gchar *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in g_subprocess_launcher_set_flags() local 372 stderr_path = self->stderr_path; in g_subprocess_launcher_set_flags() 377 verify_disposition ("stderr", flags & ALL_STDERR_FLAGS, stderr_fd, stderr_path)) in g_subprocess_launcher_set_flags() 555 g_free (self->stderr_path); in g_subprocess_launcher_set_stderr_file_path() 556 self->stderr_path = g_strdup (path); in g_subprocess_launcher_set_stderr_file_path() 588 if (verify_disposition ("stderr", self->flags & ALL_STDERR_FLAGS, fd, self->stderr_path)) in g_subprocess_launcher_take_stderr_fd()
|
D | gsubprocesslauncher-private.h | 43 gchar *stderr_path; member
|
D | gsubprocess.c | 371 else if (self->launcher->stderr_path != NULL) in initable_init() 373 …stderr_fd = close_fds[2] = unix_open_file (self->launcher->stderr_path, O_CREAT | O_WRONLY, error); in initable_init()
|
/third_party/ltp/lib/ |
D | tst_cmd.c | 133 const char *stderr_path, in tst_cmd_() argument 150 if (stderr_path != NULL) { in tst_cmd_() 151 stderr_fd = open(stderr_path, in tst_cmd_() 157 stderr_path, __FILE__, __LINE__); in tst_cmd_() 170 stderr_path, __FILE__, __LINE__); in tst_cmd_()
|
D | tst_safe_macros.c | 543 const char *stdout_path, const char *stderr_path) in safe_cmd() argument 547 switch ((rval = tst_cmd(argv, stdout_path, stderr_path, in safe_cmd()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1233 const char *stderr_path, 1251 'stdout_path' and 'stderr_path' determine where to redirect the program
|