Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dposix_spawn.c60 #define fae_path fae_data.open.path macro
143 fd = open(fae->fae_path, fae->fae_oflag, fae->fae_mode); in process_file_actions_entry()
277 free(fae->fae_path); in posix_spawn_file_actions_destroy()
302 fae->fae_path = strdup(path); in posix_spawn_file_actions_addopen()
303 if (fae->fae_path == NULL) { in posix_spawn_file_actions_addopen()