Searched refs:dup_str (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 61 static void *dup_str(struct tac_handle *, const struct tac_str *, 360 dup_str(struct tac_handle *h, const struct tac_str *ss, size_t *len) in dup_str() function 962 return dup_str(h, &h->srvr_data, len); in tac_get_data() 968 return dup_str(h, &h->srvr_msg, NULL); in tac_get_msg() 1226 return dup_str(h, &h->srvr_avs[index], NULL); in tac_get_av() 1286 return dup_str(h, &value, NULL); in tac_get_av_value()
|
/freebsd/contrib/ldns/ |
H A D | radix.c | 1008 uint8_t* split_str = NULL, *dup_str = NULL; in ldns_radix_array_split() local 1029 dup_str = LDNS_XMALLOC(uint8_t, strlen_to_add); in ldns_radix_array_split() 1030 if (!dup_str) { in ldns_radix_array_split() 1034 memcpy(dup_str, str_to_add, strlen_to_add); in ldns_radix_array_split() 1040 LDNS_FREE(dup_str); in ldns_radix_array_split() 1056 array->str = dup_str; in ldns_radix_array_split()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1230 static char *dup_str(const unsigned char *in, size_t len) in dup_str() function 1655 ret->client_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal() 1658 ret->server_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal() 1662 ret->client_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal() 1665 ret->server_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal() 1676 ret->cipher = dup_str((const unsigned char*)cipher, strlen(cipher)); in do_handshake_internal()
|