Home
last modified time | relevance | path

Searched refs:child_part (Results 1 – 7 of 7) sorted by relevance

/dports/misc/broot/broot-1.7.0/src/command/
H A Dcompletion.rs116 let (_, parent_part, child_part) = regex_captures!(r"^(.*?)([^/]*)$", arg).unwrap(); in list_for_path()
125 if !child_part.is_empty() { in list_for_path()
126 if !name.starts_with(child_part) { in list_for_path()
129 if name == child_part && entry.file_type()?.is_dir() { in list_for_path()
132 name.drain(0..child_part.len()); in list_for_path()
/dports/security/beid/eid-mw-5.0.8/tests/unit/
H A Dfork_init.c16 int child_part() { in child_part() function
35 if(child_part() == TEST_RV_OK) { in TEST_FUNC()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-imap/
H A Dimap-bodystructure.c410 struct message_part *part = *_part, *child_part;; in imap_bodystructure_parse_args() local
459 child_part = NULL; in imap_bodystructure_parse_args()
465 child_part = part->children; in imap_bodystructure_parse_args()
468 child_part == NULL) { in imap_bodystructure_parse_args()
476 &child_part, error_r) < 0) in imap_bodystructure_parse_args()
478 child_part = child_part->next; in imap_bodystructure_parse_args()
485 if (child_part != NULL) { in imap_bodystructure_parse_args()
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_mime_decode.php419 foreach ((array)$part->parts as $child_part) {
420 $struct->parts[] = $this->structure_part($child_part, ++$count, $struct->mime_id);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/irqchip/
H A Dirq-gic-v3.c1740 struct device_node *parts_node, *child_part; in gic_populate_ppi_partitions() local
1762 for_each_child_of_node(parts_node, child_part) { in gic_populate_ppi_partitions()
1768 part->partition_id = of_node_to_fwnode(child_part); in gic_populate_ppi_partitions()
1771 child_part, part_idx); in gic_populate_ppi_partitions()
1773 n = of_property_count_elems_of_size(child_part, "affinity", in gic_populate_ppi_partitions()
1782 err = of_property_read_u32_index(child_part, "affinity", in gic_populate_ppi_partitions()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/irqchip/
H A Dirq-gic-v3.c1740 struct device_node *parts_node, *child_part; in gic_populate_ppi_partitions() local
1762 for_each_child_of_node(parts_node, child_part) { in gic_populate_ppi_partitions()
1768 part->partition_id = of_node_to_fwnode(child_part); in gic_populate_ppi_partitions()
1771 child_part, part_idx); in gic_populate_ppi_partitions()
1773 n = of_property_count_elems_of_size(child_part, "affinity", in gic_populate_ppi_partitions()
1782 err = of_property_read_u32_index(child_part, "affinity", in gic_populate_ppi_partitions()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/irqchip/
H A Dirq-gic-v3.c1740 struct device_node *parts_node, *child_part; in gic_populate_ppi_partitions() local
1762 for_each_child_of_node(parts_node, child_part) { in gic_populate_ppi_partitions()
1768 part->partition_id = of_node_to_fwnode(child_part); in gic_populate_ppi_partitions()
1771 child_part, part_idx); in gic_populate_ppi_partitions()
1773 n = of_property_count_elems_of_size(child_part, "affinity", in gic_populate_ppi_partitions()
1782 err = of_property_read_u32_index(child_part, "affinity", in gic_populate_ppi_partitions()