Lines Matching refs:specs
4374 static const char *specs[][2] = {
4397 for (given_spec = 0; given_spec < Py_ARRAY_LENGTH(specs); given_spec++) {
4398 if (strcmp(timespec, specs[given_spec][0]) == 0) {
4408 if (given_spec == Py_ARRAY_LENGTH(specs)) {
4413 result = PyUnicode_FromFormat(specs[given_spec][1],
5754 static const char *specs[][2] = {
5777 for (given_spec = 0; given_spec < Py_ARRAY_LENGTH(specs); given_spec++) {
5778 if (strcmp(timespec, specs[given_spec][0]) == 0) {
5787 if (given_spec == Py_ARRAY_LENGTH(specs)) {
5792 result = PyUnicode_FromFormat(specs[given_spec][1],