my_system         226 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         511 src/execute.c              my_system (EXECUTE_INTERNAL, mc_global.shell->path, NULL);
my_system          43 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "/bin/some-command", "some parameter");
my_system          72 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "vi +", "foo.txt");
my_system         102 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "qwe -a 'aa bb' -b -c cc -d \"dd ee\" -f ff\\ gg", "foo.txt");
my_system          43 tests/lib/utilunix__my_system-fork_child_shell.c     actual_value = my_system (EXECUTE_AS_SHELL, "/bin/shell", "some command");
my_system          47 tests/lib/utilunix__my_system-fork_fail.c     actual_value = my_system (0, NULL, NULL);