Home
last modified time | relevance | path

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

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