Home
last modified time | relevance | path

Searched refs:strncpy (Results 1 – 25 of 9522) sorted by relevance

12345678910>>...381

/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/src/
H A Dyassl_error.cpp100 strncpy(buffer, "bad cipher suite input", max); in SetErrorString()
136 strncpy(buffer, "compression error", max); in SetErrorString()
140 strncpy(buffer, "decompression error", max); in SetErrorString()
170 strncpy(buffer, "not in error state", max); in SetErrorString()
174 strncpy(buffer, "bad wincrypt acquire", max); in SetErrorString()
178 strncpy(buffer, "CryptGenRandom error", max); in SetErrorString()
198 strncpy(buffer, "ASN: bad Set Header", max); in SetErrorString()
226 strncpy(buffer, "ASN: expected 0", max); in SetErrorString()
234 strncpy(buffer, "ASN: bad TIME", max); in SetErrorString()
238 strncpy(buffer, "ASN: bad Date Size", max); in SetErrorString()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/src/
H A Dyassl_error.cpp100 strncpy(buffer, "bad cipher suite input", max); in SetErrorString()
136 strncpy(buffer, "compression error", max); in SetErrorString()
140 strncpy(buffer, "decompression error", max); in SetErrorString()
170 strncpy(buffer, "not in error state", max); in SetErrorString()
174 strncpy(buffer, "bad wincrypt acquire", max); in SetErrorString()
178 strncpy(buffer, "CryptGenRandom error", max); in SetErrorString()
198 strncpy(buffer, "ASN: bad Set Header", max); in SetErrorString()
226 strncpy(buffer, "ASN: expected 0", max); in SetErrorString()
234 strncpy(buffer, "ASN: bad TIME", max); in SetErrorString()
238 strncpy(buffer, "ASN: bad Date Size", max); in SetErrorString()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/src/
H A Dyassl_error.cpp100 strncpy(buffer, "bad cipher suite input", max); in SetErrorString()
136 strncpy(buffer, "compression error", max); in SetErrorString()
140 strncpy(buffer, "decompression error", max); in SetErrorString()
170 strncpy(buffer, "not in error state", max); in SetErrorString()
174 strncpy(buffer, "bad wincrypt acquire", max); in SetErrorString()
178 strncpy(buffer, "CryptGenRandom error", max); in SetErrorString()
198 strncpy(buffer, "ASN: bad Set Header", max); in SetErrorString()
226 strncpy(buffer, "ASN: expected 0", max); in SetErrorString()
234 strncpy(buffer, "ASN: bad TIME", max); in SetErrorString()
238 strncpy(buffer, "ASN: bad Date Size", max); in SetErrorString()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-37.c20 strncpy (a2_2_8[0][0], s, 8); in nowarn_a2_2_8()
21 strncpy (a2_2_8[0][1], s, 8); in nowarn_a2_2_8()
22 strncpy (a2_2_8[1][0], s, 8); in nowarn_a2_2_8()
23 strncpy (a2_2_8[1][1], s, 8); in nowarn_a2_2_8()
40 strncpy (a2_3_5[0][0], s, 5); in nowarn_a2_3_5()
41 strncpy (a2_3_5[0][1], s, 5); in nowarn_a2_3_5()
42 strncpy (a2_3_5[0][2], s, 5); in nowarn_a2_3_5()
43 strncpy (a2_3_5[1][0], s, 5); in nowarn_a2_3_5()
44 strncpy (a2_3_5[1][1], s, 5); in nowarn_a2_3_5()
62 strncpy (p + 1, s, 4); in nowarn_malloc_3_5()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-37.c20 strncpy (a2_2_8[0][0], s, 8); in nowarn_a2_2_8()
21 strncpy (a2_2_8[0][1], s, 8); in nowarn_a2_2_8()
22 strncpy (a2_2_8[1][0], s, 8); in nowarn_a2_2_8()
23 strncpy (a2_2_8[1][1], s, 8); in nowarn_a2_2_8()
40 strncpy (a2_3_5[0][0], s, 5); in nowarn_a2_3_5()
41 strncpy (a2_3_5[0][1], s, 5); in nowarn_a2_3_5()
42 strncpy (a2_3_5[0][2], s, 5); in nowarn_a2_3_5()
43 strncpy (a2_3_5[1][0], s, 5); in nowarn_a2_3_5()
44 strncpy (a2_3_5[1][1], s, 5); in nowarn_a2_3_5()
62 strncpy (p + 1, s, 4); in nowarn_malloc_3_5()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-37.c20 strncpy (a2_2_8[0][0], s, 8); in nowarn_a2_2_8()
21 strncpy (a2_2_8[0][1], s, 8); in nowarn_a2_2_8()
22 strncpy (a2_2_8[1][0], s, 8); in nowarn_a2_2_8()
23 strncpy (a2_2_8[1][1], s, 8); in nowarn_a2_2_8()
40 strncpy (a2_3_5[0][0], s, 5); in nowarn_a2_3_5()
41 strncpy (a2_3_5[0][1], s, 5); in nowarn_a2_3_5()
42 strncpy (a2_3_5[0][2], s, 5); in nowarn_a2_3_5()
43 strncpy (a2_3_5[1][0], s, 5); in nowarn_a2_3_5()
44 strncpy (a2_3_5[1][1], s, 5); in nowarn_a2_3_5()
62 strncpy (p + 1, s, 4); in nowarn_malloc_3_5()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-37.c20 strncpy (a2_2_8[0][0], s, 8); in nowarn_a2_2_8()
21 strncpy (a2_2_8[0][1], s, 8); in nowarn_a2_2_8()
22 strncpy (a2_2_8[1][0], s, 8); in nowarn_a2_2_8()
23 strncpy (a2_2_8[1][1], s, 8); in nowarn_a2_2_8()
40 strncpy (a2_3_5[0][0], s, 5); in nowarn_a2_3_5()
41 strncpy (a2_3_5[0][1], s, 5); in nowarn_a2_3_5()
42 strncpy (a2_3_5[0][2], s, 5); in nowarn_a2_3_5()
43 strncpy (a2_3_5[1][0], s, 5); in nowarn_a2_3_5()
44 strncpy (a2_3_5[1][1], s, 5); in nowarn_a2_3_5()
62 strncpy (p + 1, s, 4); in nowarn_malloc_3_5()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/
H A Dattr-nonstring-2.c50 strncpy (gs3, "a", 2); in test_array()
51 strncpy (gs3, "a", 3); in test_array()
52 strncpy (gs3, "ab", 3); in test_array()
75 strncpy (gax_1, s, 1); in test_array()
76 strncpy (gax_2, s, 1); in test_array()
77 strncpy (gax_3, s, 1); in test_array()
79 strncpy (gax_1, s, n); in test_array()
80 strncpy (gax_2, s, n); in test_array()
81 strncpy (gax_3, s, n); in test_array()
94 strncpy (pns_1, s, 1); in test_pointer()
[all …]
/dports/finance/libofx/libofx-0.10.2/ofxdump/
H A Dofxdump.cpp621 strncpy(dest_string, "MATCH", sizeof(dest_string)); in ofx_proc_transaction_cb()
681 strncpy(dest_string, "LONG", sizeof(dest_string)); in ofx_proc_transaction_cb()
683 strncpy(dest_string, "SHORT", sizeof(dest_string)); in ofx_proc_transaction_cb()
703 strncpy(dest_string, "NONE", sizeof(dest_string)); in ofx_proc_transaction_cb()
705 strncpy(dest_string, "OTHER", sizeof(dest_string)); in ofx_proc_transaction_cb()
757 strncpy(dest_string, "CASH", sizeof(dest_string)); in ofx_proc_transaction_cb()
771 strncpy(dest_string, "CASH", sizeof(dest_string)); in ofx_proc_transaction_cb()
785 strncpy(dest_string, "CASH", sizeof(dest_string)); in ofx_proc_transaction_cb()
799 strncpy(dest_string, "CASH", sizeof(dest_string)); in ofx_proc_transaction_cb()
821 strncpy(dest_string, "IN", sizeof(dest_string)); in ofx_proc_transaction_cb()
[all …]
/dports/biology/garlic/garlic-1.6/
H A Dread_fasta.c144 strncpy (P, "ALA", max_length); in ReadFasta_()
148 strncpy (P, "ASX", max_length); in ReadFasta_()
152 strncpy (P, "CYS", max_length); in ReadFasta_()
156 strncpy (P, "ASP", max_length); in ReadFasta_()
160 strncpy (P, "GLU", max_length); in ReadFasta_()
164 strncpy (P, "PHE", max_length); in ReadFasta_()
168 strncpy (P, "GLY", max_length); in ReadFasta_()
172 strncpy (P, "HIS", max_length); in ReadFasta_()
176 strncpy (P, "ILE", max_length); in ReadFasta_()
180 strncpy (P, "UNK", max_length); in ReadFasta_()
[all …]

12345678910>>...381