Home
last modified time | relevance | path

Searched refs:my_strdup (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_slicing.py66 dll.my_strdup.restype = POINTER(c_char)
68 res = dll.my_strdup(s)
90 dll.my_strdup.restype = POINTER(c_byte)
91 res = dll.my_strdup(s)
109 dll.my_strdup.restype = allocated_c_char_p
110 dll.my_strdup.errcheck = errcheck
112 res = dll.my_strdup(s)
115 del dll.my_strdup.errcheck
/external/python/cpython2/Lib/ctypes/test/
Dtest_slicing.py70 dll.my_strdup.restype = POINTER(c_char)
72 res = dll.my_strdup(s)
96 dll.my_strdup.restype = POINTER(c_byte)
97 res = dll.my_strdup(s)
115 dll.my_strdup.restype = allocated_c_char_p
116 dll.my_strdup.errcheck = errcheck
118 res = dll.my_strdup(s)
121 del dll.my_strdup.errcheck
/external/selinux/libsemanage/src/
Dconf-scan.l27 static char *my_strdup (char * s);
72 <arg>.*[^\"\n] BEGIN INITIAL; semanage_lval.s = my_strdup(semanage_text); return ARG;
79 static char *my_strdup(char *s) {
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c188 EXPORT(char *) my_strdup(char *src) in my_strdup() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c367 EXPORT(char *) my_strdup(char *src) in my_strdup() function