Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzip2.c1104 const Char* zSuffix[BZ_N_SUFFIX_PAIRS] variable
/freebsd/contrib/sqlite3/
H A Dshell.c1864 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
24579 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()