Lines Matching defs:vfmt
103 report_abi(int cmd, const char *vfmt)
118 (void) printf(vfmt, bits, isa);
209 char *vfmt;
273 vfmt = gettext("%d-bit %s kernel modules\n");
274 (void) report_abi(SI_ARCHITECTURE_K, vfmt);
278 vfmt = gettext("%d-bit %s applications\n");
281 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) == NULL)
282 isa = report_abi(SI_ARCHITECTURE_32, vfmt);
286 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) != NULL) {
293 if ((isa32 = report_abi(SI_ARCHITECTURE_32, vfmt)) != NULL) {