Searched refs:enough (Results 1 – 25 of 111) sorted by relevance
12345
/glibc-2.36/debug/ |
D | tst-fortify.c | 1456 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/ |
D | preconfigure | 45 # 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/ |
D | preconfigure | 45 # 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/ |
D | configure | 46 # 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/ |
D | configure.ac | 68 # as there is not enough space after the HEAP. Then the address of the TLS 72 # is enough space after HEAP.
|
D | configure | 97 # 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/ |
D | configure | 48 # 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/ |
D | configure | 48 # 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/ |
D | configure | 57 # 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/ |
D | configure | 46 # 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/ |
D | preconfigure | 95 # 10*(2^10) chars as input seems more than enough 161 # 10*(2^10) chars as input seems more than enough
|
D | configure | 52 # 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/ |
D | configure | 59 # 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/ |
D | configure | 48 # 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/ |
D | err_ipc.sub | 83 "(ipc/mig) user specified array not large enough for return info", /* 7 */
|
D | err_mach.sub | 103 /* 7 */ "(ipc/mig) array not large enough",
|
/glibc-2.36/sysdeps/aarch64/ |
D | configure | 56 # 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/ |
D | configure | 317 # 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/ |
D | configure.ac | 31 # kernel headers are young enough. Additionally we have minimal
|
D | configure | 50 # kernel headers are young enough. Additionally we have minimal
|
/glibc-2.36/sysdeps/mach/ |
D | configure | 304 # 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/ |
D | configure.ac | 215 dnl test if GCC is new enough. See gcc "Bug 98269 - gcc 6.5.0
|
/glibc-2.36/manual/ |
D | crypt.texi | 40 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/ |
D | stab.def | 88 are enough empty fields? */
|
/glibc-2.36/localedata/locales/ |
D | ro_RO | 127 % This issue should be fixed in the future, when enough font and application
|
12345