PyString_FromFormat   61 lib/talloc/pytalloc.c 	return PyString_FromFormat("<%s talloc object at 0x%x>", 
PyString_FromFormat  399 lib/tdb/pytdb.c 	return PyString_FromFormat("Tdb('%s')", tdb_name(self->ctx));
PyString_FromFormat  182 source4/lib/ldb/pyldb.c 	return PyString_FromFormat("Dn(%s)", PyObject_REPR(PyString_FromString(ldb_dn_get_linearized(self->dn))));
PyString_FromFormat  434 source4/lib/ldb/pyldb.c 	return PyString_FromFormat("<ldb connection>");
PyString_FromFormat 1090 source4/lib/ldb/pyldb.c 	return PyString_FromFormat("<ldb module '%s'>", PyLdbModule_AsModule(self)->ops->name);
PyString_FromFormat 1449 source4/lib/ldb/pyldb.c 	ret = PyString_FromFormat("MessageElement([%s])", element_str);
PyString_FromFormat 1679 source4/lib/ldb/pyldb.c 	ret = PyString_FromFormat("Message(%s)", PyObject_REPR(dict));
PyString_FromFormat 1358 source4/lib/wmi/wmi_wrap.c   PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex));
PyString_FromFormat 1731 source4/lib/wmi/wmi_wrap.c     return PyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
PyString_FromFormat 1733 source4/lib/wmi/wmi_wrap.c     return PyString_FromFormat("<Swig Packed %s>", v->ty->name);
PyString_FromFormat 1742 source4/lib/wmi/wmi_wrap.c     return PyString_FromFormat("%s%s", result, v->ty->name);
PyString_FromFormat   67 source4/librpc/ndr/py_security.c 	PyObject *ret = PyString_FromFormat("dom_sid('%s')", str);