/src/tests/lib/libc/gen/posix_spawn/ |
t_spawn.c | 311 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY 315 RL(mkdir(relative_dir, 0777)); 316 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir)); 325 spawn_chdir(relative_dir, filepath, 1, 0); 413 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY 417 RL(mkdir(relative_dir, 0755)); 424 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir)); 427 spawn_chdir(relative_dir, filepath, 2, 0);
|
t_spawn.c | 311 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY 315 RL(mkdir(relative_dir, 0777)); 316 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir)); 325 spawn_chdir(relative_dir, filepath, 1, 0); 413 const char *relative_dir = "ch-dir"; local in function:ATF_TC_BODY 417 RL(mkdir(relative_dir, 0755)); 424 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir)); 427 spawn_chdir(relative_dir, filepath, 2, 0);
|