Home
last modified time | relevance | path

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

/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.c190 EXPORT(wchar_t *) my_wcsdup(wchar_t *src) in my_wcsdup() function