Searched refs:override (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-10.0-release/usr.bin/csup/
H A Dmain.c105 struct coll *override; local
127 override = coll_new(NULL);
160 if (override->co_base != NULL)
161 free(override->co_base);
162 override->co_base = xstrdup(optarg);
165 override->co_colldir = optarg;
179 if (override->co_host != NULL)
180 free(override->co_host);
181 override->co_host = xstrdup(optarg);
184 pattlist_add(override
[all...]
H A Dconfig.c65 config_init(const char *file, struct coll *override, int overridemask) argument
83 ovcoll = override;
/freebsd-10.0-release/share/mk/
H A Dbsd.kmod.mk12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
H A Dbsd.own.mk215 # to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_mtl_regular_qp.h58 #error MACROS MAD_IN and MAD_OUT are in use, do not override
/freebsd-10.0-release/sys/boot/common/
H A Disapnp.h248 * operating system override any configuration set by the bios.
258 u_char override; /* override bios parms (in userconfig) */ member in struct:pnp_cinfo
/freebsd-10.0-release/contrib/bmake/mk/
H A Doptions.mk21 # This allows override of an OPTIONS_DEFAULT_YES by adding it to
H A Down.mk140 # override this in sys.mk
202 # apply the :T:R first, so the more specific :T can override if needed
H A Dwarnings.mk117 # which makes it easy to turn off override individual flags
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec10 BuildRoot: /override/%name-%version
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCompiler.h95 /// The r-value override should be guarded by LLVM_HAS_RVALUE_REFERENCE_THIS
130 /// LLVM_OVERRIDE - Expands to 'override' if the compiler supports it.
134 #define LLVM_OVERRIDE override
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c573 bfd_boolean override = FALSE; local
635 override = TRUE;
639 override = TRUE;
643 override = TRUE;
650 override = TRUE;
653 if (!override && old_sec == NULL)
H A Dtc-i386.c1659 the fs segment override prefix not currently handled because no
2139 static templates override;
2150 for (override.start = t; t < current_templates->end; ++t)
2153 override.end = t;
2154 current_templates = &override;
2805 /* There's only ever one segment override allowed per instruction.
2806 This instruction possibly has a legal segment override on the
2995 of AX is the size of mode. The address size override
3434 /* For the string instructions that allow a segment override
3442 as_warn (_("segment override o
2135 static templates override; local
4738 int bigdisp, override; local
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk101 echo; echo '# override some simple things'; \
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h495 void setPrunable(bool isPrunable, bool override = false) {
496 if (IsPrunable.hasValue() && !override)
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c248 int override; member in struct:Symrev
1081 if (addsymbol(num, p->ssymbol, p->override) < 0)
1314 pt->override = flag;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c213 int override; member in struct:Symrev
690 pt->override = flag;
1349 changed |= addsymbol(p, ssymbol, curassoc->override);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcache.c105 * existing one if `override'.
109 * @param override flag to select if the registration is to overide
120 krb5_boolean override)
126 if(!override) {
118 krb5_cc_register(krb5_context context, const krb5_cc_ops *ops, krb5_boolean override) argument
/freebsd-10.0-release/sys/conf/
H A Dkern.pre.mk122 # can override the others.
H A Dkern.post.mk9 # override or augment them.
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delflink.c843 bfd_boolean *override,
857 *override = FALSE;
938 confusion that results if we try to override a symbol with
1104 /* Protected symbols will override the dynamic definition
1250 pold_alignment, skip, override,
1269 the old symbol override the new one as normally happens with
1295 object to override a weak symbol in a shared object. */
1304 *override = TRUE;
1312 we are explicitly letting it override a weak symbol or
1330 *override
831 _bfd_elf_merge_symbol(bfd *abfd, struct bfd_link_info *info, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue, unsigned int *pold_alignment, struct elf_link_hash_entry **sym_hash, bfd_boolean *skip, bfd_boolean *override, bfd_boolean *type_change_ok, bfd_boolean *size_change_ok) argument
1456 _bfd_elf_add_default_symbol(bfd *abfd, struct bfd_link_info *info, struct elf_link_hash_entry *h, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *value, bfd_boolean *dynsym, bfd_boolean override) argument
3778 bfd_boolean override; local
[all...]
/freebsd-10.0-release/sys/dev/e1000/
H A De1000_82540.c127 switch (nvm->override) {
H A De1000_80003es2lan.c150 switch (nvm->override) {
1440 * so that it will override the Si installed default perm
H A De1000_82541.c137 switch (nvm->override) {
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh480 * XXX bytes of memory window, we can override

Completed in 212 milliseconds

123