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

  /src/external/gpl2/groff/dist/src/preproc/refer/
label.y 49 // Does the tentative label depend on the reference?
507 void at_expr::evaluate(int tentative, const reference &ref,
510 if (tentative)
519 void format_expr::evaluate(int tentative, const reference &ref,
522 if (tentative)
653 void analyzed_expr::evaluate(int tentative, const reference &ref,
657 expr->evaluate(tentative, ref, result, pos);
660 void star_expr::evaluate(int tentative, const reference &ref,
664 if (!tentative
667 expr->evaluate(tentative, ref, result, pos)
    [all...]
  /src/external/mpl/dhcp/dist/client/scripts/
macos 131 # tentative flag == DAD is still not complete
132 tentative=$(echo "${addr}" | grep tentative)
142 if [ -z "${tentative}" ] ; then
210 # tentative.
211 ifconfig ${interface} | grep inet6 | grep tentative \
218 # We're going to poll for the tentative flag every second.
220 ifconfig ${interface} | grep inet6 | grep tentative \
linux 202 # tentative flag == DAD is still not complete
203 tentative=$(echo "${addr}" | grep tentative)
216 if [ -z "${tentative}" ] ; then
437 # tentative.
438 ${ip} addr show ${interface} | grep inet6 | grep tentative \
445 # We're going to poll for the tentative flag every second.
447 ${ip} addr show ${interface} | grep inet6 | grep tentative \
netbsd 71 # tentative flag == DAD is still not complete
72 tentative=$(echo "${addr}" | grep tentative)
82 if [ -z "${tentative}" ] ; then
329 # tentative.
330 ifconfig ${interface} | grep inet6 | grep tentative \
337 # We're going to poll for the tentative flag every second.
339 ifconfig ${interface} | grep inet6 | grep tentative \
openbsd 72 # tentative flag == DAD is still not complete
73 tentative=$(echo "${addr}" | grep tentative)
83 if [ -z "${tentative}" ] ; then
326 # tentative.
327 ifconfig ${interface} | grep inet6 | grep tentative \
334 # We're going to poll for the tentative flag every second.
336 ifconfig ${interface} | grep inet6 | grep tentative \
freebsd 115 # tentative flag == DAD is still not complete
116 tentative=$(echo "${addr}" | grep tentative)
126 if [ -z "${tentative}" ] ; then
399 # tentative.
400 ifconfig ${interface} | grep inet6 | grep tentative \
407 # We're going to poll for the tentative flag every second.
409 ifconfig ${interface} | grep inet6 | grep tentative \
  /src/tests/net/ndp/
t_dad.sh 34 tentative="[Tt][Ee][Nn][Tt][Aa][Tt][Ii][Vv][Ee]"
101 # The primary address doesn't start with tentative state
103 -o not-match:"$localip1.+$tentative" \
105 # The alias address starts with tentative state
107 #atf_check -s exit:0 -x "cat ./out |grep $localip2 |grep -q tentative"
129 # The alias address left tentative
131 -o not-match:"$localip2.+$tentative" \
139 # The new address starts with tentative state
141 #atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep $localip3 |grep -q tentative"
158 # The new address left tentative
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-coalesce.cc 1584 partition tentative = partition_new (parts); local
1588 TENTATIVE. */
1595 int p1 = partition_find (tentative, var_to_partition (map, v1));
1597 int p2 = partition_find (tentative, var_to_partition (map, v2));
1602 partition_union (tentative, p1, p2);
1609 int p1 = partition_find (tentative, var_to_partition (map, v1));
1611 int p2 = partition_find (tentative, var_to_partition (map, v2));
1616 partition_union (tentative, p1, p2);
1643 int p1 = partition_find (tentative, var_to_partition (map, res));
1644 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-coalesce.cc 1605 partition tentative = partition_new (parts); local
1609 TENTATIVE. */
1616 int p1 = partition_find (tentative, var_to_partition (map, v1));
1618 int p2 = partition_find (tentative, var_to_partition (map, v2));
1623 partition_union (tentative, p1, p2);
1630 int p1 = partition_find (tentative, var_to_partition (map, v1));
1632 int p2 = partition_find (tentative, var_to_partition (map, v2));
1637 partition_union (tentative, p1, p2);
1664 int p1 = partition_find (tentative, var_to_partition (map, res));
1665 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]
  /src/sys/netinet6/
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 1385 bool tentative = retcat != cc_last;
1388 tentative ? tf_none : complain);
1397 if (overload == NULL_TREE && (tentative || complain))
1414 else if (tentative && complain)
parser.cc 2845 // Tentative Parsing
3001 This bypasses the check for tentative passing, and potentially
3229 during this tentative parse. Returns true if the error was
3459 to the current active tentative parse, if any. (Otherwise, the
4287 not be confused with tentative parsing. */
5087 firewall and then an inner tentative parse. */
5100 /* Finish the inner tentative parse and the firewall, propagating any
5101 uncommitted error state to the outer tentative parse. */
5394 tentative parsing. */
5701 /* Don't warn about a failed tentative parse. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 1392 bool tentative = retcat != cc_last;
1395 tentative ? tf_none : complain);
1404 if (overload == NULL_TREE && (tentative || complain))
1421 else if (tentative && complain)
parser.cc 3061 // Tentative Parsing
3205 This bypasses the check for tentative passing, and potentially
3433 during this tentative parse. Returns true if the error was
3663 to the current active tentative parse, if any. (Otherwise, the
4488 not be confused with tentative parsing. */
5356 firewall and then an inner tentative parse. */
5369 /* Finish the inner tentative parse and the firewall, propagating any
5370 uncommitted error state to the outer tentative parse. */
5668 tentative parsing. */
5986 /* Don't warn about a failed tentative parse. *
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
lib1funcs.S 662 mulxu.w r0,er2 ; compute er3 = remainder (tentative)
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
lib1funcs.S 662 mulxu.w r0,er2 ; compute er3 = remainder (tentative)
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 22034 bool tentative)
22061 if (tentative)

Completed in 74 milliseconds