my_system         216 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         510 src/execute.c              my_system (EXECUTE_INTERNAL, mc_global.shell->path, NULL);
my_system          45 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "/bin/some-command", "some parameter");
my_system          77 tests/lib/utilunix__my_system-fork_child.c     actual_value = my_system (0, "vi +", "foo.txt");
my_system         110 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          45 tests/lib/utilunix__my_system-fork_child_shell.c     actual_value = my_system (EXECUTE_AS_SHELL, "/bin/shell", "some command");
my_system          49 tests/lib/utilunix__my_system-fork_fail.c     actual_value = my_system (0, NULL, NULL);