Home
last modified time | relevance | path

Searched refs:enough (Results 1 – 25 of 111) sorted by relevance

12345

/glibc-2.36/debug/
Dtst-fortify.c1456 char enough[10]; in do_test() local
1457 if (wctomb (enough, L'A') != 1) in do_test()
1473 if (wcrtomb (enough, L'D', &s) != 1 || enough[0] != 'D') in do_test()
1557 if (wcsrtombs (enough, &wcp, 10, &s) != 1 in do_test()
1558 || strcmp (enough, "A") != 0) in do_test()
1562 if (wcsrtombs (enough, &wcp, l0 + 10, &s) != 2 in do_test()
1563 || strcmp (enough, "BC") != 0) in do_test()
1574 memset (enough, 'Z', sizeof (enough)); in do_test()
1576 if (wcstombs (enough, wcp, 10) != 2 in do_test()
1577 || strcmp (enough, "EF") != 0) in do_test()
[all …]
/glibc-2.36/sysdeps/sh/
Dpreconfigure45 # 10*(2^10) chars as input seems more than enough
111 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/microblaze/
Dpreconfigure45 # 10*(2^10) chars as input seems more than enough
111 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/nios2/
Dconfigure46 # 10*(2^10) chars as input seems more than enough
112 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/s390/s390-64/
Dconfigure.ac68 # as there is not enough space after the HEAP. Then the address of the TLS
72 # is enough space after HEAP.
Dconfigure97 # as there is not enough space after the HEAP. Then the address of the TLS
101 # is enough space after HEAP.
/glibc-2.36/sysdeps/mips/
Dconfigure48 # 10*(2^10) chars as input seems more than enough
114 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dconfigure48 # 10*(2^10) chars as input seems more than enough
114 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/arc/
Dconfigure57 # 10*(2^10) chars as input seems more than enough
123 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/sparc/sparc32/
Dconfigure46 # 10*(2^10) chars as input seems more than enough
112 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/arm/
Dpreconfigure95 # 10*(2^10) chars as input seems more than enough
161 # 10*(2^10) chars as input seems more than enough
Dconfigure52 # 10*(2^10) chars as input seems more than enough
118 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Dconfigure59 # 10*(2^10) chars as input seems more than enough
125 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dconfigure48 # 10*(2^10) chars as input seems more than enough
114 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/mach/
Derr_ipc.sub83 "(ipc/mig) user specified array not large enough for return info", /* 7 */
Derr_mach.sub103 /* 7 */ "(ipc/mig) array not large enough",
/glibc-2.36/sysdeps/aarch64/
Dconfigure56 # 10*(2^10) chars as input seems more than enough
122 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dconfigure317 # 10*(2^10) chars as input seems more than enough
383 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/unix/sysv/linux/
Dconfigure.ac31 # kernel headers are young enough. Additionally we have minimal
Dconfigure50 # kernel headers are young enough. Additionally we have minimal
/glibc-2.36/sysdeps/mach/
Dconfigure304 # 10*(2^10) chars as input seems more than enough
370 # 10*(2^10) chars as input seems more than enough
/glibc-2.36/sysdeps/s390/
Dconfigure.ac215 dnl test if GCC is new enough. See gcc "Bug 98269 - gcc 6.5.0
/glibc-2.36/manual/
Dcrypt.texi40 them to anyone, no matter what. It is not enough to keep them in a
220 Some pseudo-random number generators do not provide unpredictable-enough
/glibc-2.36/misc/bits/
Dstab.def88 are enough empty fields? */
/glibc-2.36/localedata/locales/
Dro_RO127 % This issue should be fixed in the future, when enough font and application

12345