Searched refs:defaults (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-current/stand/
H A DMakefile26 S.yes+= defaults
/freebsd-current/contrib/kyua/model/
H A Dmetadata_test.cpp46 ATF_TEST_CASE_WITHOUT_HEAD(defaults); variable
47 ATF_TEST_CASE_BODY(defaults)
374 const model::metadata defaults = model::metadata_builder().build(); local
381 .set_timeout(defaults.timeout())
442 ATF_ADD_TEST_CASE(tcs, defaults);
H A Dmetadata.cpp62 /// Global instance of defaults.
66 static optional< config::tree > defaults; member in namespace:__anon899
288 /// Queries the global defaults tree object with lazy initialization.
295 if (!defaults) {
299 defaults = props;
301 return defaults.get();
/freebsd-current/lib/libc/net/
H A Dnsdispatch.c629 const char *method_name, const ns_src defaults[], ...)
682 srclist = defaults;
711 va_start(ap, defaults);
725 va_start(ap, defaults);
731 va_start(ap, defaults);
742 va_start(ap, defaults);
757 va_start(ap, defaults);
628 _nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database, const char *method_name, const ns_src defaults[], ...) argument
/freebsd-current/contrib/bmake/mk/
H A Dwarnings.mk28 # Modest defaults - put more elaborate sets in warnings-sets.mk
53 # The two step default makes it easier to test build with different defaults.
136 # TARGET_PREFIX_FILTER defaults to R
H A Dmanifest.mk30 # which can be set per dir, per file or we use defaults
41 # STORE defaults to basename of src and target directory
H A Djobs.mk37 # JOB_MAX defaults to JOB_MAX_C (default 1.33C).
H A Dsuffixes.mk18 # some reasonable defaults
/freebsd-current/contrib/bearssl/mk/
H A DNMake.mk28 # Load generic defaults.
/freebsd-current/sbin/dhclient/
H A Ddhclient.c798 ip->client->config->defaults[DHO_DHCP_LEASE_TIME].data);
821 ip->client->config->defaults[DHO_DHCP_RENEWAL_TIME].data);
835 ip->client->config->defaults[DHO_DHCP_REBINDING_TIME].data);
869 mtu = getUShort(ip->client->config->defaults[DHO_INTERFACE_MTU].data);
943 dp = ip->client->config->defaults[DHO_DHCP_SERVER_IDENTIFIER].data;
944 len = ip->client->config->defaults[DHO_DHCP_SERVER_IDENTIFIER].len;
2119 dp = ip->client->config->defaults[DHO_SUBNET_MASK].data;
2120 len = ip->client->config->defaults[DHO_SUBNET_MASK].len;
2152 if (ip->client->config->defaults[i].len) {
2163 config->defaults[
[all...]
H A Dclparse.c76 /* Set some defaults... */
210 option = parse_option_decl(cfile, &config->defaults[0]);
215 option = parse_option_decl(cfile, &config->defaults[0]);
221 option = parse_option_decl(cfile, &config->defaults[0]);
226 option = parse_option_decl(cfile, &config->defaults[0]);
/freebsd-current/tools/tools/nanobsd/
H A Ddefaults.sh177 # TARGET can't be guessed from TARGET_ARCH do not work. This defaults
181 # CPUTYPE defaults to "" which is the default when CPUTYPE isn't
574 [ -n "${NANO_NOPRIV_BUILD}" ] && chmod 666 etc/defaults/rc.conf
577 echo "root_rw_mount=NO" >> etc/defaults/rc.conf
579 echo "entropy_file=NO" >> etc/defaults/rc.conf
581 [ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
884 # Call this function to set defaults _after_ parsing options.
/freebsd-current/libexec/rc/
H A Drc.conf6 # instead and you will be able to update these defaults later without
10 # values set in this file. This eases the upgrade path when defaults
706 devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
723 opensm_enable="NO" # Opensm(8) for infiniband devices defaults to off
779 # Allow vendors to override FreeBSD defaults in /etc/default/rc.conf
781 if [ -r /etc/defaults/vendor.conf ]; then
782 . /etc/defaults/vendor.conf
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c151 static struct ieee80211_bpf_params defaults = { local
165 params = &defaults;
/freebsd-current/share/mk/
H A Djobs.mk35 # JOB_MAX defaults to JOB_MAX_C (default 1.33C).
H A Dsrc.opts.mk8 # with sensible (usually) defaults.
259 # to allow defaults for some things like clang to vary by target architecture.
508 # Set defaults for the MK_*_SUPPORT variables.
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c67 static void defaults(void);
249 * Provide defaults for all options and directory lists.
252 defaults(void) function
267 /* -b defaults to default path + /usr/libexec +
292 /* -m defaults to $(manpath) */
308 /* -s defaults to precompiled list, plus subdirs of /usr/ports */
392 defaults();
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c63 static params_t defaults = { variable
327 params = defaults;
/freebsd-current/stand/lua/
H A Dcolor.lua113 -- case the terminal defaults don't match what we're expecting.
/freebsd-current/contrib/kyua/integration/
H A Dcmd_config_test.sh30 utils_test_case defaults
336 atf_add_test_case defaults
/freebsd-current/crypto/openssh/contrib/cygwin/
H A DMakefile12 defaultsdir=$(sysconfdir)/defaults/etc
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c972 goto defaults;
983 goto defaults;
994 goto defaults;
998 defaults:
/freebsd-current/sys/conf/
H A Dkern.opts.mk18 # longer supported since it confounds the defaults (since it uses the host's
19 # notion of defaults rather than what's default in current when building
/freebsd-current/crypto/openssh/contrib/aix/
H A Dbuildbff.sh63 # Collect local configuration settings to override defaults
90 # Set privsep defaults if not defined
191 echo Creating configs from defaults if necessary.
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk65 # configures a bunch of other variables to space-optimized defaults.

Completed in 495 milliseconds

123456