HomeSort by relevance Sort by last modified time
    Searched refs:LSTRNCMP (Results 1 - 5 of 5) sorted by null

  /external/srec/portable/include/
ptypes.h 247 #define LSTRNCMP strncmp
385 #define LSTRNCMP wcsncmp
  /external/srec/portable/src/
PFileSystem.c 484 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)
PANSIFileSystemImpl.c 226 if (LSTRNCMP(path, key, LSTRLEN(key)) == 0)
  /external/srec/srec/Nametag/src/
NametagImpl.c 87 if (LSTRNCMP(p, L("ph_"), len) != 0)
NametagsImpl.c 101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)
221 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)

Completed in 2667 milliseconds