Searched refs:fdop (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dfdop.h9 struct fdop { struct
10 struct fdop *next, *prev;
H A Dposix_spawn_file_actions_destroy.c1 #include "fdop.h"
6 struct fdop *op = fa->__actions, *next;
H A Dposix_spawn_file_actions_adddup2.c1 #include "fdop.h"
7 struct fdop* op = malloc(sizeof *op);
H A Dposix_spawn_file_actions_addclose.c1 #include "fdop.h"
7 struct fdop* op = malloc(sizeof *op);
H A Dposix_spawn_file_actions_addopen.c1 #include "fdop.h"
9 struct fdop* op = malloc(sizeof *op + strlen(path) + 1);

Completed in 33 milliseconds