Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/tar/
H A Dread.c191 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in read_archive() local
195 if ((p = malloc(module_len + opt_len)) == NULL) in read_archive()
200 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in read_archive()
201 memcpy(p + module_len, reader_options, opt_len); in read_archive()
H A Dwrite.c148 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in set_writer_options() local
152 if ((p = malloc(module_len + opt_len)) == NULL) in set_writer_options()
157 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in set_writer_options()
180 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in set_reader_options() local
184 if ((p = malloc(module_len + opt_len)) == NULL) in set_reader_options()
190 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in set_reader_options()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4568 u8 modules_num, module_len, i, *byte_buf = (u8 *)buf; in ecore_mcp_trace_read_meta() local
4588 module_len = *(byte_buf++); in ecore_mcp_trace_read_meta()
4589 byte_buf += module_len; in ecore_mcp_trace_read_meta()