Searched refs:stdout_path (Results 1 – 6 of 6) 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/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
|