Searched refs:stdout_path (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/include/ |
D | tst_cmd.h | 45 const char *stdout_path, 60 const char *stdout_path, in tst_cmd() argument 65 stdout_path, stderr_path, flags); in tst_cmd() 80 const char *stdout_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 32 stdout_path = argv[i]+1; in main() 40 stdout_path = argv[i]; in main() 94 if (stdout_path) { in main() 100 if (open(stdout_path, O_CREAT|O_WRONLY|O_TRUNC, 0777) < 0) { in main() 103 argv[0], stdout_path, strerror(errno)); in main()
|
/third_party/glib/gio/ |
D | gsubprocesslauncher.c | 141 g_clear_pointer (&self->stdout_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 371 stdout_path = self->stdout_path; in g_subprocess_launcher_set_flags() 376 verify_disposition ("stdout", flags & ALL_STDOUT_FLAGS, stdout_fd, stdout_path) && in g_subprocess_launcher_set_flags() 489 g_free (self->stdout_path); in g_subprocess_launcher_set_stdout_file_path() 490 self->stdout_path = g_strdup (path); in g_subprocess_launcher_set_stdout_file_path() 523 if (verify_disposition ("stdout", self->flags & ALL_STDOUT_FLAGS, fd, self->stdout_path)) in g_subprocess_launcher_take_stdout_fd()
|
D | gsubprocesslauncher-private.h | 40 gchar *stdout_path; member
|
D | gsubprocess.c | 349 else if (self->launcher->stdout_path != NULL) in initable_init() 351 …stdout_fd = close_fds[1] = unix_open_file (self->launcher->stdout_path, O_CREAT | O_WRONLY, error); in initable_init()
|
/third_party/ltp/lib/ |
D | tst_cmd.c | 132 const char *stdout_path, in tst_cmd_() argument 140 if (stdout_path != NULL) { in tst_cmd_() 141 stdout_fd = open(stdout_path, in tst_cmd_() 147 stdout_path, __FILE__, __LINE__); in tst_cmd_() 165 stdout_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 | 1232 const char *stdout_path, 1251 'stdout_path' and 'stderr_path' determine where to redirect the program
|