/src/tests/lib/libc/locale/ |
t_toupper.c | 69 unsigned char answer, reported; local in function:h_swapcase 80 reported = toupper((int)(unsigned char)t->lower[i]); 83 reported = tolower((int)(unsigned char)t->upper[i]); 85 printf(" expecting %2.2x, reported %2.2x\n", answer, reported); 86 ATF_REQUIRE_EQ(reported, answer);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_hangcheck.c | 796 unsigned long count = 0, reported; local in function:__igt_reset_engines 919 reported = i915_reset_engine_count(global, engine); 920 reported -= threads[engine->id].resets; 921 if (reported != count) { 922 pr_err("i915_reset_engine(%s:%s): reset %lu times, but reported %lu\n", 923 engine->name, test_name, count, reported);
|
/src/sys/arch/alpha/alpha/ |
fp_complete.c | 179 static uint64_t reported; local in function:this_cannot_happen 185 if (1UL << what_cannot_happen & reported) 187 reported |= 1UL << what_cannot_happen; 193 printf("FP event %d/%lx/%lx\n", what_cannot_happen, reported,
|
/src/sbin/fdisk/ |
fdisk.c | 156 * the geometry reported by the disk, or do LBA reads (possibly LBA48). 169 * not the same size as those reported, so has to do read modify write 179 /* Disks reported geometry and overall size from device driver */ 2714 static int reported; local in function:read_s0 2742 if (!reported) 2745 reported = 1;
|