/glibc-2.36/posix/ |
D | tst-pcre.c | 35 regmatch_t rm[20]; in main() local 167 if (regexec (&re, string, 20, rm, 0)) in main() 169 rm[0].rm_so = -1; in main() 170 rm[0].rm_eo = -1; in main() 187 if (rm[0].rm_so != -1 || rm[0].rm_eo != -1) in main() 190 linenum, pattern, string, rm[0].rm_so, rm[0].rm_eo); in main() 209 if (rm[num].rm_so == -1 || rm[num].rm_eo == -1) in main() 215 rm[num].rm_so, rm[num].rm_eo); in main() 221 if (rm[num].rm_eo < rm[num].rm_so in main() 222 || rm[num].rm_eo - rm[num].rm_so != len - (p + 2 - line) in main() [all …]
|
D | bug-regex9.c | 32 regmatch_t rm[2]; in main() local 48 if (regexec (&re, text, 2, rm, 0)) in main() 53 if (rm[0].rm_so != 0 || rm[0].rm_eo != 10 in main() 54 || rm[1].rm_so != 8 || rm[1].rm_eo != 8) in main() 57 rm[0].rm_so, rm[0].rm_eo, rm[1].rm_so, rm[1].rm_eo); in main()
|
D | bug-regex17.c | 32 regmatch_t rm[5]; member 64 regmatch_t rm[5]; in do_test() local 81 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test() 90 if (rm[n].rm_so != tests[i].rm[n].rm_so in do_test() 91 || rm[n].rm_eo != tests[i].rm[n].rm_eo) in do_test() 93 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) in do_test() 96 n, rm[n].rm_so, rm[n].rm_eo); in do_test()
|
D | bug-regex30.c | 32 regmatch_t rm[5]; member 63 regmatch_t rm[5]; in do_test() local 74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test() 83 if (rm[n].rm_so != tests[i].rm[n].rm_so in do_test() 84 || rm[n].rm_eo != tests[i].rm[n].rm_eo) in do_test() 86 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) in do_test() 89 n, rm[n].rm_so, rm[n].rm_eo); in do_test()
|
D | bug-regex18.c | 32 regmatch_t rm[5]; member 57 regmatch_t rm[5]; in main() local 74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main() 83 if (rm[n].rm_so != tests[i].rm[n].rm_so in main() 84 || rm[n].rm_eo != tests[i].rm[n].rm_eo) in main() 86 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) in main() 89 n, rm[n].rm_so, rm[n].rm_eo); in main()
|
D | bug-regex11.c | 31 regmatch_t rm[5]; member 95 regmatch_t rm[5]; in main() local 113 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main() 122 if (rm[n].rm_so != tests[i].rm[n].rm_so in main() 123 || rm[n].rm_eo != tests[i].rm[n].rm_eo) in main() 125 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) in main() 128 tests[i].pattern, i, n, rm[n].rm_so, rm[n].rm_eo); in main()
|
D | tst-rxspencer.c | 172 check_match (regmatch_t *rm, int idx, const char *string, in check_match() argument 177 if (rm[idx].rm_so == -1 && rm[idx].rm_eo == -1) in check_match() 183 if (rm[idx].rm_so == -1 || rm[idx].rm_eo == -1) in check_match() 191 if (rm[idx].rm_so != rm[idx].rm_eo) in check_match() 197 if (strncmp (string + rm[idx].rm_so, match + 1, strlen (match + 1) ?: 1)) in check_match() 205 if (rm[idx].rm_eo - rm[idx].rm_so != strlen (match) in check_match() 206 || strncmp (string + rm[idx].rm_so, match, in check_match() 207 rm[idx].rm_eo - rm[idx].rm_so)) in check_match() 221 regmatch_t rm[10]; in test() local 273 if (regexec (&re, string, 10, rm, eflags)) in test() [all …]
|
D | tst-boost.c | 81 regmatch_t rm[20]; in main() local 187 if (regexec (&re, string, 20, rm, eflags)) in main() 191 rm[i].rm_so = -1; in main() 192 rm[i].rm_eo = -1; in main() 212 if (rm[i].rm_so != rm_so || rm[i].rm_eo != rm_eo) in main() 215 i, rm[i].rm_so, rm[i].rm_eo, rm_so, rm_eo); in main()
|
D | bug-regex2.c | 32 regmatch_t rm[2]; in main() local 47 regexec (&re, text, 2, rm, 0); in main()
|
/glibc-2.36/math/ |
D | gen-fromfp-tests.py | 92 for rm in rm_list: 97 (test_macro, func, val, rm, ws, invalid_res)) 100 (test_macro, func, val, rm, ws, val, exact_res)) 116 for rm in rm_list: 117 if pos >= rm_away[rm]: 138 (test_macro, func, val, rm, ws, invalid_res)) 141 (test_macro, func, val, rm, ws, res, inexact_res))
|
D | test-tgmath-ret.c | 28 static int rm = FP_INT_UPWARD; variable 67 CHECK_RET_CONST(fromfp, intmax_t, rm, width) in CHECK_RET_CONST() 68 CHECK_RET_CONST(ufromfp, uintmax_t, rm, width) in CHECK_RET_CONST() 69 CHECK_RET_CONST(fromfpx, intmax_t, rm, width) in CHECK_RET_CONST() 70 CHECK_RET_CONST(ufromfpx, uintmax_t, rm, width) in CHECK_RET_CONST()
|
D | test-fenv-tls.c | 29 rm = fegetround (); \ 30 if (rm != RM) \ 32 printf ("expected " #RM ", got %d\n", rm); \ 45 int rm; in test_round() local
|
/glibc-2.36/ |
D | Makefile | 443 rm -f $(@:.d=.h).new$(v); \ 460 @rm -f $(objpfx)stubs.h 465 rm -f $(objpfx)stubs.h 501 -rm -f $(foreach o,$(object-suffixes-for-libc),\ 516 -rm -f $(postclean) 519 -rm -f $(postclean) 634 rm -f $(symbolic-link-list) 640 rm -f $(symbolic-link-list) 667 -rm -f $(postclean) 671 -rm -f $(config-generated) [all …]
|
D | configure | 1588 rm -f conftest.$ac_objext 1626 rm -f conftest.$ac_objext 1664 rm -f conftest.$ac_objext conftest$ac_exeext 1698 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1710 rm -f conftest.$ac_objext conftest$ac_exeext 1744 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1979 rm -f core *.core core.conftest.* && 1980 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 2642 rm -f conftest.er1 conftest.err 2664 rm -f conftest.o conftest.obj [all …]
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | import_intel_libm | 19 rm -f $3 28 rm -f $3 82 rm -f $f 96 rm -f $removedfiles
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | configure | 56 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 58 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 60 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext [all …]
|
/glibc-2.36/sysdeps/riscv/rvf/ |
D | get-rounding-mode.h | 27 int rm; in get_rounding_mode() local 28 asm volatile ("frrm %0" : "=r" (rm)); in get_rounding_mode() 29 return rm; in get_rounding_mode()
|
/glibc-2.36/io/ |
D | ftwtest-sh | 85 rm $testout 104 rm $testout 125 rm $testout 150 rm $testout 172 rm $testout 194 rm $testout 205 rm $testout 214 rm $testout 236 rm $testout 260 rm $testout [all …]
|
/glibc-2.36/sysdeps/s390/ |
D | configure.ac | 23 rm -f conftest* ]) 48 rm -f conftest* ]) 72 rm -f conftest* ]) 100 rm -f conftest* ]) 129 rm -f conftest* ]) 155 rm -f conftest* ]) 183 rm -f conftest* ]) 209 rm -f conftest* ])
|
D | configure | 30 rm -f conftest* 65 rm -f conftest* 101 rm -f conftest* 140 rm -f conftest* 179 rm -f conftest* 215 rm -f conftest* 253 rm -f conftest* 290 rm -f conftest* 328 rm -f conftest.err conftest.i conftest.$ac_ext
|
/glibc-2.36/gmon/ |
D | tst-gmon-gprof.sh | 33 rm -f "$actual" 34 rm -f "$expected" 35 rm -f "$expected_dot"
|
D | tst-gmon-static-gprof.sh | 33 rm -f "$actual" 34 rm -f "$expected" 35 rm -f "$expected_dot"
|
D | Makefile | 97 rm -f $@ 104 rm -f $(objpfx)tst-gmon.data.* 112 rm -f $(objpfx)tst-gmon-static.data.* 122 rm -f $(objpfx)tst-gmon-pie.data.* 130 rm -f $(objpfx)tst-gmon-static-pie.data.*
|
/glibc-2.36/stdlib/ |
D | tst-strtod-underflow.c | 96 expect_underflow (enum underflow_case c, int rm) in expect_underflow() argument 104 switch (rm) in expect_underflow() 137 test_in_one_mode (const char *s, enum underflow_case c, int rm, in test_in_one_mode() argument 152 bool this_expect_underflow = expect_underflow (c, rm); in test_in_one_mode()
|
/glibc-2.36/nscd/ |
D | nscd.init | 65 rm -f /var/lock/subsys/nscd 68 rm -f /var/run/nscd/nscd.pid 69 rm -f /var/run/nscd/socket
|