Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowdb.c6 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
666 if( !ISDIGIT(zArgs[1]) ){ in decode_btree_page()
670 while( ISDIGIT(zArgs[1]) ){ in decode_btree_page()
1182 if( !ISDIGIT(azArg[i][0]) ){ in main()
H A Dshowwal.c10 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
557 if( !ISDIGIT(argv[i][0]) ){ in main()
H A Dshowshm.c11 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
H A Dfuzzershell.c70 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
759 while( ISDIGIT(zArg[0]) ){ in integerValue()
H A Dlemon.c17 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
105 if( ISDIGIT(c) || (c=='-' && ISDIGIT(zFormat[i+1])) ){ in lemon_vsprintf()
107 while( ISDIGIT(zFormat[i]) ) iWidth = iWidth*10 + zFormat[i++] - '0'; in lemon_vsprintf()
/sqlite-3.40.0/mptest/
H A Dmptest.c51 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
194 if( (z[0]=='-' || z[0]=='+') && ISDIGIT(z[1]) ) z++; in strglob()
195 if( !ISDIGIT(z[0]) ) return 0; in strglob()
197 while( ISDIGIT(z[0]) ){ z++; } in strglob()
/sqlite-3.40.0/test/
H A Ddbfuzz.c30 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
530 while( ISDIGIT(zArg[0]) ){ in integerValue()
H A Dfuzzcheck.c90 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
1704 while( ISDIGIT(zArg[0]) ){ in integerValue()
H A Dspeedtest1.c66 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro