Searched refs:tp (Results 1 - 25 of 1377) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sparc/
H A Dsparc-reg-1.c6 register void *tp __asm__("%g7");
10 tp = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dsparc-reg-1.c6 register void *tp __asm__("%g7");
10 tp = 0;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dtok822_find.c55 TOK822 *tp; local
57 for (tp = head; tp != 0 && tp->type != op; tp = tp->next)
59 return (tp);
66 TOK822 *tp; local
68 for (tp = tail; tp !
[all...]
H A Dtok822_node.c15 /* TOK822 *tok822_free(tp)
16 /* TOK822 *tp;
59 TOK822 *tp; local
64 tp = (TOK822 *) mymalloc(sizeof(*tp));
65 tp->type = type;
66 tp->next = tp->prev = tp->head = tp
75 tok822_free(TOK822 *tp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dzero_tcs_helper.c32 ATF_TP_ADD_TCS(tp)
34 if (tp != NULL) {} /* Use tp. */
/netbsd-6-1-5-RELEASE/tests/lib/semaphore/pthread/
H A Dt_sem_pth.c4 ATF_TP_ADD_TCS(tp)
7 ATF_TP_ADD_TC(tp, postwait);
8 ATF_TP_ADD_TC(tp, initvalue);
9 ATF_TP_ADD_TC(tp, destroy);
10 ATF_TP_ADD_TC(tp, busydestroy);
11 ATF_TP_ADD_TC(tp, blockwait);
12 ATF_TP_ADD_TC(tp, named);
13 ATF_TP_ADD_TC(tp, unlink);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) argument
17 strftime (s, m, "%5C%-C%_C%0C", tp);
19 strftime (s, m, "%-5C%_5C%05C%-5d%_5d%05d%-5e%_5e%05e%-5G%_5G%05G", tp);
20 strftime (s, m, "%-5H%_5H%05H%-5I%_5I%05I%-5j%_5j%05j%-5m%_5m%05m", tp);
21 strftime (s, m, "%-5M%_5M%05M%-5S%_5S%05S%-5u%_5u%05u%-5U%_5U%05U", tp);
22 strftime (s, m, "%-5V%_5V%05V%-5w%_5w%05w%-5W%_5W%05W%-5Y%_5Y%05Y", tp);
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp);
26 strftime (s, m, "%-5g%_5g%05g%-5y%_5y%05y", tp); /* { dg-warning "only last 2" "2-digit year" } */
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */
29 strftime (s, m, "%-a", tp); /* { d
[all...]
H A Dc90-strftime-2.c10 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%C", tp); /* { dg-warning "C" "%C not in C90" } */
13 strftime (s, m, "%D", tp); /* { dg-warning "C" "%D not in C90" } */
15 strftime (s, m, "%e", tp); /* { dg-warning "C" "%e not in C90" } */
16 strftime (s, m, "%F", tp); /* { dg-warning "C" "%F not in C90" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "C" "%g not in C90" } */
19 strftime (s, m, "%G", tp); /* { dg-warning "C" "%G not in C90" } */
20 strftime (s, m, "%h", tp); /* { dg-warning "C" "%h not in C90" } */
21 strftime (s, m, "%n", tp); /* { dg-warning "C" "%n not in C90" } */
22 strftime (s, m, "%r", tp); /* { d
[all...]
H A Dc99-strftime-2.c9 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%P", tp); /* { dg-warning "C" "strftime %P" } */
14 strftime (s, m, "%k", tp); /* { dg-warning "C" "strftime %k" } */
16 strftime (s, m, "%l", tp); /* { dg-warning "C" "strftime %l" } */
18 strftime (s, m, "%s", tp); /* { dg-warning "C" "strftime %s" } */
21 strftime (s, m, "%20Y", tp); /* { dg-warning "C" "strftime width" } */
22 strftime (s, m, "%^A", tp); /* { dg-warning "C" "strftime flags" } */
H A Dc99-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%a%A%b%B%C%d%e%F%G%h%H%I%j%m%M%p%R%S%t%T%u%U%V%w%W%X%Y%z%Z%%", tp);
14 strftime (s, m, "%EC%EX%EY%Od%Oe%OH%OI%Om%OM%OS%Ou%OU%OV%Ow%OW", tp);
16 strftime (s, m, "%D", tp); /* { dg-warning "only last 2" "2-digit year" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
19 strftime (s, m, "%Oy", tp); /* { dg-warning "only last 2" "2-digit year" } */
21 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
22 strftime (s, m, "%Ec", tp); /* { dg-warning "some locales" "2-digit year" } */
23 strftime (s, m, "%x", tp); /* { d
[all...]
H A Dms_c90-strftime-2.c11 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%C", tp); /* { dg-warning "format" "%C is unsupported" } */
14 strftime (s, m, "%D", tp); /* { dg-warning "format" "%D is unsupported" } */
15 strftime (s, m, "%e", tp); /* { dg-warning "format" "%e is unsupported" } */
16 strftime (s, m, "%F", tp); /* { dg-warning "format" "%F is unsupported" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "format" "%g is unsupported" } */
18 strftime (s, m, "%G", tp); /* { dg-warning "format" "%G is unsupported" } */
19 strftime (s, m, "%h", tp); /* { dg-warning "format" "%h is unsupported" } */
20 strftime (s, m, "%n", tp); /* { dg-warning "format" "%n is unsupported" } */
21 strftime (s, m, "%r", tp); /* { d
[all...]
H A Dno-y2k-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
11 strftime (s, m, "%y%c%x", tp);
H A Dc90-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%a%A%b%B%d%H%I%j%m%M%p%S%U%w%W%X%Y%Z%%", tp);
15 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
17 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
18 strftime (s, m, "%x", tp); /* { dg-warning "some locales" "2-digit year" } */
H A Dms_c90-strftime-1.c10 foo (char *s, size_t m, const struct tm *tp) argument
14 strftime (s, m, "%a%A%b%B%d%H%I%j%m%M%p%S%U%w%W%X%Y%Z%%", tp);
16 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
19 strftime (s, m, "%x", tp); /* { dg-warning "some locales" "2-digit year" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) argument
17 strftime (s, m, "%5C%-C%_C%0C", tp);
19 strftime (s, m, "%-5C%_5C%05C%-5d%_5d%05d%-5e%_5e%05e%-5G%_5G%05G", tp);
20 strftime (s, m, "%-5H%_5H%05H%-5I%_5I%05I%-5j%_5j%05j%-5m%_5m%05m", tp);
21 strftime (s, m, "%-5M%_5M%05M%-5S%_5S%05S%-5u%_5u%05u%-5U%_5U%05U", tp);
22 strftime (s, m, "%-5V%_5V%05V%-5w%_5w%05w%-5W%_5W%05W%-5Y%_5Y%05Y", tp);
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp);
26 strftime (s, m, "%-5g%_5g%05g%-5y%_5y%05y", tp); /* { dg-warning "only last 2" "2-digit year" } */
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */
29 strftime (s, m, "%-a", tp); /* { d
[all...]
H A Dc90-strftime-2.c10 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%C", tp); /* { dg-warning "C" "%C not in C90" } */
13 strftime (s, m, "%D", tp); /* { dg-warning "C" "%D not in C90" } */
15 strftime (s, m, "%e", tp); /* { dg-warning "C" "%e not in C90" } */
16 strftime (s, m, "%F", tp); /* { dg-warning "C" "%F not in C90" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "C" "%g not in C90" } */
19 strftime (s, m, "%G", tp); /* { dg-warning "C" "%G not in C90" } */
20 strftime (s, m, "%h", tp); /* { dg-warning "C" "%h not in C90" } */
21 strftime (s, m, "%n", tp); /* { dg-warning "C" "%n not in C90" } */
22 strftime (s, m, "%r", tp); /* { d
[all...]
H A Dc99-strftime-2.c9 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%P", tp); /* { dg-warning "C" "strftime %P" } */
14 strftime (s, m, "%k", tp); /* { dg-warning "C" "strftime %k" } */
16 strftime (s, m, "%l", tp); /* { dg-warning "C" "strftime %l" } */
18 strftime (s, m, "%s", tp); /* { dg-warning "C" "strftime %s" } */
21 strftime (s, m, "%20Y", tp); /* { dg-warning "C" "strftime width" } */
22 strftime (s, m, "%^A", tp); /* { dg-warning "C" "strftime flags" } */
H A Dc99-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%a%A%b%B%C%d%e%F%G%h%H%I%j%m%M%p%R%S%t%T%u%U%V%w%W%X%Y%z%Z%%", tp);
14 strftime (s, m, "%EC%EX%EY%Od%Oe%OH%OI%Om%OM%OS%Ou%OU%OV%Ow%OW", tp);
16 strftime (s, m, "%D", tp); /* { dg-warning "only last 2" "2-digit year" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
19 strftime (s, m, "%Oy", tp); /* { dg-warning "only last 2" "2-digit year" } */
21 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
22 strftime (s, m, "%Ec", tp); /* { dg-warning "some locales" "2-digit year" } */
23 strftime (s, m, "%x", tp); /* { d
[all...]
H A Dno-y2k-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
11 strftime (s, m, "%y%c%x", tp);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Datf_c_test.c44 ATF_TP_ADD_TCS(tp)
47 ATF_TP_ADD_TC(tp, include);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Datf_c_test.c46 ATF_TP_ADD_TCS(tp)
49 ATF_TP_ADD_TC(tp, include);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr25706-1.c9 void tcp_init_buffer_space(struct tcp_opt *tp, int maxwin) argument
11 if (tp->window_clamp >= maxwin)
12 if (sysctl_tcp_app_win && maxwin>4*tp->advmss)
13 tp->window_clamp
16 typeof(4*tp->advmss) _y = (4*tp->advmss);
21 && tp->window_clamp > 2*tp->advmss
22 && tp->window_clamp + tp
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr25706-1.c9 void tcp_init_buffer_space(struct tcp_opt *tp, int maxwin) argument
11 if (tp->window_clamp >= maxwin)
12 if (sysctl_tcp_app_win && maxwin>4*tp->advmss)
13 tp->window_clamp
16 typeof(4*tp->advmss) _y = (4*tp->advmss);
21 && tp->window_clamp > 2*tp->advmss
22 && tp->window_clamp + tp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsdev.c107 struct tty *tp = &biconsdev_tty[0]; local
114 clalloc(&tp->t_rawq, 1024, 1);
115 clalloc(&tp->t_canq, 1024, 1);
117 clalloc(&tp->t_outq, 1024, 0);
119 tp->t_linesw = ttyldisc_default();
122 tp->t_dev = makedev(maj, 0);
123 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
124 tp->t_param = (int (*)(struct tty *, struct termios *))nullop;
125 tp
134 biconsdev_output(struct tty *tp) argument
163 struct tty *tp = &biconsdev_tty[0]; local
191 struct tty *tp = &biconsdev_tty[0]; local
203 struct tty *tp = &biconsdev_tty[0]; local
212 struct tty *tp = &biconsdev_tty[0]; local
221 struct tty *tp = &biconsdev_tty[0]; local
230 struct tty *tp = &biconsdev_tty[0]; local
238 struct tty *tp = &biconsdev_tty[0]; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dset_d.c42 mp_limb_t tp[LIMBS_PER_DOUBLE]; local
53 rn = __gmp_extract_double (tp, d);
71 rp[1] = tp[1], rp[0] = tp[0];
74 rp[0] = tp[1];
79 rp[2] = tp[2], rp[1] = tp[1], rp[0] = tp[0];
82 rp[1] = tp[2], rp[0] = tp[
[all...]

Completed in 285 milliseconds

1234567891011>>