HomeSort by: relevance | last modified time | path
    Searched refs:stable (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/scripts/build/
checkChangeLog 10 stable) ;;
23 stable---)
25 stable*)
26 echo "Stable repo Changelog must begin with '---'!"
VersionName 32 stable::[1-9]* | dev::[0-9]*)
56 beta::stable)
62 rc::stable|RC::stable)
UpdatePoint 5 # are we playing by stable or dev rules?
28 dev|stable)
39 1) echo "Usage: $0 [-t] <stable|dev>"
67 stable)
75 stable)
98 # for stable:
127 stable)
242 stable::1::)
281 stable)
  /src/external/bsd/ntp/dist/
packageinfo.sh 15 # To start a -RC cycle in -dev leading to the next -stable release,
18 # To move from dev -RC to new -stable and -dev major/minor version, set
23 ## STABLE:
25 # To start a -stable beta cycle, which normally occurs before a -stable
26 # -RC1 during the runup to a -stable point release, UpdatePoint needs
30 # To move on from -stable beta to RC set prerelease=rc.
32 # To fall back from -stable RC to beta set prerelease=beta.
34 # To skip over -stable beta1 directly to -RC1, set prerelease=rc.
36 # To proceed from a -stable RC to the release set rcpoint=G
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strnid.c 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
133 /* "stable" can be impacted by config, so load the config file first */
138 if (stable != NULL) {
140 sk_ASN1_STRING_TABLE_sort(stable);
141 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
143 return sk_ASN1_STRING_TABLE_value(stable, idx);
158 if (stable == NULL) {
159 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
160 if (stable == NULL)
168 if (!sk_ASN1_STRING_TABLE_push(stable, rv))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strnid.c 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
133 /* "stable" can be impacted by config, so load the config file first */
138 if (stable) {
139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
141 return sk_ASN1_STRING_TABLE_value(stable, idx);
156 if (stable == NULL) {
157 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
158 if (stable == NULL)
168 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) {
213 tmp = stable;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strnid.c 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
133 if (stable) {
134 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
136 return sk_ASN1_STRING_TABLE_value(stable, idx);
151 if (stable == NULL) {
152 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
153 if (stable == NULL)
163 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) {
208 tmp = stable;
211 stable = NULL
    [all...]
  /src/usr.sbin/mrouted/
prune.h 36 struct stable *gt_srctbl; /* source table */
49 struct stable struct
51 struct stable *st_next; /* pointer to the next entry */
prune.c 363 struct stable *st;
398 struct stable *
401 struct stable *st;
420 next_grp_src_mask(struct gtable **gtpp, struct stable **stpp, u_long grp,
424 struct stable *st, *sbest = NULL;
466 refresh_sg(struct sioc_sg_req *sg, struct gtable *gt, struct stable *st)
550 next_child(struct gtable **gtpp, struct stable **stpp, u_long grp, u_long src,
553 struct stable *st;
594 struct stable *st,**stnp;
707 st = (struct stable *)malloc(sizeof(struct stable))
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-server.h 56 size_t prefix_length, bool on_mesh, bool preferred, bool slaac, bool stable) GCCATTR((nonnull (1)));
cti-services.h 75 bool stable; member in struct:_cti_prefix
148 bool stable; member in struct:_cti_route
490 cti_prefix_create_(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp,
492 #define cti_prefix_create(prefix, prefix_length, metric, flags, rloc, stable, ncp) \
493 cti_prefix_create_(prefix, prefix_length, metric, flags, rloc, stable, ncp, __FILE__, __LINE__)
867 prefix, prefix_length, on_mesh, preferred, slaac, stable, priority) \
869 on_mesh, preferred, slaac, stable, priority, __FILE__, __LINE__)
873 bool stable, int priority, const char *NONNULL file, int line);
927 * stable: True if the route is part of stable network data
    [all...]
omr-watcher.c 114 omr_prefix_metadata_set(omr_prefix_t *prefix, int metric, int flags, int rloc, bool stable, bool ncp)
119 prefix->stable = stable;
145 omr_prefix_create(struct in6_addr *prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp)
152 omr_prefix_metadata_set(ret, metric, flags, rloc, stable, ncp);
323 prefix->user ? " (user)" : "", prefix->ncp ? " (ncp)": "", prefix->stable ? " (stable)" : "");
330 prefix->previous_stable = prefix->stable;
332 prefix->stable = false;
360 cti_prefix->flags, cti_prefix->rloc, cti_prefix->stable, cti_prefix->ncp)
    [all...]
omr-watcher.h 51 bool user, ncp, stable, onmesh, slaac, dhcp, preferred; member in struct:omr_prefix
74 int rloc, bool stable, bool ncp);
thread-service.h 62 bool user, ncp, stable, ignore, checking; member in struct:thread_service
cti-services.c 694 xpc_dictionary_set_bool(dict, "stable", true);
728 struct in6_addr *prefix, int prefix_length, bool on_mesh, bool preferred, bool slaac, bool stable, bool adding,
758 xpc_dictionary_set_bool(dict, "stable", stable);
771 struct in6_addr *prefix, int prefix_length, bool on_mesh, bool preferred, bool slaac, bool stable,
774 return cti_do_prefix(context, callback, client_queue, prefix, prefix_length, on_mesh, preferred, slaac, stable,
790 bool stable, bool nat64, const char *file, int line)
808 xpc_dictionary_set_bool(dict, "stable", stable);
1456 } else if (!strcmp(key, "Stable")) {
1910 bool nat64 = false, stable = false, next_hop_is_host = false; local
2096 bool stable = false; local
    [all...]
service-tracker.c 105 char change[20]; // " +stable +user +ncp"
208 service->previous_stable = service->stable;
209 service->stable = false;
267 // Also, since we're combing the list, update ncp, user and stable flags. Note that a service can
277 service->stable = true;
295 service_tracker_flags_accumulate(&accumulator, service->previous_stable, service->ncp, "stable");
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /src/external/gpl3/gcc/dist/gcc/
sort.cc 25 - deterministic (but not necessarily stable)
196 This is a stable sort if netsort is used only for 2 or 3 elements. */
260 bool stable = (ssize_t) size < 0;
261 if (stable)
284 bool stable = (ssize_t) size < 0;
285 if (stable)
300 /* Stable sort, signature-compatible to C qsort. */
307 /* Stable sort, signature-compatible to Glibc qsort_r. */
  /src/external/gpl3/gcc.old/dist/gcc/
sort.cc 25 - deterministic (but not necessarily stable)
198 This is a stable sort if netsort is used only for 2 or 3 elements. */
258 bool stable = (ssize_t) size < 0;
259 if (stable)
281 bool stable = (ssize_t) size < 0;
282 if (stable)
297 /* Stable sort, signature-compatible to C qsort. */
304 /* Stable sort, signature-compatible to Glibc qsort_r. */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
mutation.d 1730 algorithms are called $(B stable). If the ordering algorithm may swap
1735 being stable only on a well-defined subrange of the range. There is no
1739 Generally, the `stable` ordering strategy may be more costly in
1763 stable,
1770 assert(remove!(SwapStrategy.stable)(a, 1) == [0, 2, 3]);
1782 assert(partition!(a => a > 3, SwapStrategy.stable)(arr) == [1, 2, 3]);
1920 (SwapStrategy s = SwapStrategy.stable, Range, Offset ...)
1948 (SwapStrategy s = SwapStrategy.stable, Range, Offset ...)
1961 assert(remove!(SwapStrategy.stable)(a, 1) == [ 0, 2, 3, 4, 5 ]);
1963 assert(remove!(SwapStrategy.stable)(a, 1, 3) == [ 0, 2, 4, 5] )
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/release/
merge-request.sh 28 echo "usage: `basename $0` -user EMAIL -stable-version X.Y -r NUM"
31 echo " -stable-version X.Y The stable release version (e.g. 4.0, 5.0)."
45 -stable-version)
86 echo "error: no stable version specified"
110 echo "error: invalid stable version"
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait-opts.def 35 of @code{ntpd} that returns "the time is not yet stable".
65 has not yet produced a synchronized and stable system clock.
  /src/external/gpl3/autoconf/dist/
GNUmakefile 51 $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
cfg.mk 43 announcement_mail-stable = info-gnu@gnu.org, autoconf@gnu.org

Completed in 48 milliseconds

1 2 3