command           116 ckptserializer.cpp static int test_use_compression(char *compressor, char *command, char *path,
command           152 ckptserializer.cpp   if (Util::findExecutable(command, getenv("PATH"), path) == NULL) {
command           153 ckptserializer.cpp     JWARNING(false) (command)
command            81 dmtcpplugin.cpp static int dmtcpRunCommand(char command)
command            86 dmtcpplugin.cpp     runCoordinatorCmd(command, &coordCmdStatus);
command           240 execwrappers.cpp     string command = path;
command           242 execwrappers.cpp       command = command + " " + argv[i];
command           243 execwrappers.cpp     output = _real_popen(command.c_str(), "r");
command            44 popen.cpp      FILE *popen(const char *command, const char *mode)
command           123 popen.cpp          execl("/bin/sh", "sh", "-c", command, (char *) 0);
command           614 syscallsreal.c FILE *_real_popen(const char *command, const char *mode) {
command           615 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (FILE*, popen) (command, mode);
command           312 syscallwrappers.h   FILE *_real_popen(const char *command, const char *mode);
command            88 util_exec.cpp  int Util::safeSystem(const char *command)
command            95 util_exec.cpp    int rc = _real_system(command);