Lines Matching refs:p_str
14875 Return 0 if the argument has been formatted into *p_str,
14881 PyObject **p_str)
14906 *p_str = v;
14907 Py_INCREF(*p_str);
14911 *p_str = PyObject_Str(v);
14913 *p_str = PyObject_Repr(v);
14915 *p_str = PyObject_ASCII(v);
14926 int ret = mainformatlong(v, arg, p_str, writer);
14949 if (formatfloat(v, arg, p_str, NULL) == -1)
14964 *p_str = PyUnicode_FromOrdinal(ch);
14977 if (*p_str == NULL)
14979 assert (PyUnicode_Check(*p_str));