Searched refs:LSTRNCMP (Results 1 – 5 of 5) sorted by relevance
/external/srec/portable/include/ |
D | ptypes.h | 247 #define LSTRNCMP strncmp macro 385 #define LSTRNCMP wcsncmp macro
|
/external/srec/portable/src/ |
D | PFileSystem.c | 484 if (lastSlash -clone + 2 == 3 && LSTRNCMP(clone, L("../"), 3) == 0) in PFileSystemGetParentDirectory() 497 if (lastSlash -clone + 1 == 2 && LSTRNCMP(clone, L("./"), 2) == 0) in PFileSystemGetParentDirectory() 509 else if (lastSlash == clone && LSTRNCMP(clone, L("/"), 1) == 0) in PFileSystemGetParentDirectory()
|
D | PANSIFileSystemImpl.c | 226 if (LSTRNCMP(path, key, LSTRLEN(key)) == 0) in PANSIFileSystemGetRealPathImpl()
|
/external/srec/srec/Nametag/src/ |
D | NametagImpl.c | 87 if (LSTRNCMP(p, L("ph_"), len) != 0) in SR_NametagCreate()
|
D | NametagsImpl.c | 101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0) in SR_NametagsLoadImpl() 221 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0) in SR_NametagsSaveImpl()
|