Home
last modified time | relevance | path

Searched refs:my_wcsdup (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_slicing.py134 dll.my_wcsdup.restype = POINTER(c_wchar)
135 dll.my_wcsdup.argtypes = POINTER(c_wchar),
137 res = dll.my_wcsdup(s[:-1])
149 dll.my_wcsdup.restype = POINTER(c_short)
151 dll.my_wcsdup.restype = POINTER(c_int)
153 dll.my_wcsdup.restype = POINTER(c_long)
156 res = dll.my_wcsdup(s[:-1])
/external/python/cpython2/Lib/ctypes/test/
Dtest_slicing.py140 dll.my_wcsdup.restype = POINTER(c_wchar)
141 dll.my_wcsdup.argtypes = POINTER(c_wchar),
143 res = dll.my_wcsdup(s)
157 dll.my_wcsdup.restype = POINTER(c_short)
159 dll.my_wcsdup.restype = POINTER(c_int)
161 dll.my_wcsdup.restype = POINTER(c_long)
164 res = dll.my_wcsdup(s)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c203 EXPORT(wchar_t *) my_wcsdup(wchar_t *src) in my_wcsdup() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c382 EXPORT(wchar_t *) my_wcsdup(wchar_t *src) in my_wcsdup() function