Searched refs:extBuffInteriorDotCount (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c230 int extBuffInteriorDotCount = 0; //people insist on using extensions like ".trace.plist", so we need to know how many dots back to look :( local
243 extBuffInteriorDotCount++;
309 if (extBuffInteriorDotCount == 0) {
317 if (++moreDots == extBuffInteriorDotCount) break;
319 if (moreDots == extBuffInteriorDotCount) {
358 int extBuffInteriorDotCount = 0; //people insist on using extensions like ".trace.plist", so we need to know how many dots back to look :( local
369 extBuffInteriorDotCount++;
418 if (extBuffInteriorDotCount == 0) {
426 if (++moreDots == extBuffInteriorDotCount) break;
428 if (moreDots == extBuffInteriorDotCount) {
[all...]

Completed in 291 milliseconds