Searched defs:obj_str (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Python/
H A Dceval.c5100 char *obj_str; local
5105 obj_str = PyString_AsString(obj);
5106 if (!obj_str)
5109 PyErr_Format(exc, format_str, obj_str);
/external/python/cpython3/Python/
H A Dceval.c5297 const char *obj_str; local
5302 obj_str = PyUnicode_AsUTF8(obj);
5303 if (!obj_str)
5306 PyErr_Format(exc, format_str, obj_str);
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h564 char *obj_str; member in struct:cil_nametypetransition
578 char *obj_str; member in struct:cil_rangetransition
619 char *obj_str; member in struct:cil_permissionx
635 char *obj_str; member in struct:cil_type_rule
646 char *obj_str; member in struct:cil_roletransition

Completed in 924 milliseconds