my_system         199 lib/util.h     int my_system (int flags, const char *shell, const char *command);
my_system          89 src/clipboard.c         my_system (EXECUTE_AS_SHELL, mc_global.shell->path, cmd);
my_system         509 src/execute.c              my_system (EXECUTE_INTERNAL, mc_global.shell->path, NULL);
my_system          46 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "/bin/some-command", "some parameter");
my_system          46 tests/lib/utilunix__my_system-fork_child_shell.c     actual_value = my_system (EXECUTE_AS_SHELL, "/bin/shell", "some command");
my_system          50 tests/lib/utilunix__my_system-fork_fail.c     actual_value = my_system (0, NULL, NULL);