ExecCommand        99 src/analyze/analyze-verify.c static int verify_executable(Unit *u, ExecCommand *exec) {
ExecCommand       113 src/analyze/analyze-verify.c         ExecCommand *exec;
ExecCommand       651 src/core/dbus-execute.c static int append_exec_command(sd_bus_message *reply, ExecCommand *c) {
ExecCommand       696 src/core/dbus-execute.c         ExecCommand *c = (ExecCommand*) userdata;
ExecCommand       722 src/core/dbus-execute.c         ExecCommand *c = *(ExecCommand**) userdata;
ExecCommand       153 src/core/dbus-service.c                                 ExecCommand *c;
ExecCommand       155 src/core/dbus-service.c                                 c = new0(ExecCommand, 1);
ExecCommand       187 src/core/dbus-service.c                         ExecCommand *c;
ExecCommand      1266 src/core/execute.c static int exec_child(ExecCommand *command,
ExecCommand      1790 src/core/execute.c int exec_spawn(ExecCommand *command,
ExecCommand      2016 src/core/execute.c void exec_command_done(ExecCommand *c) {
ExecCommand      2026 src/core/execute.c void exec_command_done_array(ExecCommand *c, unsigned n) {
ExecCommand      2033 src/core/execute.c void exec_command_free_list(ExecCommand *c) {
ExecCommand      2034 src/core/execute.c         ExecCommand *i;
ExecCommand      2043 src/core/execute.c void exec_command_free_array(ExecCommand **c, unsigned n) {
ExecCommand      2537 src/core/execute.c void exec_command_dump(ExecCommand *c, FILE *f, const char *prefix) {
ExecCommand      2555 src/core/execute.c void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix) {
ExecCommand      2564 src/core/execute.c void exec_command_append_list(ExecCommand **l, ExecCommand *e) {
ExecCommand      2565 src/core/execute.c         ExecCommand *end;
ExecCommand      2578 src/core/execute.c int exec_command_set(ExecCommand *c, const char *path, ...) {
ExecCommand      2607 src/core/execute.c int exec_command_append(ExecCommand *c, const char *path, ...) {
ExecCommand        25 src/core/execute.h typedef struct ExecCommand ExecCommand;
ExecCommand        83 src/core/execute.h         LIST_FIELDS(ExecCommand, command); /* useful for chaining commands */
ExecCommand       218 src/core/execute.h int exec_spawn(ExecCommand *command,
ExecCommand       224 src/core/execute.h void exec_command_done(ExecCommand *c);
ExecCommand       225 src/core/execute.h void exec_command_done_array(ExecCommand *c, unsigned n);
ExecCommand       227 src/core/execute.h void exec_command_free_list(ExecCommand *c);
ExecCommand       228 src/core/execute.h void exec_command_free_array(ExecCommand **c, unsigned n);
ExecCommand       232 src/core/execute.h void exec_command_dump(ExecCommand *c, FILE *f, const char *prefix);
ExecCommand       233 src/core/execute.h void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix);
ExecCommand       234 src/core/execute.h void exec_command_append_list(ExecCommand **l, ExecCommand *e);
ExecCommand       235 src/core/execute.h int exec_command_set(ExecCommand *c, const char *path, ...);
ExecCommand       236 src/core/execute.h int exec_command_append(ExecCommand *c, const char *path, ...);
ExecCommand       515 src/core/load-fragment.c         ExecCommand **e = data, *nce;
ExecCommand       649 src/core/load-fragment.c                 nce = new0(ExecCommand, 1);
ExecCommand       683 src/core/mount.c static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) {
ExecCommand       100 src/core/mount.h         ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX];
ExecCommand       110 src/core/mount.h         ExecCommand* control_command;
ExecCommand       880 src/core/service.c                 ExecCommand *c,
ExecCommand      1343 src/core/service.c         ExecCommand *c;
ExecCommand       137 src/core/service.h         ExecCommand* exec_command[_SERVICE_EXEC_COMMAND_MAX];
ExecCommand       149 src/core/service.h         ExecCommand *control_command;
ExecCommand       154 src/core/service.h         ExecCommand *main_command;
ExecCommand      1384 src/core/socket.c static int socket_spawn(Socket *s, ExecCommand *c, pid_t *_pid) {
ExecCommand       110 src/core/socket.h         ExecCommand* exec_command[_SOCKET_EXEC_COMMAND_MAX];
ExecCommand       125 src/core/socket.h         ExecCommand* control_command;
ExecCommand       590 src/core/swap.c static int swap_spawn(Swap *s, ExecCommand *c, pid_t *_pid) {
ExecCommand        95 src/core/swap.h         ExecCommand exec_command[_SWAP_EXEC_COMMAND_MAX];
ExecCommand       104 src/core/swap.h         ExecCommand* control_command;