MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysSystem_Parse_CommandForUnix

Function kwsysSystem_Parse_CommandForUnix

Source/kwsys/System.c:228–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228char** kwsysSystem_Parse_CommandForUnix(char const* command, int flags)
229{
230 /* Validate the flags. */
231 if (flags != 0) {
232 return 0;
233 }
234
235 /* Forward to our internal implementation. */
236 return kwsysSystem__ParseUnixCommand(command, flags);
237}

Callers 1

kwsysProcess_AddCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…