Searched refs:overrides (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-segovr.s1 # 64bit segment overrides
H A Dx86-64-segovr.d2 #name: x86-64 segment overrides
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dattr-override-cpu-directive.d1 # name: EABI attributes .eabi_attribute overrides .cpu
H A Dattr-override-mcpu.d1 # name: EABI attributes .cpu overrides -mcpu
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dconfig.cpp67 /// \todo If the user overrides the KYUA_CONFDIR environment variable, we don't
78 /// This is a helper function that does not apply user-specified overrides. See
148 const std::vector< override_pair >& overrides = local
153 iter = overrides.begin(); iter != overrides.end(); iter++) {
195 /// 4) Lastly, apply any user-provided overrides.
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dradiotap_iter.h46 * @overrides: override standard radiotap fields
47 * @n_overrides: number of overrides
74 const struct radiotap_override *overrides; member in struct:ieee80211_radiotap_iterator
H A Dradiotap.c121 iterator->overrides = NULL;
193 if (!iterator->overrides)
197 if (iterator->_arg_index == iterator->overrides[i].field) {
198 *align = iterator->overrides[i].align;
199 *size = iterator->overrides[i].size;
/netbsd-current/compat/riscv64/rv32/
H A Dbsd.rv32.mk3 # Keep this out of the .ifndef section, otherwise bsd.own.mk overrides this
/netbsd-current/share/mk/
H A Dbsd.info.mk57 _FDIR:= ${INFODIR_${F}:U${INFODIR}} # dir overrides
58 _FNAME:= ${INFONAME_${F}:U${INFONAME:U${F:T}}} # name overrides
/netbsd-current/external/bsd/tmux/dist/
H A Dexample_tmux.conf17 set-option -sa terminal-overrides ",xterm*:Tc"
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-po.c457 char *overrides; local
540 overrides = (char *) xmalloc (portion_len);
541 memset (overrides, UC_BREAK_UNDEFINED, portion_len);
542 for (ep = s, pp = portion, op = overrides; ep < es; ep++)
664 overrides[portion_len - 2] = UC_BREAK_PROHIBITED;
705 overrides, canon_charset, linebreaks);
772 free (overrides);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips-size-0.s1 # Source file used to test the microMIPS instruction size overrides (#0).
H A Dmicromips-size-1.s1 # Source file used to test microMIPS instruction size overrides (#1).
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DScanView.py689 overrides = { 'ScanView' : {},
694 overrides['ScanView']['reporter'] = i
696 overrides['Radar']['Component'] = 'llvm - checker'
697 overrides['Radar']['Component Version'] = 'X'
698 return self.send_report(None, overrides)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c1104 const struct dc_link_training_overrides *overrides,
1137 else if (overrides->downspread != NULL)
1139 = *overrides->downspread
1145 /* Initialize lane settings overrides */
1146 if (overrides->voltage_swing != NULL)
1147 lt_settings->voltage_swing = overrides->voltage_swing;
1149 if (overrides->pre_emphasis != NULL)
1150 lt_settings->pre_emphasis = overrides->pre_emphasis;
1152 if (overrides->post_cursor2 != NULL)
1153 lt_settings->post_cursor2 = overrides
1101 initialize_training_settings( struct dc_link *link, const struct dc_link_settings *link_setting, const struct dc_link_training_overrides *overrides, struct link_training_settings *lt_settings) argument
[all...]
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DXFile.pm67 C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
/netbsd-current/external/gpl3/gdb/dist/bfd/doc/
H A Dlocal.mk121 # Avoid the %.stamp generating a builddir/bfd.texi that overrides the
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-scope-cmdline.mk38 # overrides global". Due to an implementation mistake, the actual behavior
/netbsd-current/external/gpl3/binutils.old/dist/bfd/doc/
H A Dlocal.mk121 # Avoid the %.stamp generating a builddir/bfd.texi that overrides the
/netbsd-current/external/gpl3/binutils/dist/bfd/doc/
H A Dlocal.mk119 # Avoid the %.stamp generating a builddir/bfd.texi that overrides the
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql194 -- Populate metadata overrides from plain test programs.
211 -- Populate metadata overrides from ATF test cases.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h551 ArrayRef<ModuleMacro *> overrides() const { function in class:ModuleMacro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A DMakefile23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides)
/netbsd-current/sys/modules/i915drmkms/
H A DMakefile61 COPTS.i915_pci.c+= ${${ACTIVE_CC} == "clang":? -Wno-initializer-overrides :}
79 # Local overrides.
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in414 (overrides value in ntp.conf)

Completed in 185 milliseconds

123