Home
last modified time | relevance | path

Searched refs:test_strndup (Results 1 – 25 of 79) sorted by relevance

1234

/dports/security/pam_krb5/pam-krb5-4.9/tests/portable/
H A Dstrndup-t.c27 char *test_strndup(const char *, size_t);
38 result = test_strndup("foo", 8); in main()
41 result = test_strndup("foo", 2); in main()
44 result = test_strndup("foo", 3); in main()
47 result = test_strndup("foo", 0); in main()
51 result = test_strndup(buffer, 3); in main()
55 result = test_strndup(NULL, 0); in main()
/dports/www/mod_webauth/webauth-4.7.0/tests/portable/
H A Dstrndup-t.c25 char *test_strndup(const char *, size_t);
36 result = test_strndup("foo", 8); in main()
39 result = test_strndup("foo", 2); in main()
42 result = test_strndup("foo", 3); in main()
45 result = test_strndup("foo", 0); in main()
49 result = test_strndup(buffer, 3); in main()
53 result = test_strndup(NULL, 0); in main()
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-tcstrdup.c73 static int test_strndup(size_t n) in test_strndup() function
106 test_strndup(0); in main()
107 test_strndup(1); in main()
108 test_strndup(5); in main()
110 test_strndup(strlen(TEST_STRING)-2); in main()
111 test_strndup(strlen(TEST_STRING)-1); in main()
/dports/security/pam_krb5/pam-krb5-4.9/portable/
H A Dstrndup.c30 # define strndup test_strndup
31 char *test_strndup(const char *, size_t);
/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dstrndup.c29 # define strndup test_strndup
30 char *test_strndup(const char *, size_t);
/dports/security/p11-kit/p11-kit-0.24.0/common/
H A Dtest-compat.c52 test_strndup (void) in test_strndup() function
171 p11_test (test_strndup, "/compat/strndup"); in main()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/replace/test/
H A Dtestsuite.c176 static int test_strndup(void) in test_strndup() function
435 ret &= test_strndup(); in torture_local_replace()
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Dtest-secmem.c256 test_strndup (void) in test_strndup() function
291 g_test_add_func ("/secmem/strndup", test_strndup); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function
H A DWstringop-overflow-9.c64 char* test_strndup (void) in test_strndup() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWarray-bounds-40.c65 char* test_strndup (void) in test_strndup() function

1234