MCPcopy Create free account
hub / github.com/apache/nuttx / scour_path

Function scour_path

tools/cnvwindeps.c:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static bool scour_path(const char *path)
90{
91 /* KLUDGE: GNU make cannot handle dependencies with spaces in them.
92 * There may be addition characters that cause problems too.
93 */
94
95 return strchr(path, ' ') != NULL;
96}
97
98static bool dequote_path(const char *winpath)
99{

Callers 1

mainFunction · 0.85

Calls 1

strchrFunction · 0.50

Tested by

no test coverage detected