Searched refs:end_str (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | time-utils.c | 52 char *start_str, char *end_str) in parse_timestr_sec_nsec() argument 59 if (end_str && (*end_str != '\0') && in parse_timestr_sec_nsec() 69 char *start_str, *end_str; in split_start_end() local 86 end_str = d; in split_start_end() 89 *end = end_str; in split_start_end() 96 char *start_str = NULL, *end_str; in perf_time__parse_str() local 221 char *p, *end_str; in percent_slash_split() local 240 i = (int)strtol(p, &end_str, 10); in percent_slash_split() 241 if (*end_str) in percent_slash_split() 256 char *start_str = NULL, *end_str; in percent_dash_split() local [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | acconvert.h | 104 u8 comment_type, char *end_str, u32 level);
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 4172 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local 4195 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create() 6390 const char *end_str = str + str_sec_size; in patch_name_tbd() local 6408 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
|
Completed in 15 milliseconds