Searched refs:it (Results 226 - 250 of 858) sorted by relevance

1234567891011>>

/freebsd-current/share/mk/
H A Dinstall-new.mk5 # This file is provided in the hope that it will
48 # If the .new file is different, we want it.
H A Dlocal.sys.dirdeps.env.mk10 # but if we have a machine qualified file it should be used in preference
56 # _SKIP_BUILD is not 100% as it requires wrapping all 'all:' targets to avoid
H A Dsrc.sys.mk3 # it will always grab SRCCONF, even if it isn't being built in-tree
H A Dsys.mk8 # the same MACHINE_ARCH can run each other's binaries, so it necessarily
21 # src.sys.obj.mk enables AUTO_OBJ by default if possible but it is otherwise
22 # disabled. Ensure src.conf.5 shows it as default on.
71 # Since the build is self-reliant and bootstraps everything it needs,
101 # Don't do this for 'make showconfig' as it enables all options where meta mode
113 # value "1003.2", for what it's worth).
158 # cp(1) is used to copy source files to ${.OBJDIR}, make sure it can handle
197 # bmake -N is supposed to skip executing anything but it does not skip
200 # so it executing '+' commands is not right. Work around the bug by not
322 # period has passed, include it whil
[all...]
/freebsd-current/sys/dev/firewire/
H A Dfwohcivar.h63 } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; member in struct:fwohci_softc
/freebsd-current/usr.sbin/bhyve/kbdlayout/
H A DMakefile22 it \
/freebsd-current/contrib/unifdef/
H A Difdef-how.pl16 Warning: this program does not parse comments or strings, so it will
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp99 auto it = m_loaded_modules.find(executable); local
100 if (it != m_loaded_modules.end() && it->second != LLDB_INVALID_ADDRESS)
101 return it->second;
105 // Second, try to get it through the process plugins. For a remote process,
106 // the remote platform will be responsible for providing it.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-empty.exp9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found
10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found
H A Dcond-func-defined.mk48 # the makefiles looks like it.
53 # condition was evaluated even though it was irrelevant.
H A Dcond-op.mk30 # This kind of condition looks so unfamiliar that it doesn't occur in
43 # wrap my head around it right now. See the truth table generator below
47 # appear unquoted. If any, it must be enclosed in quotes.
48 # In any case, it is not interpreted as a negation of an unquoted string.
63 # after the '0' or the '1', it knows that the condition will be malformed.
H A Dopt-debug-lint.mk11 # misleading. The form of the condition is totally fine, it's the evaluation
39 # but only in lint mode. Before, it had only silently returned var_Error,
57 # for parsing it doesn't make a difference whether the variable is defined
81 # brace. This one isn't, therefore make falls back to parsing it as the SysV
89 # '${:U2}' is not expanded, instead it is copied verbatim into the regular
/freebsd-current/contrib/kyua/admin/
H A Dtravis-build.sh59 -- the execution of our tests to _any_ degree speeds up the time it takes to
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
90 function without changing it.
154 This is free software; you can redistribute it and/or modify it under
/freebsd-current/lib/libsys/arm/
H A DSYS.h51 it cs; \
/freebsd-current/contrib/bmake/mk/
H A Dinstall-new.mk7 # This file is provided in the hope that it will
36 # If the .new file is different, we want it.
H A Dwhats.mk7 # This file is provided in the hope that it will
19 # it can be useful to embed a what(1) string in binaries
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
46 # This file is provided in the hope that it will
H A Dyacc.mk8 # This file is provided in the hope that it will
59 # the touch of the .c is to ensure it is newer than .h (paranoia)
H A Drst2htm.mk7 # This file is provided in the hope that it will
36 # otherwise it uses RST2HTML
H A Dwarnings.mk8 # This file is provided in the hope that it will
53 # The two step default makes it easier to test build with different defaults.
127 # which makes it easy to turn off override individual flags
141 # define this once, we use it a couple of times below (hence the doubled $$).
159 # it is rather silly that g++ blows up on some warning flags
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc125 // Android rounds up the alignment to a power of two if it isn't one.
203 // double-use if it's not handled properly on the hook side.
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp30 // When PathMappingList::RemapPath() is called, it expects the path to start
35 // If we use "path" to construct a FileSpec, it will normalize the path for
204 for (const auto &it : m_pairs) {
205 llvm::StringRef prefix = it.first.GetStringRef();
215 // We need to figure out if the "path" argument is relative. If it is,
224 FileSpec remapped(it.second.GetStringRef());
239 for (const auto &it : m_pairs) {
240 llvm::StringRef removed_prefix = it.second.GetStringRef();
241 if (!path_ref.consume_front(it.second.GetStringRef()))
243 auto orig_file = it
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp10 // we describe the Mach-O file structure and how we parse it.
13 // sections and relocations exists in Mach-O as it does in ELF and COFF.
160 auto it = find_if(platformInfos, [&](const PlatformInfo &info) {
164 if (it == platformInfos.end()) {
179 if (it->target.MinDeployment > config->platformInfo.target.MinDeployment)
181 it->target.MinDeployment.getAsString() +
212 // Theoretically this caching could be more efficient by hoisting it, but that
215 // Open a given file path and return it as a memory-mapped file.
232 // If this is a regular non-fat file, return it.
246 // with the current link target and returns it a
459 auto it = std::prev(llvm::upper_bound( local
479 auto it = std::prev(llvm::upper_bound( local
489 auto it = llvm::lower_bound(isec->symbols, off, [](Defined *d, uint64_t off) { local
1101 auto it = units.begin(); local
[all...]
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc81 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
99 // does not provide any new information. Instead, it enables more
181 // left_ element holding kUnused before TryAugment will be holding it
238 for (Iter it = pairs.begin(); it != pairs.end(); ++it) {
240 << "element #" << it->first << ", "
241 << "matcher #" << it->second << ")";

Completed in 445 milliseconds

1234567891011>>