Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 34) sorted by relevance

12

/glibc-2.36/posix/
Dwordexp-test.c219 static int testit (struct test_case_struct *tc);
351 testit (struct test_case_struct *tc) in testit() argument
360 if (tc->env) in testit()
361 setenv ("var", tc->env, 1); in testit()
365 if (tc->ifs) in testit()
366 setenv ("IFS", tc->ifs, 1); in testit()
375 printf ("info: test %d (%s): ", ++tests, tc->words); in testit()
377 struct support_next_to_fault words = at_page_end (tc->words); in testit()
379 if (tc->flags & WRDE_APPEND) in testit()
382 if (wordexp ("pre1 pre2", &we, tc->flags & ~WRDE_APPEND) != 0) in testit()
[all …]
Dtst-getopt-cancel.c86 const struct test_type *tc = tdata->tcase; \
151 getopt (tc->argc, (char *const *)tc->argv, tc->opts))
153 getopt_long (tc->argc, (char *const *)tc->argv,
154 tc->opts, tc->longopts, 0))
/glibc-2.36/iconvdata/
Drun-iconv-test.sh99 if test "$t" = UTF8; then tc=UTF-8; else tc="$t"; fi
101 test -f ../localedata/charmaps/$tc &&
105 $PROG -f ../localedata/charmaps/$from -t ../localedata/charmaps/$tc \
116 $PROG -t ../localedata/charmaps/$from -f ../localedata/charmaps/$tc \
/glibc-2.36/sysdeps/powerpc/powerpc64/
D__longjmp-common.S36 .tc _rtld_local_ro[TC],_rtld_local_ro
38 .tc _rtld_global_ro[TC],_rtld_global_ro
41 .tc _dl_hwcap[TC],_dl_hwcap
Dsetjmp-common.S35 .tc _rtld_local_ro[TC],_rtld_local_ro
37 .tc _rtld_global_ro[TC],_rtld_global_ro
40 .tc _dl_hwcap[TC],_dl_hwcap
Dsysdep.h465 .tc _rtld_local_ro[TC],_rtld_local_ro
469 .tc _rtld_global_ro[TC],_rtld_global_ro
478 .tc _ ## var[TC],_ ## var
Dstart.S63 .tc L(start_addresses)[TC],L(start_addresses)
Dcrti.S61 .tc PREINIT_FUNCTION[TC], PREINIT_FUNCTION
Ddl-trampoline.S187 .tc _rtld_local_ro[TC],_rtld_local_ro
189 .tc _dl_hwcap[TC],_dl_hwcap
/glibc-2.36/sysdeps/ieee754/flt-32/
De_lgammaf_r.c38 tc = 1.4616321325e+00, /* 0x3fbb16c3 */ variable
182 else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;} in __ieee754_lgammaf_r()
187 else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */ in __ieee754_lgammaf_r()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_lgammal_r.c123 tc = 1.4616321449683623412626595423257213284682E0L, variable
339 y = x - (tc - one); in __ieee754_lgammal_r()
361 y = x - tc; in __ieee754_lgammal_r()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_lgamma_r.c103 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
247 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;} in __ieee754_lgamma_r()
252 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */ in __ieee754_lgamma_r()
/glibc-2.36/sysdeps/powerpc/
Dtest-arith.c45 tocheck_t tc; member
177 return result.tc; in pattern()
189 xx.tc = x; in delta()
195 tx.tc = pattern(xx.c[0] >> 7, P_O, P_Z); in delta()
203 return xx.tc; in delta()
210 return xx.tc; in delta()
/glibc-2.36/elf/
Ddl-reloc.c182 const int tc = elf_machine_type_class (r_type); in resolve_map() local
183 l->l_lookup_cache.type_class = tc; in resolve_map()
191 undef_name, l, ref, scope, v, tc, in resolve_map()
/glibc-2.36/resolv/arpa/
Dnameser_compat.h48 unsigned tc: 1; /*%< truncated message */ member
60 unsigned tc :1; /*%< truncated message */ member
/glibc-2.36/resolv/
Dtst-resolv-rotate.c48 struct resolv_response_flags flags = {.tc = force_tcp && !ctx->tcp}; in response()
51 if (flags.tc) in response()
Dtst-resolv-edns.c157 flags.tc = force_tcp && !ctx->tcp; in response()
158 if (!flags.tc && send_formerr && ctx->server_index == 0) in response()
164 if (flags.tc || flags.rcode != 0) in response()
Dtst-resolv-search.c107 flags.tc = true; in response()
111 if (flags.tc || index < 0 || items[index].response < 0) in response()
Dtst-resolv-basic.c71 struct resolv_response_flags flags = {.tc = force_tcp && !ctx->tcp}; in response()
76 if (requested_qname == nxdomain || flags.tc) in response()
Dtst-resolv-qtypes.c40 resolv_response_init (b, (struct resolv_response_flags) { .tc = 1 }); in response()
Dtst-bug18665-tcp.c47 struct resolv_response_flags flags = {.tc = true}; in response()
Dtst-resolv-trustad.c69 TEST_COMPARE (0, header.tc); in check_answer()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
D____longjmp_chk.S27 .tc .LC0[TC],.LC0
Dgetcontext.S152 .tc _rtld_global_ro[TC],_rtld_global_ro
154 .tc _dl_hwcap[TC],_dl_hwcap
/glibc-2.36/support/
Dresolv_test.h146 bool tc; member

12