Searched refs:gettmarg (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | timemodule.c | 349 gettmarg(PyObject *args, struct tm *p) in gettmarg() function 480 } else if (!gettmarg(tup, &buf) in time_strftime() 673 } else if (!gettmarg(tup, &buf) in time_asctime() 731 if (!gettmarg(tup, &buf)) in time_mktime()
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 554 gettmarg(PyObject *args, struct tm *p, const char *format) in gettmarg() function 731 else if (!gettmarg(tup, &buf, in time_strftime() 926 else if (!gettmarg(tup, &buf, in time_asctime() 967 if (!gettmarg(tup, &buf, in time_mktime()
|