Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1180 const char *ptoappend; /* ptr to string to append to output buffer */ in wrap_strftime() local
1228 ptoappend = pin - 1; in wrap_strftime()
1259 ptoappend = PyString_AS_STRING(zreplacement); in wrap_strftime()
1298 ptoappend = PyString_AS_STRING(Zreplacement); in wrap_strftime()
1310 ptoappend = PyString_AS_STRING(freplacement); in wrap_strftime()
1315 ptoappend = pin - 2; in wrap_strftime()
1322 assert(ptoappend != NULL); in wrap_strftime()
1337 memcpy(pnew, ptoappend, ntoappend); in wrap_strftime()