Searched refs:my_strdup (Results 1 – 5 of 5) sorted by relevance
66 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_p110 dll.my_strdup.errcheck = errcheck112 res = dll.my_strdup(s)115 del dll.my_strdup.errcheck
70 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_p116 dll.my_strdup.errcheck = errcheck118 res = dll.my_strdup(s)121 del dll.my_strdup.errcheck
27 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) {
188 EXPORT(char *) my_strdup(char *src) in my_strdup() function
367 EXPORT(char *) my_strdup(char *src) in my_strdup() function