Searched refs:next_str (Results 1 – 2 of 2) sorted by relevance
3690 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local3713 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()3725 strs_idx[strs_cnt++] = next_str; in btf_raw_create()3726 next_str += strlen(next_str); in btf_raw_create()5911 const char *next_str = str + str_off; in patch_name_tbd() local5928 next_str = get_next_str(next_str, end_str); in patch_name_tbd()5929 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()5933 new_u32[i] = next_str - str; in patch_name_tbd()5934 next_str += strlen(next_str); in patch_name_tbd()
1872 const char *str, *next_str; in events_hybrid_sysfs_show() local1894 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()1895 if (next_str) in events_hybrid_sysfs_show()1896 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()