| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 214 size_t value_length, int64_t *unconsumed); 1883 size_t line_length, value_length, name_length; in header_pax_extension() local 2007 value_length = line_length - (p - attr_start); in header_pax_extension() 2015 if (value_length == 0) { in header_pax_extension() 2023 …r = pax_attribute(a, tar, entry, attr_name.s, archive_strlen(&attr_name), value_length - 1, uncons… in header_pax_extension() 2024 ext_size -= value_length - 1; in header_pax_extension() 2142 const char *name, size_t name_length, const char *value, size_t value_length) in pax_attribute_LIBARCHIVE_xattr() argument 2157 value_decoded = base64_decode(value, value_length, &value_len); in pax_attribute_LIBARCHIVE_xattr() 2173 const char *name, size_t name_length, const char *value, size_t value_length) in pax_attribute_SCHILY_xattr() argument 2183 archive_entry_xattr_add_entry(entry, null_terminated_name, value, value_length); in pax_attribute_SCHILY_xattr() [all …]
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_bootcfg.c | 488 __in_bcount_opt(value_length) in efx_dhcp_write_tag() 490 __in size_t value_length) in efx_dhcp_write_tag() argument 494 hdrp->length = (uint8_t)value_length; in efx_dhcp_write_tag() 495 if ((value_length > 0) && (valuep != NULL)) in efx_dhcp_write_tag() 496 memcpy(&hdrp[1], valuep, value_length); in efx_dhcp_write_tag() 509 __in_bcount_opt(value_length) uint8_t *valuep, in efx_dhcp_add_tag() 510 __in size_t value_length) in efx_dhcp_add_tag() argument 526 if (value_length > DHCP_MAX_VALUE) { in efx_dhcp_add_tag() 531 if ((value_length > 0) && (valuep == NULL)) { in efx_dhcp_add_tag() 561 DHCP_CALC_TAG_LENGTH(value_length)) > in efx_dhcp_add_tag() [all …]
|
| H A D | ef10_nvram.c | 1056 uint32_t value_length; in ef10_nvram_buffer_get_item() local 1068 value_length = tlv_length(&cursor); in ef10_nvram_buffer_get_item() 1069 if (value_max_size < value_length) { in ef10_nvram_buffer_get_item() 1073 memcpy(valuep, tlv_value(&cursor), value_length); in ef10_nvram_buffer_get_item() 1076 *lengthp = value_length; in ef10_nvram_buffer_get_item()
|
| H A D | efx.h | 1797 __in_bcount_opt(value_length) uint8_t *valuep, 1798 __in size_t value_length); 1806 __in_bcount_opt(value_length) uint8_t *valuep, 1807 __in size_t value_length);
|
| /freebsd/contrib/kyua/utils/ |
| H A D | memory.cpp | 124 std::size_t value_length = sizeof(value); in query_sysctl() local 125 if (::sysctlbyname(mib, &value, &value_length, NULL, 0) == -1) { in query_sysctl()
|
| /freebsd/contrib/expat/tests/ |
| H A D | dummy.c | 93 int value_length, const XML_Char *base, in dummy_entity_decl_handler() argument 100 UNUSED_P(value_length); in dummy_entity_decl_handler()
|
| H A D | dummy.h | 86 const XML_Char *value, int value_length, const XML_Char *base,
|
| H A D | handlers.h | 535 const XML_Char *value, int value_length, const XML_Char *base, 578 const XML_Char *value, int value_length, const XML_Char *base,
|
| H A D | handlers.c | 1751 int value_length, const XML_Char *base, in param_entity_match_handler() argument 1768 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler() 1769 || xcstrncmp(value, entity_value_to_match, value_length) != 0) { in param_entity_match_handler() 1890 int value_length, const XML_Char *base, in accumulate_entity_decl() argument 1905 CharData_AppendXMLChars(storage, value, value_length); in accumulate_entity_decl()
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 300 int value_length, const XML_Char *base, in EntityDeclHandler() argument 306 TouchString(value, value_length); in EntityDeclHandler()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_ioctl.h | 306 uint32_t value_length; /*<< Input: size of the user space buffer */ member
|
| H A D | ocs_ioctl.c | 589 if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) { in ocs_ioctl() 603 req->value_length = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
|
| /freebsd/contrib/expat/lib/ |
| H A D | expat.h | 367 const XML_Char *value, int value_length, const XML_Char *base,
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 732 const XML_Char *value, int value_length, const XML_Char *base, in metaEntityDecl() argument 745 characterData(data, value, value_length); in metaEntityDecl()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1549 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length), in xml_entitydeclhandler() argument
|