Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
Dconf_mod.c518 const char *lstart, *tmpend, *p; in CONF_parse_list() local
536 tmpend = p - 1; in CONF_parse_list()
538 tmpend = lstart + strlen(lstart) - 1; in CONF_parse_list()
540 while (isspace((unsigned char)*tmpend)) in CONF_parse_list()
541 tmpend--; in CONF_parse_list()
543 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
/third_party/python/Objects/
Dunicodeobject.c10326 Py_UCS4 maxchar = 0, *tmp, *tmpend; in case_operation() local
10344 tmpend = tmp + newlength; in case_operation()
10349 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS1, tmp, tmpend, outdata); in case_operation()
10352 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS2, tmp, tmpend, outdata); in case_operation()