Searched refs:orig_found (Results 1 – 1 of 1) sorted by relevance
/external/capstone/suite/cstest/src/ |
D | helper.c | 110 char *tmp, *result, *found, *origin, *orig_found; in replace_hex() local 121 orig_found = found; in replace_hex() 126 tmp_tmp = strndup(tmp, orig_found - tmp); in replace_hex() 157 char *tmp, *result, *found, *origin, *orig_found; in replace_negative() local 170 orig_found = found; in replace_negative() 186 tmp_tmp = strndup(tmp, orig_found - tmp); in replace_negative() 188 *orig_found = '\0'; in replace_negative()
|