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

/external/bzip2/
H A Dbzip2.c1104 const Char* zSuffix[BZ_N_SUFFIX_PAIRS] variable
1175 if (hasSuffix(inName, zSuffix[i])) {
1179 progName, inName, zSuffix[i] );
1338 if (mapSuffix(outName,zSuffix[i],unzSuffix[i]))
/external/sqlite/dist/orig/
H A Dshell.c1801 static const struct { char *zSuffix; int iMult; } aMult[] = { member in struct:__anon30996
1834 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){
/external/sqlite/dist/
H A Dshell.c1821 static const struct { char *zSuffix; int iMult; } aMult[] = { member in struct:__anon31027
1854 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){

Completed in 888 milliseconds