HomeSort by: relevance | last modified time | path
    Searched refs:reported (Results 1 - 25 of 25) sorted by relevancy

  /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/usr.bin/make/unit-tests/
directive-for-lines.mk 3 # Tests for the line numbers that are reported in .for loops.
directive-dinclude.mk 18 # Errors that are not related to opening the file are still reported.
directive-hyphen-include.mk 17 # Errors that are not related to opening the file are still reported.
directive-sinclude.mk 17 # Errors that are not related to opening the file are still reported.
directive-info.mk 44 # this meant that the reported line number was the one of the last line, not
recursive.mk 21 # 2020-08-06, when make ran in -dL mode, it reported: "Variable am__v_lt_ is
cond-cmp-numeric.mk 36 # parse error is properly reported.
opt-query.mk 16 # reported in both compat and jobs mode, and for several
varmod-gmtime.mk 144 # Before var.c 1.1062 from 2023-08-19, ':gmtime' but not ':localtime' reported
varmod-ifelse.mk 41 # In a conditional directive, undefined variables are reported as such. In a
64 # malformed conditional "1 == == 2", which is reported as "Bad conditional
varmod-edge.mk 80 # Before str.c 1.104 from 2024-07-06, no error was reported.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 527 "interceptor: %.*s (reported once per process)\n",
  /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/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/m68k/060sp/dist/
fplsp.doc 117 entry. If an exception should be reported, then the package forces
pfpsp.s 2420 # word. If no FP exception should be reported ads a result of the #
13416 # it will be inex2, but will be reported as inex1 by get_op.
fpsp.s 2420 # word. If no FP exception should be reported ads a result of the #
23455 # it will be inex2, but will be reported as inex1 by get_op.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-n950-n9.dtsi 368 * These timings are based on CONFIG_OMAP_GPMC_DEBUG=y reported
omap3-n900.dts 866 * These timings are based on CONFIG_OMAP_GPMC_DEBUG=y 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;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 556 self.error_count = 0 # global count of reported errors
1775 error: A callable to which errors are reported, which takes 4 arguments:
3665 reported as a reason to include the <functional>.
3790 error: A callable to which errors are reported, which takes 4 arguments:
3823 error: A callable to which errors are reported, which takes 4 arguments:
3866 >= verbose_level will be reported. 0 is a good default.
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 207 # instance it was reported that on HP-UX the gcc test will end up
configure 4248 # instance it was reported that on HP-UX the gcc test will end up
6316 # instance it was reported that on HP-UX the gcc test will end up
9536 # Instead, let's just punt: use the minimum linelength reported by
13509 *** Warning: the GNU linker, at least up to release 2.19, is reported
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1701 # Instead, let's just punt: use the minimum linelength reported by
5064 *** Warning: the GNU linker, at least up to release 2.19, is reported
6754 # C++ shared libraries reported to be fairly broken before

Completed in 68 milliseconds