Searched refs:defaults (Results 101 - 125 of 132) sorted by relevance

123456

/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c68 void defaults(void);
250 * Provide defaults for all options and directory lists.
253 defaults(void) function
267 /* -b defaults to default path + /usr/libexec +
294 /* -m defaults to $(manpath) */
310 /* -s defaults to precompiled list, plus subdirs of /usr/ports */
394 defaults();
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DGeneric.mk4 # some reasonable defaults
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m415 # defaults to enabled with DIR in default list below
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c63 static params_t defaults = { variable
327 params = defaults;
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl115 file, the filename defaults to F<ipf.objs>. An object is delimited
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A DMakefile12 defaultsdir=$(sysconfdir)/defaults/etc
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c965 goto defaults;
976 goto defaults;
987 goto defaults;
991 defaults:
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s30 # Screen defaults and assumptions.
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s30 # Screen defaults and assumptions.
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A DMakefile120 FILESDIR_loader.conf= /boot/defaults
/freebsd-9.3-release/usr.bin/csup/
H A Dfattr.c111 static struct fattr *defaults[FT_NUMBER]; variable in typeref:struct:fattr
126 defaults[i] = fa;
139 fattr_free(defaults[i]);
697 fattr_merge(fa, defaults[fa->type]);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk50 # make defaults .MAKE.DEPENDFILE to .depend
H A Ddirdeps.mk137 # make sure we have defaults
/freebsd-9.3-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh64 # Collect local configuration settings to override defaults
91 # Set privsep defaults if not defined
192 echo Creating configs from defaults if necessary.
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh30 echo ' -C Compare local rc.conf variables to the defaults'
1352 . ${DESTDIR}/etc/defaults/rc.conf
1361 echo "*** From ${DESTDIR}/etc/defaults/rc.conf"
1367 grep -w ^${RC_CONF_VAR} ${DESTDIR}/etc/defaults/rc.conf ||
/freebsd-9.3-release/etc/
H A DMakefile228 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
396 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install \
H A Drc.firewall35 if [ -r /etc/defaults/rc.conf ]; then
36 . /etc/defaults/rc.conf
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h144 struct option_data defaults[256]; member in struct:client_config
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4.h411 enum mlx4_port_type *defaults);
/freebsd-9.3-release/share/mk/
H A Dbsd.own.mk464 # to allow defaults for some things like clang and fdt to vary by target
610 # Set defaults for the MK_*_SUPPORT variables.
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec11 # Allow the ability to override defaults with -D skip_xxx=1
245 %attr(0644,root,root) %config /usr/X11R6/lib/X11/app-defaults/SshAskpass
/freebsd-9.3-release/tools/tools/nanobsd/
H A Dnanobsd.sh153 # not work. This defaults to the arch of the current machine.
384 echo "root_rw_mount=NO" >> etc/defaults/rc.conf
/freebsd-9.3-release/sys/conf/
H A Dkmod.mk109 # need any -I paths for this. Similar defaults for .PATH can't be
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile66 TARGET_INC+= defaults.h
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dad.c100 sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *interact) argument

Completed in 225 milliseconds

123456