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

/external/srec/portable/include/
H A Dptypes.h247 #define LSTRNCMP strncmp macro
385 #define LSTRNCMP wcsncmp macro
/external/srec/portable/src/
H A DPFileSystem.c484 if (lastSlash -clone + 2 == 3 && LSTRNCMP(clone, L("../"), 3) == 0)
497 if (lastSlash -clone + 1 == 2 && LSTRNCMP(clone, L("./"), 2) == 0)
509 else if (lastSlash == clone && LSTRNCMP(clone, L("/"), 1) == 0)
H A DPANSIFileSystemImpl.c226 if (LSTRNCMP(path, key, LSTRLEN(key)) == 0)
/external/srec/srec/Nametag/src/
H A DNametagImpl.c87 if (LSTRNCMP(p, L("ph_"), len) != 0)
H A DNametagsImpl.c101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)
221 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)

Completed in 178 milliseconds