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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1920 #define ustrncmp(x, y, z) strncmp((char *)(x), (char *)(y), (z)) macro
2614 if (11 <= length && 0 == ustrncmp(bytes + 4, "-Adobe-", 7)) ext = "ps";
2615 else if (14 <= length && 0 == ustrncmp(bytes + 4, "-AdobeFont", 10)) ext = "pfa";
2657 if (0 == ustrncmp(bytes + i, "WebMainResource", 15)) ext = "webarchive";
2676 } else if (20 <= length && 0 == ustrncmp(bytes + 6, "%!PS-AdobeFont", 14)) ext = "pfb";
2697 if (0 == ustrncmp(bytes + lastSlash + 1, "perl", 4)) ext = "pl";
2698 else if (0 == ustrncmp(bytes + lastSlash + 1, "python", 6)) ext = "py";
2699 else if (0 == ustrncmp(bytes + lastSlash + 1, "ruby", 4)) ext = "rb";
2735 if (0 == ustrncmp(bytes + i, "WebMainResource", 15)) ext = "webarchive";
2750 if (16 <= length && 0 == ustrncmp(byte
[all...]

Completed in 91 milliseconds