Lines Matching defs:timespec
4370 const char *timespec = NULL;
4371 static char *keywords[] = {"timespec", NULL};
4383 if (!PyArg_ParseTupleAndKeywords(args, kw, "|s:isoformat", keywords, ×pec))
4386 if (timespec == NULL || strcmp(timespec, "auto") == 0) {
4398 if (strcmp(timespec, specs[given_spec][0]) == 0) {
4409 PyErr_Format(PyExc_ValueError, "Unknown timespec value");
4734 "The optional argument timespec specifies the number "
5749 char *timespec = NULL;
5750 static char *keywords[] = {"sep", "timespec", NULL};
5763 if (!PyArg_ParseTupleAndKeywords(args, kw, "|Cs:isoformat", keywords, &sep, ×pec))
5766 if (timespec == NULL || strcmp(timespec, "auto") == 0) {
5778 if (strcmp(timespec, specs[given_spec][0]) == 0) {
5788 PyErr_Format(PyExc_ValueError, "Unknown timespec value");
6581 "The optional argument timespec specifies the number "