Home
last modified time | relevance | path

Searched refs:zRand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c29363 char zRand[32]; /* Text string with 160 bits of randomness */ in newTempFile() local
29372 zRand[i] = "0123456789abcdefghijklmnopqrstuvwxyz"[r%36]; in newTempFile()
29375 zRand[i] = 0; in newTempFile()
29381 zHome,cDirSep,zRand,zSuffix); in newTempFile()