Home
last modified time | relevance | path

Searched refs:fae_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/gen/
H A Dposix_spawn.c80 #define fae_path fae_data.open.path macro
167 fd = _open(fae->fae_path, fae->fae_oflag, fae->fae_mode); in process_file_actions_entry()
196 if (chdir(fae->fae_path) != 0) in process_file_actions_entry()
435 free(fae->fae_path); in posix_spawn_file_actions_destroy()
460 fae->fae_path = strdup(path); in posix_spawn_file_actions_addopen()
461 if (fae->fae_path == NULL) { in posix_spawn_file_actions_addopen()
531 fae->fae_path = strdup(path); in posix_spawn_file_actions_addchdir_np()
532 if (fae->fae_path == NULL) { in posix_spawn_file_actions_addchdir_np()