| /src/external/gpl3/autoconf/dist/ |
| cfg.mk | 43 announcement_mail-stable = info-gnu@gnu.org, autoconf@gnu.org
|
| maint.mk | 96 # Use ftp.gnu.org for stable releases. 99 gnu_ftp_host-stable = ftp.gnu.org 1241 # Make info-gnu the default only for a stable release. 1242 ifeq ($(RELEASE_TYPE),stable) 1333 .PHONY: alpha beta stable 1334 ALL_RECURSIVE_TARGETS += alpha beta stable 1335 alpha beta stable: $(local-check) writable-files $(submodule-checks) 1336 test $@ = stable \ 1353 case $$RELEASE_TYPE in alpha|beta|stable) ;; \
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| 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.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...] |
| 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...] |
| /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 */
|
| /src/lib/libintl/ |
| gettext.c | 499 struct moentry *stable; local 525 stable = (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic)); 527 v = base + flip(stable[i].off, magic);
|
| /src/sys/kern/ |
| kern_ksyms.c | 763 char *stable = NULL; local 792 stable = st->sd_strstart - st->sd_usroffset; 803 *sym = stable + es->st_name;
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 806 int stable = NFSWRITE_FILESYNC; local 826 stable = fxdr_unsigned(int, *tl++); 853 stable = fxdr_unsigned(int, *tl++); 921 nd->nd_repstat = nfsvno_write(vp, off, retlen, cnt, stable, 947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0) 948 *tl++ = txdr_unsigned(stable);
|
| /src/sys/nfs/ |
| nfs_serv.c | 863 int stable = NFSV3WRITE_FILESYNC; local 882 stable = fxdr_unsigned(int, *tl++); 971 * stable storage synchronously. 974 if (stable == NFSV3WRITE_UNSTABLE) 976 else if (stable == NFSV3WRITE_DATASYNC) 1000 if (stable == NFSV3WRITE_UNSTABLE) 1001 *tl++ = txdr_unsigned(stable);
|
| /src/external/bsd/am-utils/dist/include/ |
| am_xdr_func.h | 246 am_stable_how stable; member in struct:am_WRITE3args
|