HomeSort by: relevance | last modified time | path
    Searched refs:posix_spawn_file_actions_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
spawn.h 51 typedef struct posix_spawn_file_actions_entry { struct
  /src/sys/compat/netbsd32/
netbsd32_execve.c 95 struct posix_spawn_file_actions_entry *fae,
120 struct posix_spawn_file_actions_entry *fae;
  /src/lib/libc/gen/
posix_spawn_fileactions.c 53 fa->fae = malloc(MIN_SIZE * sizeof(struct posix_spawn_file_actions_entry));
  /src/sys/kern/
kern_exec.c 2163 const struct posix_spawn_file_actions_entry *fae =
2441 posix_spawn_fae_path(struct posix_spawn_file_actions_entry *fae)
2472 struct posix_spawn_file_actions_entry *fae;

Completed in 13 milliseconds