Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
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/
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()
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/sys/fs/udf/
Dudf_allocation.c2602 uint64_t size_diff, old_size, inflen, objsize, chunk, append_len; in udf_grow_node() local
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/
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()