Searched refs:my_wcsdup (Results 1 – 4 of 4) sorted by relevance
134 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])
140 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)
203 EXPORT(wchar_t *) my_wcsdup(wchar_t *src) in my_wcsdup() function
382 EXPORT(wchar_t *) my_wcsdup(wchar_t *src) in my_wcsdup() function