Searched refs:sfx (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddeptool.cpp599 String sfx; local
600 parseName(fname, path, basename, sfx);
601 if (sfx == "cpp" || sfx == "c" || sfx == "cxx" || sfx == "cc")
607 fe->suffix = sfx;
610 else if (sfx == "h" || sfx == "hh" ||
611 sfx
[all...]
/inkscape/
H A Dbuildtool.cpp6021 String sfx; local
6022 parseName(fileName, path, basename, sfx);
6023 if (sfx == "cpp" || sfx == "c" || sfx == "cxx" ||
6024 sfx == "cc" || sfx == "CC")
6029 fe->suffix = sfx;
6032 else if (sfx == "h" || sfx
6822 String sfx = dep.suffix; local
[all...]

Completed in 64 milliseconds