Home
last modified time | relevance | path

Searched refs:StrCopy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/common/dist/zlib/contrib/pascal/
H A Dexample.pas66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dexample.pas66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dexample.pas66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dexample.pas66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dexample.pas66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp2470 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() local
2473 TagInfo.Range, StrCopy, T.Range); in parseBlockNode()