Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/nvram/
Dnvram.c212 int i, append_len; in append_var() local
221 append_len = strlen(var_name) + strlen(var_value) + 2; in append_var()
222 if (len < append_len) in append_var()
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dexpand_path.c469 size_t append_len = strlen(append); in _krb5_expand_path_tokens() local
470 char * new_str = realloc(*ppath_out, len + append_len + 1); in _krb5_expand_path_tokens()
483 memcpy(*ppath_out + len, append, append_len + 1); in _krb5_expand_path_tokens()
484 len = len + append_len; in _krb5_expand_path_tokens()
/freebsd-10-stable/contrib/gcc/
Dgcc.c4611 size_t append_len; member
4626 if (info->append_len != 0) in spec_path()
4629 memcpy (path + len, info->append, info->append_len + 1); in spec_path()
4639 if (info->append_len == 0) in spec_path()
4651 if (info->append_len == 0) in spec_path()
4795 info.append_len = 0; in do_spec_1()
5079 info.append_len = strlen (info.append); in do_spec_1()
5083 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()