Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28033 char *zPtrSz = sizeof(void*)==8 ? "64-bit" : "32-bit"; in do_meta_command() local
28044 CTIMEOPT_VAL(__clang_patchlevel__) " (%s)\n", zPtrSz); in do_meta_command()
28046 oputf("msvc-" CTIMEOPT_VAL(_MSC_VER) " (%s)\n", zPtrSz); in do_meta_command()
28048 oputf("gcc-" __VERSION__ " (%s)\n", zPtrSz); in do_meta_command()