Searched refs:add_string (Results 1 – 2 of 2) sorted by relevance
255 add_string(PyObject *list, char *s) in add_string() function284 if (add_string(ret, (char *)method->ml_name)) in ObjectDir()291 if (add_string(ret, *attr)) in ObjectDir()298 if (add_string(ret, "__members__")) in ObjectDir()
6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro