| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | label.y | 507 void at_expr::evaluate(int tentative, const reference &ref, in evaluate() argument 510 if (tentative) in evaluate() 519 void format_expr::evaluate(int tentative, const reference &ref, in evaluate() argument 522 if (tentative) in evaluate() 653 void analyzed_expr::evaluate(int tentative, const reference &ref, in evaluate() argument 657 expr->evaluate(tentative, ref, result, pos); in evaluate() 660 void star_expr::evaluate(int tentative, const reference &ref, in evaluate() argument 664 if (!tentative in evaluate() 667 expr->evaluate(tentative, ref, result, pos); in evaluate() 670 void separator_expr::evaluate(int tentative, const reference &ref, in evaluate() argument [all …]
|
| H A D | TODO | 43 Cache sortified authors in authors string during tentative evaluation of
|
| /netbsd-src/external/mpl/dhcp/dist/client/scripts/ |
| H A D | macos | 132 tentative=$(echo "${addr}" | grep tentative) 142 if [ -z "${tentative}" ] ; then 211 ifconfig ${interface} | grep inet6 | grep tentative \ 220 ifconfig ${interface} | grep inet6 | grep tentative \
|
| H A D | linux | 203 tentative=$(echo "${addr}" | grep tentative) 216 if [ -z "${tentative}" ] ; then 438 ${ip} addr show ${interface} | grep inet6 | grep tentative \ 447 ${ip} addr show ${interface} | grep inet6 | grep tentative \
|
| H A D | openbsd | 73 tentative=$(echo "${addr}" | grep tentative) 83 if [ -z "${tentative}" ] ; then 327 ifconfig ${interface} | grep inet6 | grep tentative \ 336 ifconfig ${interface} | grep inet6 | grep tentative \
|
| H A D | netbsd | 72 tentative=$(echo "${addr}" | grep tentative) 82 if [ -z "${tentative}" ] ; then 330 ifconfig ${interface} | grep inet6 | grep tentative \ 339 ifconfig ${interface} | grep inet6 | grep tentative \
|
| H A D | freebsd | 116 tentative=$(echo "${addr}" | grep tentative) 126 if [ -z "${tentative}" ] ; then 400 ifconfig ${interface} | grep inet6 | grep tentative \ 409 ifconfig ${interface} | grep inet6 | grep tentative \
|
| /netbsd-src/tests/net/ndp/ |
| H A D | t_dad.sh | 34 tentative="[Tt][Ee][Nn][Tt][Aa][Tt][Ii][Vv][Ee]" 103 -o not-match:"$localip1.+$tentative" \ 131 -o not-match:"$localip2.+$tentative" \ 160 -o not-match:"$localip3.+$tentative" \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-coalesce.cc | 1584 partition tentative = partition_new (parts); in compute_optimized_partition_bases() local 1595 int p1 = partition_find (tentative, var_to_partition (map, v1)); in compute_optimized_partition_bases() 1597 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() 1602 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() 1609 int p1 = partition_find (tentative, var_to_partition (map, v1)); in compute_optimized_partition_bases() 1611 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() 1616 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() 1643 int p1 = partition_find (tentative, var_to_partition (map, res)); in compute_optimized_partition_bases() 1644 int p2 = partition_find (tentative, var_to_partition (map, arg)); in compute_optimized_partition_bases() 1649 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() [all …]
|
| H A D | LANGUAGES | 23 taken to signify a tentative definition which should not be emitted until
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-coalesce.c | 1584 partition tentative = partition_new (parts); in compute_optimized_partition_bases() local 1595 int p1 = partition_find (tentative, var_to_partition (map, v1)); in compute_optimized_partition_bases() 1597 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() 1602 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() 1609 int p1 = partition_find (tentative, var_to_partition (map, v1)); in compute_optimized_partition_bases() 1611 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() 1616 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() 1643 int p1 = partition_find (tentative, var_to_partition (map, res)); in compute_optimized_partition_bases() 1644 int p2 = partition_find (tentative, var_to_partition (map, arg)); in compute_optimized_partition_bases() 1649 partition_union (tentative, p1, p2); in compute_optimized_partition_bases() [all …]
|
| H A D | LANGUAGES | 23 taken to signify a tentative definition which should not be emitted until
|
| /netbsd-src/sys/netinet6/ |
| H A D | nd6_nbr.c | 113 int anycast = 0, proxy = 0, tentative = 0; in nd6_ns_input() local 221 * (3) "tentative" address on which DAD is being performed. in nd6_ns_input() 282 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE; in nd6_ns_input() 302 * one of my tentative address. in nd6_ns_input() 312 if (tentative) { in nd6_ns_input() 707 * If my address is tentative, this means that there's somebody in nd6_na_input() 1223 "nd6_dad_start: called with non-tentative address " in nd6_dad_start() 1334 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address " in nd6_dad_timer()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-3.2 | 150 [Incompat 20161204] Postfix 3.2 removes tentative features that
|
| H A D | WISHLIST | 689 into two operations: first, a tentative commit operation 694 content filters don't support a tentative commit operation.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | method.cc | 1377 bool tentative = retcat != cc_last; in do_one_comp() local 1380 tentative ? tf_none : complain); in do_one_comp() 1389 if (overload == NULL_TREE && (tentative || complain)) in do_one_comp() 1406 else if (tentative && complain) in do_one_comp()
|
| H A D | ChangeLog-2019 | 253 (cp_parser_decltype): Do it here. Remember a non-tentative error. 565 functions, use tentative linkage, don't keep their bodies with 1228 * semantics.c (expand_or_defer_fn_1): Use tentative linkage and don't 2058 (cp_parser_requires_expression): Commit to the tentative parse. 2090 (cp_parser_placeholder_type_specifier): Add tentative parm. Don't 3170 * parser.c (cp_parser_simple_type_specifier): Separate tentative 3443 * parser.c (cp_parser_std_attribute_spec): Commit to tentative parse 3735 did not work out commit to the tentative parse.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 662 mulxu.w r0,er2 ; compute er3 = remainder (tentative)
|
| /netbsd-src/doc/roadmaps/ |
| H A D | desktop | 163 The original (very tentative) plan was to wedge publish/subscribe into
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 662 mulxu.w r0,er2 ; compute er3 = remainder (tentative)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/po/ |
| H A D | fr.po | 1188 msgstr "tentative invalide de déclaration d'un nom de version externe comme nom par défaut pour le … 1333 msgstr "tentative d'ajouter un indirect_symbol à une ébauche ou une section de référence avec un él… 1614 msgstr "ignore la tentative de redéfinir le registre intégré « %s »" 1642 msgstr "ignore la tentative de supprimer la définition du registre intégré « %s »" 2556 msgstr "Ignore la tentative de redéfinition du symbole" 3663 msgstr "tentative de redéfinition de l'alias typé" 3704 msgstr "ignore la tentative d'utiliser .unreq sur un nom de registre fixe: « %s »" 5019 msgstr "tentative d'utiliser une instruction ARM sur un processeur ne supportant que Thumb -- « %s … 5059 msgstr "tentative de recréer une entrée unwind" 8095 msgstr "Assemblage cassé. Aucune tentative d'assemblage." [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/po/ |
| H A D | fr.po | 1258 msgstr "tentative invalide de déclaration d'un nom de version externe comme nom par défaut pour le … 1411 msgstr "tentative d'ajouter un indirect_symbol à une ébauche ou une section de référence avec un él… 1746 msgstr "ignore la tentative de redéfinir le registre intégré « %s »" 1774 msgstr "ignore la tentative de supprimer la définition du registre intégré « %s »" 2753 msgstr "Ignore la tentative de redéfinition du symbole" 3864 msgstr "tentative de redéfinition de l'alias typé" 3905 msgstr "ignore la tentative d'utiliser .unreq sur un nom de registre fixe: « %s »" 5238 msgstr "tentative d'utiliser une instruction ARM sur un processeur ne supportant que Thumb -- « %s … 5278 msgstr "tentative de recréer une entrée unwind" 8369 msgstr "Assemblage cassé. Aucune tentative d'assemblage." [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 368 // This is a tentative instruction, and will be replaced
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | ipv6.c | 92 # warning polling tentative address flags periodically
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regengine.inc | 682 static const char * /* where tentative match ended, or NULL */
|