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

1 2 3 4 5 6

  /src/tests/lib/libc/locale/
t_toupper.c 69 unsigned char answer, reported; local
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.
recursive.mk 21 # 2020-08-06, when make ran in -dL mode, it reported: "Variable am__v_lt_ is
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/external/bsd/ntp/dist/sntp/
sntp-opts.def 260 means that to get to UTC from the reported local time one must
267 based on the reported precision of the server.
269 is the reported
273 synchronization distance, this will be reported as
285 of the host is 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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 540 "interceptor: %.*s (reported once per process)\n",
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 532 "interceptor: %.*s (reported once per process)\n",
  /src/sys/arch/alpha/alpha/
fp_complete.c 179 static uint64_t reported; local
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
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/external/historical/nawk/dist/
FIXES 88 Fix Issue #147, reported by Github user drawkula, and fixed
FIXES.1e 231 Fix a few memory leaks reported by valgrind, as well.
436 fixed obscure call by value bug in split(a[1],a) reported on
713 reported by gcc's -Wwrite-strings. as it says in the gcc manual,
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 117 entry. If an exception should be reported, then the package forces
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c 304 krb5_boolean reported = FALSE; local
360 reported = TRUE;
367 reported = TRUE;
375 if (!reported
  /src/external/mit/xorg/lib/libxcb/files/
xkb.c 9744 uint16_t reported,
9760 if((reported & XCB_XKB_GBN_DETAIL_TYPES) ||
9761 (reported & XCB_XKB_GBN_DETAIL_CLIENT_SYMBOLS) ||
9762 (reported & XCB_XKB_GBN_DETAIL_SERVER_SYMBOLS)) {
9967 if(reported & XCB_XKB_GBN_DETAIL_COMPAT_MAP) {
10063 if(reported & XCB_XKB_GBN_DETAIL_INDICATOR_MAPS) {
10130 if((reported & XCB_XKB_GBN_DETAIL_KEY_NAMES) ||
10131 (reported & XCB_XKB_GBN_DETAIL_OTHER_NAMES)) {
10252 if(reported & XCB_XKB_GBN_DETAIL_GEOMETRY) {
10404 uint16_t reported,
    [all...]
xkb.h 2646 uint16_t reported; member in struct:xcb_xkb_get_kbd_by_name_reply_t
6826 uint16_t reported,
6831 uint16_t reported,
6836 uint16_t reported);
  /src/sbin/fdisk/
fdisk.c 159 * the geometry reported by the disk, or do LBA reads (possibly LBA48).
172 * not the same size as those reported, so has to do read modify write
182 /* Disks reported geometry and overall size from device driver */
2717 static int reported; local
2745 if (!reported)
2748 reported = 1;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 960 architectures where the call site PC, as reported in the DWARF, can be
2487 of the file extension reported by the shared library list.
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 973 architectures where the call site PC, as reported in the DWARF, can be
2515 of the file extension reported by the shared library list.
  /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/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 7106 static int reported = 0;
7107 if (reported < 4)
7110 if (reported == 3)
7112 reported++;
7095 static int reported = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 7106 static int reported = 0;
7107 if (reported < 4)
7110 if (reported == 3)
7112 reported++;
7095 static int reported = 0; local

Completed in 54 milliseconds

1 2 3 4 5 6