Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 25 of 10767) sorted by relevance

12345678910>>...431

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktypefuncs.c2 *tp++ = gdk_axis_use_get_type();
3 *tp++ = gdk_byte_order_get_type();
4 *tp++ = gdk_cap_style_get_type();
5 *tp++ = gdk_color_get_type();
6 *tp++ = gdk_colormap_get_type();
9 *tp++ = gdk_cursor_get_type();
11 *tp++ = gdk_device_get_type();
18 *tp++ = gdk_event_get_type();
22 *tp++ = gdk_fill_get_type();
25 *tp++ = gdk_font_get_type();
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c295 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { in tty3270_alloc_string()
296 tp->nr_up = tp->nr_lines - tp->view.rows + 2; in tty3270_alloc_string()
1324 tp->cx = min_t(int, tp->cx, tp->view.cols - 1); in tty3270_erase_characters()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1585 tty3270_goto_xy(tp, tp->cx, tp->cy - tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1590 tty3270_goto_xy(tp, tp->cx, tp->cy + tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1594 tty3270_goto_xy(tp, tp->cx + tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1597 tty3270_goto_xy(tp, tp->cx - tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c295 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { in tty3270_alloc_string()
296 tp->nr_up = tp->nr_lines - tp->view.rows + 2; in tty3270_alloc_string()
1324 tp->cx = min_t(int, tp->cx, tp->view.cols - 1); in tty3270_erase_characters()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1585 tty3270_goto_xy(tp, tp->cx, tp->cy - tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1590 tty3270_goto_xy(tp, tp->cx, tp->cy + tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1594 tty3270_goto_xy(tp, tp->cx + tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1597 tty3270_goto_xy(tp, tp->cx - tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c295 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { in tty3270_alloc_string()
296 tp->nr_up = tp->nr_lines - tp->view.rows + 2; in tty3270_alloc_string()
1324 tp->cx = min_t(int, tp->cx, tp->view.cols - 1); in tty3270_erase_characters()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1585 tty3270_goto_xy(tp, tp->cx, tp->cy - tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1590 tty3270_goto_xy(tp, tp->cx, tp->cy + tty3270_getpar(tp, 0)); in tty3270_escape_sequence()
1594 tty3270_goto_xy(tp, tp->cx + tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1597 tty3270_goto_xy(tp, tp->cx - tty3270_getpar(tp, 0), tp->cy); in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dturtle.c110 tp->pt1.x, tp->pt1.y, tp->pt2.x, tp->pt2.y); in generate_hilbert()
120 tp->pt1.x, tp->pt1.y, tp->pt2.x, tp->pt2.y); in generate_hilbert()
130 tp->pt1.x, tp->pt1.y, tp->pt2.x, tp->pt2.y); in generate_hilbert()
256 tp->r = tp->min = (tp->r << tp->maxlevel); in init_turtle()
370 tp->pt1.x = tp->pt2.x = tp->start.x + tp->r / 2; in draw_turtle()
371 tp->pt1.y = tp->pt2.y = tp->start.y + tp->r / 2; in draw_turtle()
375 tp->pt1.x = tp->pt2.x = tp->start.x + tp->min - tp->r / 2; in draw_turtle()
376 tp->pt1.y = tp->pt2.y = tp->start.y + tp->min - tp->r / 2; in draw_turtle()
380 tp->pt1.x = tp->pt2.x = tp->start.x + tp->min - tp->r / 2; in draw_turtle()
381 tp->pt1.y = tp->pt2.y = tp->start.y + tp->min - tp->r / 2; in draw_turtle()
[all …]
H A Dtube.c148 tp->cmap, tp->colors, tp->ncolors); in free_tube_screen()
221 tp->width = tp->height = tp->average; in init_tube()
306 tp->cmap, tp->colors, tp->ncolors); in init_tube()
348 tp->cmap, tp->colors, &tp->ncolors, in init_tube()
352 tp->cmap, tp->colors, &tp->ncolors, in init_tube()
360 tp->cmap, tp->colors, &tp->ncolors, in init_tube()
364 tp->cmap, tp->colors, &tp->ncolors, in init_tube()
372 tp->cmap, tp->colors, &tp->ncolors, in init_tube()
450 tp->cmap, tp->colors, tp->ncolors, tp->direction); in draw_tube()
479 tp->x1, tp->y1, tp->width, tp->height); in draw_tube()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) in foo() argument
17 strftime (s, m, "%5C%-C%_C%0C", tp); in foo()
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp); in foo()
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */ in foo()
29 strftime (s, m, "%-a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
30 strftime (s, m, "%_a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
31 strftime (s, m, "%0a", tp); /* { dg-warning "flag" "bad %a" } */ in foo()
33 strftime (s, m, "%-A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
34 strftime (s, m, "%_A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
35 strftime (s, m, "%0A", tp); /* { dg-warning "flag" "bad %A" } */ in foo()
[all …]

12345678910>>...431