Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/conf/
Dconf.c761 const char *lstart, *tmpend, *p; in CONF_parse_list() local
780 tmpend = p - 1; in CONF_parse_list()
782 tmpend = lstart + strlen(lstart) - 1; in CONF_parse_list()
785 while (isspace((unsigned char)*tmpend)) { in CONF_parse_list()
786 tmpend--; in CONF_parse_list()
789 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
/external/python/cpython3/Objects/
Dunicodeobject.c9853 Py_UCS4 maxchar = 0, *tmp, *tmpend; in case_operation() local
9871 tmpend = tmp + newlength; in case_operation()
9876 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS1, tmp, tmpend, outdata); in case_operation()
9879 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS2, tmp, tmpend, outdata); in case_operation()