Lines Matching defs:suffix
3688 * Return the suffix, if any, of a file name
3699 //trace("suffix:%s", res.c_str());
5650 * Base name, sans directory and suffix
5657 String suffix;
5680 suffix = other.suffix;
5730 * Base name, without the path and suffix
5737 String suffix;
5756 suffix = other.suffix;
5869 String &suffix);
5973 * Parse a full path name into path, base name, and suffix
5978 String &suffix)
5999 suffix = basename.substr(pos+1, basename.size()-pos-1);
6004 // basename.c_str(), suffix.c_str());
6029 fe->suffix = sfx;
6038 fe->suffix = sfx;
6320 ofile->suffix = include->suffix;
6385 fprintf(f, "<object path='%s' name='%s' suffix='%s'>\n",
6386 frec->path.c_str(), frec->baseName.c_str(), frec->suffix.c_str());
6454 depObject.suffix = objectElem->getAttribute("suffix");
6822 String sfx = dep.suffix;
6861 srcName.append(dep.suffix);