HomeSort by relevance Sort by last modified time
    Searched refs:LSTRCPY (Results 1 - 25 of 34) sorted by null

1 2

  /external/srec/shared/src/
CommandLine.c 47 LSTRCPY(value, *argv);
58 LSTRCPY(value, L(""));
69 LSTRCPY(value, L(""));
LStringImpl.c 46 LSTRCPY(impl->value, L(""));
76 LSTRCPY(impl->value, L(""));
HashMapImpl.c 92 LSTRCPY(clone, key);
  /external/srec/portable/src/
PFileSystem.c 80 LSTRCPY(linear, path);
167 LSTRCPY(canonical, path);
209 LSTRCPY(path, L(""));
228 LSTRCPY(path, L("./"));
311 LSTRCPY(relativePath, L(""));
337 LSTRCPY(absolutePath, filename);
368 LSTRCPY(absolutePath, path);
396 LSTRCPY(path, PFileSystemCurrentDirectory);
417 LSTRCPY(absolutePath, path);
433 LSTRCPY(PFileSystemCurrentDirectory, absolutePath)
    [all...]
PANSIFileSystemImpl.c 127 LSTRCPY(key, virtualPath);
139 LSTRCPY(value, realPath);
195 LSTRCPY(path, virtualPath);
253 LSTRCPY(path, path + LSTRLEN(bestKey));
276 LSTRCPY(realPath, path);
303 LSTRCPY(key, L(""));
311 LSTRCPY(value, L(""));
PFileImpl.c 59 LSTRCPY(impl->filename, filename);
158 LSTRCPY(filename, impl->filename);
LCHAR.c 336 LSTRCPY(string, buffer);
363 LSTRCPY(string, buffer);
pmemory.c 158 LSTRCPY(stackTrace, L(""));
166 LSTRCPY(stackTrace, L("(null)"));
515 LSTRCPY(truncatedTag, TAG_PREFIX);
516 LSTRCPY(truncatedTag + TAG_PREFIX_SIZE, e->tag + (len - countToCopy));
520 LSTRCPY(truncatedTag, e->tag);
532 LSTRCPY(stackTrace, data->stackTrace);
609 LSTRCPY((LCHAR*) gMemoryMap[idx].tag, tag);
PFileWrap.c 496 LSTRCPY ( path, input_path );
plog.c 365 LSTRCPY(text, L(""));
  /external/srec/srec/Session/src/
SR_Session.c 48 LSTRCPY(baseDirectory, filename);
53 LSTRCPY(baseDirectory, "");
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 50 LSTRCPY(path, path + 2);
77 LSTRCPY(path, path + LSTRLEN(bestValue));
98 LSTRCPY(realPath, path);
157 LSTRCPY(realPath, path);
  /external/srec/tools/dictTest/
dictTest.c 165 LSTRCPY(wordfile, argv[++i]);
167 LSTRCPY(vocabfile, argv[++i]);
169 LSTRCPY(locale, argv[++i]);
171 LSTRCPY(outfilename, argv[++i]);
173 LSTRCPY(testfilename, argv[++i]);
175 LSTRCPY(parfilename, argv[++i]);
  /external/srec/srec/Semproc/src/
SymbolTable.c 99 LSTRCPY(symbol->key, key);
115 LSTRCPY(buf, value); */
143 LSTRCPY(copyValue, pvalue);
279 LSTRCPY(self->SpecialSymbols[i].value, value);
286 LSTRCPY(self->SpecialSymbols[self->num_special_symbols].key, key);
287 LSTRCPY(self->SpecialSymbols[self->num_special_symbols].value, value);
ExpressionEvaluator.c 79 LSTRCPY(resultBuf, operands[2]);
89 LSTRCPY(resultBuf, operands[1]);
SemanticResultImpl.c 117 LSTRCPY(value, theValue);
SemanticGraphImpl.c 301 LSTRCPY(filename, basename);
349 LSTRCPY(oword, line + LSTRLEN(iword) + 1);
384 LSTRCPY(filename, basename);
984 LSTRCPY(union_script, a);
1001 LSTRCPY(union_script, a);
    [all...]
  /external/srec/tools/parseStringTest/
parseStringTest.c 306 LSTRCPY(base, argv[i]);
311 LSTRCPY(infilename, argv[i]);
316 LSTRCPY(outfilename, argv[i]);
321 LSTRCPY(inRTfilename, argv[i]);
477 LSTRCPY(trans, position);
489 LSTRCPY(key, position);
501 LSTRCPY(refValue, position);
514 LSTRCPY(result, position);
569 LSTRCPY(trans, p);
577 LSTRCPY(keyvals, p)
    [all...]
  /external/srec/tools/make_g2g/
make_g2g.c 106 LSTRCPY(outFilename,base);
  /external/srec/portable/include/
ptypes.h 252 #define LSTRCPY strcpy
386 #define LSTRCPY wcscpy
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src))
211 LSTRCPY(vocabulary, impl->filename);
216 LSTRCPY(vocabulary, impl->filename);
  /external/srec/srec/EventLog/src/
EventLogImpl.c 212 LSTRCPY(impl->logFilename, L(""));
231 LSTRCPY(impl->logFilename, dataCaptureDir);
330 LSTRCPY(record, qrecord);
569 LSTRCPY(buf, event);
658 LSTRCPY(impl->waveformFilename, impl->logFilename);
740 LSTRCPY(waveformFilename, impl->waveformFilename);
  /external/srec/srec/Nametag/src/
NametagImpl.c 226 LSTRCPY(impl->id, id);
NametagsImpl.c 104 LSTRCPY(devicePath, filename);
224 LSTRCPY(devicePath, filename);
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 536 LSTRCPY(value, temp);
619 LSTRCPY(mulname, L(""));

Completed in 641 milliseconds

1 2