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

  /external/srec/portable/include/
ptypes.h 267 #define LSTRNCPY strncpy
421 #define LSTRNCPY wcsncpy
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 119 LSTRNCPY(tokenBuf, lex->nextToken, *tokenLen);
SymbolTable.c 112 LSTRNCPY(buf, value, MAX_SEMPROC_VALUE);
  /external/srec/portable/src/
LCHAR.c 61 LSTRNCPY(target + offset, source, LSTRLEN(source));
PFileSystem.c 96 LSTRNCPY(value, beginning, ending - beginning + 1);
  /external/srec/srec/Nametag/src/
NametagImpl.c 161 LSTRNCPY(impl->value, value, len);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 496 LSTRNCPY(target, beginning, ending-beginning);
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 489 LSTRNCPY(target, beginning, ending-beginning);
    [all...]

Completed in 96 milliseconds