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
410 } else if (!gettmarg(tup, &buf)) in time_strftime()
572 } else if (!gettmarg(tup, &buf)) in time_asctime()
633 if (!gettmarg(tup, &buf)) in time_mktime()
/external/python/cpython3/Modules/
Dtimemodule.c419 gettmarg(PyObject *args, struct tm *p) in gettmarg() function
590 else if (!gettmarg(tup, &buf) || !checktm(&buf)) in time_strftime()
775 } else if (!gettmarg(tup, &buf) || !checktm(&buf)) in time_asctime()
812 if (!gettmarg(tup, &buf)) in time_mktime()