Home
last modified time | relevance | path

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

/dports/archivers/gtar/tar-1.34/src/
H A Dcheckpoint.c69 alloc_action (enum checkpoint_opcode opcode) in alloc_action() function
108 alloc_action (cop_dot); in checkpoint_compile_action()
110 alloc_action (cop_bell); in checkpoint_compile_action()
112 alloc_action (cop_echo); in checkpoint_compile_action()
115 act = alloc_action (cop_echo); in checkpoint_compile_action()
120 act = alloc_action (cop_exec); in checkpoint_compile_action()
125 act = alloc_action (cop_ttyout); in checkpoint_compile_action()
134 act = alloc_action (cop_sleep); in checkpoint_compile_action()
138 alloc_action (cop_totals); in checkpoint_compile_action()
141 act = alloc_action (cop_wait); in checkpoint_compile_action()
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dfind.c942 static action* alloc_action(struct pp_locals *ppl, int sizeof_struct, action_fp f) in alloc_action() function
1049 #define ALLOC_ACTION(name) (action_##name*)alloc_action(&ppl, sizeof(action_##name), (action_fp) fu… in parse_params()
1059 auto action* alloc_action(int sizeof_struct, action_fp f); in parse_params()
1060 action* alloc_action(int sizeof_struct, action_fp f) in parse_params()
1071 #define ALLOC_ACTION(name) (action_##name*)alloc_action(sizeof(action_##name), (action_fp) func_##n… in parse_params()