Searched refs:module_len (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/tar/ |
H A D | read.c | 172 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in read_archive() local 176 if ((p = malloc(module_len + opt_len)) == NULL) in read_archive() 181 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in read_archive() 182 memcpy(p + module_len, reader_options, opt_len); in read_archive()
|
H A D | write.c | 131 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in set_writer_options() local 135 if ((p = malloc(module_len + opt_len)) == NULL) in set_writer_options() 140 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in set_writer_options() 163 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; in set_reader_options() local 167 if ((p = malloc(module_len + opt_len)) == NULL) in set_reader_options() 173 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len); in set_reader_options()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 4569 u8 modules_num, module_len, i, *byte_buf = (u8 *)buf; in ecore_mcp_trace_read_meta() local 4589 module_len = *(byte_buf++); in ecore_mcp_trace_read_meta() 4590 byte_buf += module_len; in ecore_mcp_trace_read_meta()
|