Searched defs:str (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Delf.c65 char *str; local
67 if ((str = elf_strptr(dyn->elf, dyn->dynstr, n->nameoff)) == NULL) {
72 ent = Py_BuildValue("s", str);
86 char *str; local
94 if ((str = elf_strptr(dyn->elf, dyn->dynstr, n->nameoff)) == NULL) {
99 if ((ent = Py_BuildValue("[s,O]", str, pverlist)) == NULL) {
117 char *str; local
119 if ((str = elf_strptr(dyn->elf, dyn->dynstr, n->nameoff)) == NULL) {
124 ent = Py_BuildValue("s", str);
444 char *str; local
470 char *str; local
[all...]
/pkg/src/modules/actions/
H A D_actions.c68 PyObject *str, *oldstr; local
76 * object in str with a new reference, which we must
80 oldstr = str = PyList_GET_ITEM(av, len - 1);
84 str = PyUnicode_Concat(str, attr);
86 PyString_Concat(&str, attr);
88 if (str == NULL)
90 return (PyList_SetItem(av, len - 1, str));
123 set_malformederr(const char *str, int pos, const char *msg) argument
127 if ((val = Py_BuildValue("sis", str, po
134 set_invaliderr(const char *str, const char *msg) argument
154 char *str = NULL; local
[all...]

Completed in 10 milliseconds