File: dat_wcsncpy.c

package info (click to toggle)
glibc 2.19-18
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports, jessie-kfreebsd
  • size: 203,628 kB
  • sloc: ansic: 969,800; asm: 241,205; sh: 10,063; makefile: 8,471; cpp: 3,595; perl: 2,077; pascal: 1,839; awk: 1,704; yacc: 317; sed: 73
file content (115 lines) | stat: -rw-r--r-- 3,973 bytes parent folder | download | duplicates (45)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/*
 *  TEST SUITE FOR MB/WC FUNCTIONS IN C LIBRARY
 *
 *       FILE:  dat_wcsncpy.c
 *
 *       WCSNCPY:  wchar_t *wcsncpy (wchar_t *ws1, const wchar_t *ws2,
 *                                   size_t n);
 */


/* Note:
 *
 *       An initial value of ws1 in the test program is defined as:
 *
 *       #define WCSNUM_NCPY 7
 *       wchar_t ws1 [WCSSIZE] = { 0x9999, 0x9999, 0x9999, 0x9999,
 *                                 0x9999, 0x9999, 0x0000 };
 * */


TST_WCSNCPY tst_wcsncpy_loc [] = {
  {
    {Twcsncpy, TST_LOC_de},
    {
      /* 1 */
      {{           { 0x00D1,0x00D2,0x00D3,0x0000                      }, 6 },
       {    0,0,0, { 0x00D1,0x00D2,0x00D3,0x0000,0x0000,0x0000,0x0000 }    },
      },
      /* 2 */
      {{           { 0x00D1,0x00D2,0x00D3,0x0000                      }, 5 },
       {    0,0,0, { 0x00D1,0x00D2,0x00D3,0x0000,0x0000,0x9999,0x0000 }    },
      },
      /* 3 */
      {{           { 0x00D1,0x00D2,0x00D3,0x0000                      }, 3 },
       {    0,0,0, { 0x00D1,0x00D2,0x00D3,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 4 */
      {{           { 0x00D1,0x00D2,0x00D3,0x0000                      }, 2 },
       {    0,0,0, { 0x00D1,0x00D2,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 5 */
      {{           { 0x00D1,0x00D2,0x00D3,0x0000                      }, 0 },
       {    0,0,0, { 0x9999,0x9999,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 6 */
      {{           { 0x0000,0x00D2,0x00D3,0x0000                      }, 3 },
       {    0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 }    },
      },
      {.is_last = 1}
    }
  },
  {
    {Twcsncpy, TST_LOC_enUS},
    {
      /* 1 */
      {{           { 0x0041,0x0042,0x0043,0x0000                      }, 6 },
       {    0,0,0, { 0x0041,0x0042,0x0043,0x0000,0x0000,0x0000,0x0000 }    },
      },
      /* 2 */
      {{           { 0x0041,0x0042,0x0043,0x0000                      }, 5 },
       {    0,0,0, { 0x0041,0x0042,0x0043,0x0000,0x0000,0x9999,0x0000 }    },
      },
      /* 3 */
      {{           { 0x0041,0x0042,0x0043,0x0000                      }, 3 },
       {    0,0,0, { 0x0041,0x0042,0x0043,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 4 */
      {{           { 0x0041,0x0042,0x0043,0x0000                      }, 2 },
       {    0,0,0, { 0x0041,0x0042,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 5 */
      {{           { 0x0041,0x0042,0x0043,0x0000                      }, 0 },
       {    0,0,0, { 0x9999,0x9999,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 6 */
      {{           { 0x0000,0x0042,0x0043,0x0000                      }, 3 },
       {    0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 }    },
      },
      {.is_last = 1}
    }
  },
  {
    {Twcsncpy, TST_LOC_eucJP},
    {
      /* 1 */
      {{           { 0x3041,0x3042,0x3043,0x0000                      }, 6 },
       {    0,0,0, { 0x3041,0x3042,0x3043,0x0000,0x0000,0x0000,0x0000 }    },
      },
      /* 2 */
      {{           { 0x3041,0x3042,0x3043,0x0000                      }, 5 },
       {    0,0,0, { 0x3041,0x3042,0x3043,0x0000,0x0000,0x9999,0x0000 }    },
      },
      /* 3 */
      {{           { 0x3041,0x3042,0x3043,0x0000                      }, 3 },
       {    0,0,0, { 0x3041,0x3042,0x3043,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 4 */
      {{           { 0x3041,0x3042,0x3043,0x0000                      }, 2 },
       {    0,0,0, { 0x3041,0x3042,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 5 */
      {{           { 0x3041,0x3042,0x3043,0x0000                      }, 0 },
       {    0,0,0, { 0x9999,0x9999,0x9999,0x9999,0x9999,0x9999,0x0000 }    },
      },
      /* 6 */
      {{           { 0x0000,0x3042,0x3043,0x0000                      }, 3 },
       {    0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 }    },
      },
      {.is_last = 1}
    }
  },
  {
    {Twcsncpy, TST_LOC_end}
  }
};