Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c210 size_t append_len = strlen (append); in ctf_str_append() local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL) in ctf_str_append()
215 memcpy (s + s_len, append, append_len); in ctf_str_append()
216 s[s_len + append_len] = '\0'; in ctf_str_append()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c210 size_t append_len = strlen (append); in ctf_str_append() local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL) in ctf_str_append()
215 memcpy (s + s_len, append, append_len); in ctf_str_append()
216 s[s_len + append_len] = '\0'; in ctf_str_append()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_path.c574 size_t append_len = strlen(append); in _krb5_expand_path_tokensv() local
575 char * new_str = realloc(*ppath_out, len + append_len + 1); in _krb5_expand_path_tokensv()
587 memcpy(*ppath_out + len, append, append_len + 1); in _krb5_expand_path_tokensv()
588 len = len + append_len; in _krb5_expand_path_tokensv()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc5902 size_t append_len; member
5917 if (info->append_len != 0) in spec_path()
5920 memcpy (path + len, info->append, info->append_len + 1); in spec_path()
5930 if (info->append_len == 0) in spec_path()
5942 if (info->append_len == 0) in spec_path()
6133 info.append_len = 0; in do_spec_1()
6468 info.append_len = strlen (info.append); in do_spec_1()
6472 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
6479 info.append_len = strlen (info.append); in do_spec_1()
6480 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
H A Dlto-wrapper.cc675 int append_len = append ? strlen (append) : 0; in parse_env_var() local
679 values[i] = (char*) xmalloc (l + 1 + append_len); in parse_env_var()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c5184 size_t append_len; member
5199 if (info->append_len != 0) in spec_path()
5202 memcpy (path + len, info->append, info->append_len + 1); in spec_path()
5212 if (info->append_len == 0) in spec_path()
5224 if (info->append_len == 0) in spec_path()
5407 info.append_len = 0; in do_spec_1()
5740 info.append_len = strlen (info.append); in do_spec_1()
5744 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
5751 info.append_len = strlen (info.append); in do_spec_1()
5752 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()
H A Dlto-wrapper.c630 int append_len = append ? strlen (append) : 0; in parse_env_var() local
634 values[i] = (char*) xmalloc (l + 1 + append_len); in parse_env_var()
/netbsd-src/sys/fs/udf/
H A Dudf_allocation.c2602 uint64_t size_diff, old_size, inflen, objsize, chunk, append_len; in udf_grow_node() local
2771 * length so that it is; don't forget to adjust `append_len'! relevant for in udf_grow_node()
2792 append_len = size_diff - lastblock_grow; in udf_grow_node()
2793 while (append_len > 0) { in udf_grow_node()
2794 chunk = MIN(append_len, max_len); in udf_grow_node()
2808 append_len -= chunk; in udf_grow_node()
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c1705 local void append_len(struct job *job, size_t len) in append_len() function
1801 append_len(job, len); in parallel_compress()
1825 append_len(job, len); in parallel_compress()
1829 append_len(job, 0); in parallel_compress()