HomeSort by: relevance | last modified time | path
    Searched defs:spawn_chdir (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 205 spawn_chdir(const char *dirpath, const char *filepath, enum chdirop operation, function in typeref:typename:void
294 spawn_chdir(chdirpath, filepath, OP_CHDIR, 0);
325 spawn_chdir(relative_dir, filepath, 1, 0);
349 spawn_chdir(filepath, filepath, 1, ENOTDIR);
361 spawn_chdir("/not/a/valid/dir", NULL, 1, ENOENT);
378 spawn_chdir(restricted_dir, NULL, 1, EACCES);
397 spawn_chdir(chdirpath, filepath, OP_FCHDIR, 0);
427 spawn_chdir(relative_dir, filepath, 2, 0);
455 spawn_chdir(filepath, NULL, 2, ENOTDIR);
t_spawn.c 205 spawn_chdir(const char *dirpath, const char *filepath, enum chdirop operation, function in typeref:typename:void
294 spawn_chdir(chdirpath, filepath, OP_CHDIR, 0);
325 spawn_chdir(relative_dir, filepath, 1, 0);
349 spawn_chdir(filepath, filepath, 1, ENOTDIR);
361 spawn_chdir("/not/a/valid/dir", NULL, 1, ENOENT);
378 spawn_chdir(restricted_dir, NULL, 1, EACCES);
397 spawn_chdir(chdirpath, filepath, OP_FCHDIR, 0);
427 spawn_chdir(relative_dir, filepath, 2, 0);
455 spawn_chdir(filepath, NULL, 2, ENOTDIR);

Completed in 127 milliseconds