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.c554 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()