Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/cpio/
H A D0002-Rewrite-dynamic-string-support.patch38 @@ -55,11 +55,12 @@ query_rename(struct cpio_file_stat* file_hdr, FILE *tty_in, FILE *tty_out,
55 @@ -780,37 +781,36 @@ long_format (struct cpio_file_stat *file_hdr, char const *link_name)
131 struct cpio_file_stat file_hdr = CPIO_FILE_STAT_INITIALIZER;
138 file_hdr.c_magic = 070707;
143 if (file_hdr.c_mode & CP_IFDIR)
161 cpio_file_stat_free (&file_hdr);
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A DCVE-2021-38185.patch42 @@ -55,11 +55,12 @@ query_rename(struct cpio_file_stat* file_hdr, FILE *tty_in, FILE *tty_out,
59 @@ -779,37 +780,36 @@ long_format (struct cpio_file_stat *file_hdr, char const *link_name)
135 struct cpio_file_stat file_hdr = CPIO_FILE_STAT_INITIALIZER;
142 file_hdr.c_magic = 070707;
147 if (file_hdr.c_mode & CP_IFDIR)
165 cpio_file_stat_free (&file_hdr);
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c482 qat_uclo_map_chunk(char *buf, struct icp_qat_uof_filehdr *file_hdr, in qat_uclo_map_chunk() argument
492 for (i = 0; i < file_hdr->num_chunks; i++) { in qat_uclo_map_chunk()