Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowstat4.c12 #define ISPRINT(X) isprint((unsigned char)(X)) macro
139 if( ISPRINT(c) ){ in main()
H A Dshowwal.c11 #define ISPRINT(X) isprint((unsigned char)(X)) macro
166 fprintf(stdout,"%c", ISPRINT(aData[i+j]) ? aData[i+j] : '.'); in print_byte_range()
H A Dshowshm.c12 #define ISPRINT(X) isprint((unsigned char)(X)) macro
H A Dshowdb.c7 #define ISPRINT(X) isprint((unsigned char)(X)) macro
229 fprintf(stdout,"%c", ISPRINT(aData[i+j]) ? aData[i+j] : '.'); in print_byte_range()
613 zConst[ii] = ISPRINT(pData[jj]) ? pData[jj] : '.'; in decodeCell()