Searched defs:outbase (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/test_g2g/
H A Dtest_g2g.c73 int CheckG2G(CA_Arbdata* arbdata, int* p4pTable, const char* base, int wordid, char* outbase);
94 char* outbase = NULL; local
129 outbase = argv[++i];
170 CheckG2G( ca_arbdata, p4pTable, g2glist[i], wordid, outbase);
173 CheckG2G( ca_arbdata, p4pTable, base, wordid, outbase);
186 int CheckG2G(CA_Arbdata* ca_arbdata, int* p4pTable, const char* base, int wordid, char* outbase) argument
218 if(outbase) {
219 CA_DumpSyntax( syntax, outbase);

Completed in 92 milliseconds