HomeSort by relevance Sort by last modified time
    Searched refs:zOfstFmt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
showwal.c 70 const char *zOfstFmt;
73 zOfstFmt = " %03x: ";
75 zOfstFmt = " %04x: ";
77 zOfstFmt = " %05x: ";
79 zOfstFmt = " %06x: ";
81 zOfstFmt = " %08x: ";
85 fprintf(stdout, zOfstFmt, i+printOfst);
showdb.c 78 const char *zOfstFmt;
81 zOfstFmt = " %03x: ";
83 zOfstFmt = " %04x: ";
85 zOfstFmt = " %05x: ";
87 zOfstFmt = " %06x: ";
89 zOfstFmt = " %08x: ";
94 fprintf(stdout, zOfstFmt, i+printOfst);

Completed in 538 milliseconds