Searched refs:tmpend (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/conf/ |
D | conf.c | 761 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/ |
D | unicodeobject.c | 9853 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()
|