Home
last modified time | relevance | path

Searched defs:zSuffix (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c1109 const Char* zSuffix[BZ_N_SUFFIX_PAIRS] variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1850 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
23315 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()