Home
last modified time | relevance | path

Searched refs:append_len (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
HDctf-util.c119 size_t append_len = strlen (append); in ctf_str_append() local
121 if ((s = realloc (s, s_len + append_len + 1)) == NULL) in ctf_str_append()
124 memcpy (s + s_len, append, append_len); in ctf_str_append()
125 s[s_len + append_len] = '\0'; in ctf_str_append()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c4398 size_t append_len; member
4413 if (info->append_len != 0) in spec_path()
4416 memcpy (path + len, info->append, info->append_len + 1); in spec_path()
4426 if (info->append_len == 0) in spec_path()
4438 if (info->append_len == 0) in spec_path()
4625 info.append_len = 0; in do_spec_1()
4975 info.append_len = strlen (info.append); in do_spec_1()
4979 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
4986 info.append_len = strlen (info.append); in do_spec_1()
4987 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c5064 size_t append_len; member
5079 if (info->append_len != 0) in spec_path()
5082 memcpy (path + len, info->append, info->append_len + 1); in spec_path()
5092 if (info->append_len == 0) in spec_path()
5104 if (info->append_len == 0) in spec_path()
5292 info.append_len = 0; in do_spec_1()
5644 info.append_len = strlen (info.append); in do_spec_1()
5648 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
5655 info.append_len = strlen (info.append); in do_spec_1()
5656 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
HDlto-wrapper.c555 int append_len = append ? strlen (append) : 0; in parse_env_var() local
559 values[i] = (char*) xmalloc (l + 1 + append_len); in parse_env_var()