Searched refs:next_str (Results 1 – 2 of 2) sorted by relevance
4130 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local4153 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()4165 strs_idx[strs_cnt++] = next_str; in btf_raw_create()4166 next_str += strlen(next_str); in btf_raw_create()6349 const char *next_str = str + str_off; in patch_name_tbd() local6366 next_str = get_next_str(next_str, end_str); in patch_name_tbd()6367 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()6371 new_u32[i] = next_str - str; in patch_name_tbd()6372 next_str += strlen(next_str); in patch_name_tbd()
1873 const char *str, *next_str; in events_hybrid_sysfs_show() local1895 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()1896 if (next_str) in events_hybrid_sysfs_show()1897 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()