Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19307 static const char zOrd[] = "thstndrd"; in sqlite3VXPrintf() local
19312 buf[etBUFSIZE-3] = zOrd[x*2]; in sqlite3VXPrintf()
19313 buf[etBUFSIZE-2] = zOrd[x*2+1]; in sqlite3VXPrintf()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c28556 static const char zOrd[] = "thstndrd";
28561 *(--bufpt) = zOrd[x*2+1];
28562 *(--bufpt) = zOrd[x*2];