HomeSort by: relevance | last modified time | path
    Searched refs:wildcards (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep-wildcards.exp 11 dep-wildcards.mk
Makefile 117 TESTS+= dep-wildcards
  /src/usr.sbin/autofs/
automountd.c 63 done(int request_error, bool wildcards)
70 add.add_wildcards = wildcards;
175 bool wildcards; local
217 * "Wildcards" here actually means "make autofs(4) request
223 parse_map(parent, map, key, &wildcards);
224 if (!wildcards)
225 wildcards = node_has_wildcards(parent);
226 if (wildcards)
286 done(0, wildcards);
360 done(0, wildcards);
    [all...]
common.c 1017 bool *wildcards)
1028 if (wildcards != NULL)
1029 *wildcards = false;
1032 if (wildcards != NULL)
1033 *wildcards = true;
1064 if (wildcards != NULL)
1065 *wildcards = true;
  /src/external/bsd/tcpdump/dist/
print-openflow-1.0.c 1193 uint32_t wildcards; local
1199 /* wildcards */
1200 wildcards = GET_BE_U_4(cp);
1201 if (wildcards & OFPFW_U)
1202 ND_PRINT("%swildcards 0x%08x (bogus)", pfx, wildcards);
1205 if (! (wildcards & OFPFW_IN_PORT))
1210 if (! (wildcards & OFPFW_DL_SRC))
1214 if (! (wildcards & OFPFW_DL_DST))
1218 if (! (wildcards & OFPFW_DL_VLAN))
1222 if (! (wildcards & OFPFW_DL_VLAN_PCP)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
name.py 39 - wildcards - names with leftmost label '*'
69 self.wildcards = get_wildcard_names(self.zone)
75 self.reachable_wildcards = self.wildcards.intersection(self.reachable)
  /src/sys/fs/autofs/
autofs.c 216 * no wildcards.
307 bool wildcards; local
383 wildcards = ar->ar_wildcards;
403 anp->an_wildcards = wildcards;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1584 get_introduction_prototype (tree wildcards, int index)
1586 return TREE_TYPE (get_deduced_wildcard (TREE_VEC_ELT (wildcards, index)));
1677 introduce_template_parameter (tree parms, tree wildcards, int& index)
1679 tree deduced = TREE_VEC_ELT (wildcards, index++);
1687 introduce_template_parameters (tree parms, tree wildcards, int& index)
1692 tree deduced = TREE_VEC_ELT (wildcards, index++);
1694 gcc_assert (index == TREE_VEC_LENGTH (wildcards));
1715 process_introduction_parms (tree parms, tree wildcards, int& index)
1717 tree proto = get_introduction_prototype (wildcards, index);
1719 return introduce_template_parameters (parms, wildcards, index)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1661 get_introduction_prototype (tree wildcards, int index)
1663 return TREE_TYPE (get_deduced_wildcard (TREE_VEC_ELT (wildcards, index)));
1754 introduce_template_parameter (tree parms, tree wildcards, int& index)
1756 tree deduced = TREE_VEC_ELT (wildcards, index++);
1764 introduce_template_parameters (tree parms, tree wildcards, int& index)
1769 tree deduced = TREE_VEC_ELT (wildcards, index++);
1771 gcc_assert (index == TREE_VEC_LENGTH (wildcards));
1792 process_introduction_parms (tree parms, tree wildcards, int& index)
1794 tree proto = get_introduction_prototype (wildcards, index);
1796 return introduce_template_parameters (parms, wildcards, index)
    [all...]
  /src/external/bsd/liblzf/dist/
configure 2046 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)

Completed in 24 milliseconds