Searched refs:verify (Results 1 – 25 of 26) sorted by relevance
12
/glibc-2.36/support/ |
D | tst-support_record_failure-2.sh | 56 error: 1 test failures" $direct --test-verify 59 error: 1 test failures" $direct --test-verify --verbose 66 error: 1 test failures" --test-verify-exit 69 --direct --test-verify-exit
|
/glibc-2.36/time/ |
D | mktime.c | 126 verify (INT_MAX <= TYPE_MAXIMUM (long_int) / 4 / 366 / 24 / 60 / 60); 159 verify (TM_YEAR_BASE % 100 == 0); 208 verify (-1 / 2 == 0); in ydhms_diff()
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | README | 31 completed, run "make check" to verify that all (math) checks succeed. 33 verify that the new libm doesn't pollute the name-space and has proper
|
/glibc-2.36/include/ |
D | verify.h | 2 #define verify(R) _Static_assert (R, "verify (" #R ")") macro
|
/glibc-2.36/elf/ |
D | tst-rtld-load-self.sh | 39 ${test_wrapper} $rtld --verify $rtld 2>&1 && rc=0 || rc=$?
|
D | ldd.bash.in | 159 verify_out=`${rtld} --verify "$file"`
|
/glibc-2.36/manual/ |
D | crypt.texi | 90 To verify a passphrase, pass the previously hashed passphrase as the 193 The next program demonstrates how to verify a passphrase. It checks a
|
D | creature.texi | 31 This should not be used to verify that a program conforms to a limited
|
D | install.texi | 563 @c powerpc64le performs an autoconf test to verify the compiler compiles with 750 It is a good idea to verify that the problem has not already been
|
D | errno.texi | 11 For example, when you open an input file, you should verify that the
|
D | intro.texi | 1503 verify the order and type of arguments to a function, for example. It
|
D | users.texi | 843 besides the controlled resource, it should verify that the real user
|
/glibc-2.36/ |
D | INSTALL | 687 It is a good idea to verify that the problem has not already been
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 7685 * elf/rtld.c (dl_main): When started with --verify prevent 8348 * elf/rtld.c (dl_main): For --verify, fail if no dynamic section. 8564 * elf/rtld.c (dl_main): Take new option --verify when run directly. 8565 In verify mode, exit with status zero iff the argument object's 8567 * elf/ldd.sh.in: Use ${RTLD} --verify and only run the program if it
|
D | ChangeLog.20 | 4872 * include/verify.h: Modified. 4900 (verify.h): Include file.
|
D | ChangeLog.16 | 88 * elf/ldd.bash.in: If --verify loop fails to find a dynamic linker 1270 Add bogus extern decl to verify link_map members. 2677 verify __LONG_DOUBLE_128__ predefine.
|
D | ChangeLog.8 | 6667 * elf/ldd.bash.in: Collect output of ldd --verify in verify_out. 6670 * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
|
D | ChangeLog.19 | 2858 clockid parameter and verify that it indicates a supported clock on 13202 * include/verify.h, time/mktime-internal.h: 13206 Include stdbool.h, intprops.h, verify.h. 13224 (verify): Remove; now done by verify.h. All uses changed. 25986 Disable elision so it can verify error case for destroying a mutex.
|
D | ChangeLog.9 | 4076 available double check to verify it's a directory.
|
D | ChangeLog.17 | 13312 and l1 last arguments, if buf is defined, verify the return value 13313 equals to strlen (buf) and verify no byte beyond passed length
|
D | ChangeLog.14 | 2935 * time/mktime.c (verify): New macro. 2939 code, and verify them at compile-time.
|
D | ChangeLog.13 | 3430 on L->l_prev; it can happen under rtld --verify too.
|
D | ChangeLog.7 | 12831 * elf/rtld.c (dl_main): In verify mode check whether the dynamic
|
/glibc-2.36/math/ |
D | auto-libm-test-in | 220 # half way between two representable values. In particular, verify 7558 # verify that there is no intermediate rounding to 64 bits when
|
/glibc-2.36/posix/ |
D | tst-regex.input | 6667 * elf/ldd.bash.in: Collect output of ldd --verify in verify_out. 6670 * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
|
12