Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 255) sorted by relevance

1234567891011

/OK3568_Linux_fs/external/xserver/test/
H A Dxfree86.c39 XF86OptionPtr duplicate; in xfree86_option_list_duplicate() local
45 duplicate = xf86OptionListDuplicate(NULL); in xfree86_option_list_duplicate()
46 assert(!duplicate); in xfree86_option_list_duplicate()
55 duplicate = xf86OptionListDuplicate(options); in xfree86_option_list_duplicate()
56 assert(duplicate); in xfree86_option_list_duplicate()
59 val2 = xf86CheckStrOption(duplicate, o1, "2"); in xfree86_option_list_duplicate()
65 val2 = xf86CheckStrOption(duplicate, o2, "2"); in xfree86_option_list_duplicate()
71 b = xf86FindOption(duplicate, o_null); in xfree86_option_list_duplicate()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch10 Mp4: disabled duplicate atoms.
29 + "duplicate mp4 ftyp atom in \"%s\"", mp4->file.name.data);
42 + "duplicate mp4 moov atom in \"%s\"", mp4->file.name.data);
55 + "duplicate mp4 mdat atom in \"%s\"", mp4->file.name.data);
68 + "duplicate mp4 mvhd atom in \"%s\"", mp4->file.name.data);
82 + "duplicate mp4 tkhd atom in \"%s\"", mp4->file.name.data);
95 + "duplicate mp4 mdia atom in \"%s\"", mp4->file.name.data);
109 + "duplicate mp4 mdhd atom in \"%s\"", mp4->file.name.data);
122 + "duplicate mp4 hdlr atom in \"%s\"", mp4->file.name.data);
135 + "duplicate mp4 minf atom in \"%s\"", mp4->file.name.data);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/
H A DCVE-2021-41072.patch28 duplicate identically named file within the directory.
30 This commit fixes this exploit by explictly checking for duplicate
34 ensure they are sorted, to avoid attempts to evade the duplicate
38 are sorted and then the above duplicate filename check is applied.
85 + /* check directory for duplicate names. Need to sort directory first */
88 + ERROR("File system corrupted: directory has duplicate names\n");
221 + * Check directory for duplicate names. As the directory should be sorted,
258 + /* check directory for duplicate names and sorting */
261 + ERROR("File system corrupted: directory has duplicate names\n");
263 + ERROR("File system corrupted: directory has duplicate names or is unsorted\n");
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsectionalize.hpp96 bool duplicate; member
107 , duplicate(false) in section()
474 bool duplicate = false; in apply() local
487 duplicate = true; in apply()
508 if (! section.duplicate) in apply()
521 section.duplicate = duplicate; in apply()
525 if (mark_first_non_duplicated && ! duplicate) in apply()
551 if (! duplicate) in apply()
561 if (! section.duplicate) in apply()
570 && ! sections[last_non_duplicate_index].duplicate) in apply()
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Dtests-phandle.dtsi10 duplicate-name = "duplicate";
11 duplicate-name { };
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/input/
H A Di8042.txt9 - intel,duplicate-por: Indicates that a keyboard reset may result in a
10 duplicate POR byte, which should be ignored.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymbol-summary.h44 virtual void duplicate (cgraph_node *, cgraph_node *, T *, T *) {} in duplicate() function
275 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
478 T *duplicate = summary->get_create (node2);
479 summary->duplicate (node, node2, v, duplicate);
549 virtual void duplicate (cgraph_edge *, cgraph_edge *, T *, T *) {}
740 summary->duplicate (edge1, edge2, edge1_summary,
911 T *duplicate = summary->get_create (edge2);
912 summary->duplicate (edge1, edge2, edge1_summary, duplicate);
H A Dipa-fnsummary.h216 virtual void duplicate (cgraph_node *src, cgraph_node *dst, in class()
233 virtual void duplicate (cgraph_node *, cgraph_node *, in duplicate() function
285 virtual void duplicate (cgraph_edge *src, cgraph_edge *dst,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymbol-summary.h44 virtual void duplicate (cgraph_node *, cgraph_node *, T *, T *) {} in duplicate() function
275 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
478 T *duplicate = summary->get_create (node2);
479 summary->duplicate (node, node2, v, duplicate);
549 virtual void duplicate (cgraph_edge *, cgraph_edge *, T *, T *) {}
740 summary->duplicate (edge1, edge2, edge1_summary,
911 T *duplicate = summary->get_create (edge2);
912 summary->duplicate (edge1, edge2, edge1_summary, duplicate);
H A Dipa-fnsummary.h216 virtual void duplicate (cgraph_node *src, cgraph_node *dst, in class()
233 virtual void duplicate (cgraph_node *, cgraph_node *, in duplicate() function
285 virtual void duplicate (cgraph_edge *src, cgraph_edge *dst,
/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c38 uint8_t *duplicate; in dh_data_from_key() local
42 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key()
44 if (duplicate) { in dh_data_from_key()
45 *data = duplicate; in dh_data_from_key()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_netem.c93 u32 duplicate; member
451 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor)) in netem_enqueue()
480 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
482 q->duplicate = 0; in netem_enqueue()
484 q->duplicate = dupsave; in netem_enqueue()
1008 q->duplicate = qopt->duplicate; in netem_change()
1156 qopt.duplicate = q->duplicate; in netem_dump()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcomponent.c52 bool duplicate; member
209 match->compare[i].duplicate = !!c->master; in find_components()
563 if (!master->match->compare[i].duplicate) { in component_unbind_all()
647 if (!master->match->compare[i].duplicate) { in component_bind_all()
656 if (!master->match->compare[i - 1].duplicate) { in component_bind_all()
/OK3568_Linux_fs/buildroot/package/apache/
H A D0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch9 headers, the "export_files" file will contain duplicate header files,
10 causing the exports.c file to contain duplicate definitions, making
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/
H A Dparted_3.4.bb27 oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags
45 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dself_turn_points.hpp100 && ! sec1.duplicate in apply()
101 && ! sec2.duplicate) in apply()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument
20 ret = dup2(duplicate, original); in terminal_dup2()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/fontconfig/
H A Dfontconfig_2.13.1.bb38 # duplicate fc-cache for postinstall script
44 # duplicate fc-cache for postinstall script
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch4 Subject: [PATCH] lvm: Do not include duplicate entries in bd_lvm_lvs output
29 + /* ignore duplicate entries in lvs output, these are caused by multi segments LVs …
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhierarchical_clustering_index.h114 bool duplicate = true; in chooseCentersRandom() local
116 while (duplicate) { in chooseCentersRandom()
117 duplicate = false; in chooseCentersRandom()
129 duplicate = true; in chooseCentersRandom()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/rdfind/
H A Drdfind_1.4.1.bb1 SUMMARY = "Rdfind is a program that finds duplicate files"
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A DTODO17 management. Doesn't this duplicate functionality in the core?
49 management. Doesn't this duplicate functionality in the core?
/OK3568_Linux_fs/buildroot/package/dmalloc/
H A D0005-fix-strndup.patch19 * len -> Length of the string to duplicate.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg_21.1.7.bb4 file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \

1234567891011