Lines Matching defs:strftime
147 _Py_IDENTIFIER(strftime);
1534 * strftime doesn't treat them as format codes.
1567 /* I sure don't want to reproduce the strftime code from the time module,
3262 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
3585 {"strftime", _PyCFunction_CAST(date_strftime), METH_VARARGS | METH_KEYWORDS,
3586 PyDoc_STR("format -> strftime() style string.")},
3589 PyDoc_STR("Formats self with strftime.")},
4439 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
4443 /* Python's strftime does insane things with the year part of the
4739 {"strftime", _PyCFunction_CAST(time_strftime), METH_VARARGS | METH_KEYWORDS,
4740 PyDoc_STR("format -> strftime() style string.")},
4743 PyDoc_STR("Formats self with strftime.")},
6103 strftime(buf, sizeof(buf), "%Z", &local_time_tm);