Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c4989 static char *putcs(char *pc, char *s){ in putcs() function
5015 pOut = putcs(pOut, pSep); in toBase85()
5034 if( pSep && nCol>0 ) pOut = putcs(pOut, pSep); in toBase85()