Home
last modified time | relevance | path

Searched refs:gettmarg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dtimemodule.c349 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/
Dtimemodule.c552 gettmarg(PyObject *args, struct tm *p, const char *format) function
750 else if (!gettmarg(tup, &buf,
945 else if (!gettmarg(tup, &buf,
987 if (!gettmarg(tm_tuple, &tm,