Searched refs:append_len (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h63 append_len (unsigned const char *str, size_t len, void *ud) function in class:ucl::final
96 Ucl::append_len,
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c469 size_t append_len = strlen(append); local
470 char * new_str = realloc(*ppath_out, len + append_len + 1);
483 memcpy(*ppath_out + len, append, append_len + 1);
484 len = len + append_len;
/freebsd-11-stable/usr.sbin/nvram/
H A Dnvram.c212 int i, append_len; local
221 append_len = strlen(var_name) + strlen(var_value) + 2;
222 if (len < append_len)

Completed in 131 milliseconds