Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec() argument
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec() argument
26 m_resolve(resolve) {} in OptionValueFileSpec()
30 bool resolve) in OptionValueFileSpec() argument
33 m_resolve(resolve) {} in OptionValueFileSpec()
H A DProperty.cpp111 const bool resolve = definition.default_uint_value != 0; in Property() local
113 if (resolve) in Property()
115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve); in Property()
/freebsd/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh217 echo 'p' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
225 echo 'mf' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
235 echo 'tf' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
254 echo 'r' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
264 echo 'p' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
270 echo 'mf' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
279 echo 'tf' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
287 echo 'r' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h22 OptionValueFileSpec(bool resolve = true);
24 OptionValueFileSpec(const FileSpec &value, bool resolve = true);
27 const FileSpec &default_value, bool resolve = true);
/freebsd/sbin/ipf/ipsend/
H A Dipsend.c93 if (resolve(t, (char *)&ic->icmp_gwaddr) == -1) in do_icmp()
100 if (resolve(t, (char *)&ic->icmp_ip.ip_dst) == -1) in do_icmp()
107 if (resolve(t, in do_icmp()
315 if (resolve(src, (char *)&ip->ip_src) == -1) in main()
321 if (resolve(dst, (char *)&ip->ip_dst) == -1) in main()
329 else if (resolve(gateway, (char *)&gwip) == -1) in main()
H A Diptest.c128 if (resolve(dst, (char *)&ip->ip_dst) == -1) in main()
134 if (resolve(src, (char *)&ip->ip_src) == -1) in main()
142 else if (resolve(gateway, (char *)&gwip) == -1) in main()
H A Dipsend.h29 extern int resolve(char *, char *);
/freebsd/crypto/heimdal/lib/kafs/
H A DMakefile.am58 ROKEN_SRCS = resolve.c strtok_r.c strlcpy.c strsep.c
83 resolve.c:
84 $(LN_S) $(srcdir)/../roken/resolve.c .
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcomplex46 // complex functions, rather than calling builtins (which resolve to library
65 // __host__ code to sin() will still resolve to *something*, even if they don't
66 // resolve to the same function as they resolve to when compiling for host. We
67 // don't care that they don't resolve to the right function because we won't
/freebsd/crypto/heimdal/lib/roken/
H A DMakefile.am23 noinst_PROGRAMS = snprintf-test resolve-test rkpty
47 parse_reply_test_SOURCES = parse_reply-test.c resolve.c
66 resolve_test_SOURCES = resolve-test.c
101 resolve.c \
184 resolve.h \
H A DChangeLog22 * resolve.c: Use unsigned where appropriate.
90 * resolve.c: Try harder to call res_ndestroy().
240 * resolve.c (dns_srv_order): change a if (ptr == NULL) continue
250 * resolve.c: Plug memory leak found by IBM checker (and try to
255 * resolve.c: Spelling, from Alexey Dobriyan, via Jason McIntyre
320 * resolve.c (dns_lookup_int): if we have res_ndestroy, prefeer
395 * resolve-test.c: rename optind to optidx to avoid shadowing
405 * resolve.c (parse_record): fix casting to avoid losing const
518 * resolve-test.c: print DS
532 * resolve-test.c: print size_t by casting to unsigned long
[all …]
H A DMakefile.in65 noinst_PROGRAMS = snprintf-test$(EXEEXT) resolve-test$(EXEEXT) \
165 realloc.c resolve.c roken_gethostby.c rtbl.c rtbl.h \
188 libroken_la-realloc.lo libroken_la-resolve.lo \
236 parse_reply_test-resolve.$(OBJEXT)
248 am_resolve_test_OBJECTS = resolve-test.$(OBJEXT)
306 parse_time.h parse_units.h resolve.h roken-common.h rtbl.h \
573 parse_reply_test_SOURCES = parse_reply-test.c resolve.c
587 resolve_test_SOURCES = resolve-test.c
595 realloc.c resolve.c roken_gethostby.c rtbl.c rtbl.h \
624 parse_time.h parse_units.h resolve.h roken-common.h rtbl.h \
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() argument
48 LLDB_INSTRUMENT_VA(this, path, resolve); in SBFileSpec()
50 if (resolve) in SBFileSpec()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp84 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
93 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
132 0, LLDRelocationResolver<RelTy>::resolve}; in findAux()
H A DSymbols.h246 void resolve(const Undefined &other);
247 void resolve(const CommonSymbol &other);
248 void resolve(const Defined &other);
249 void resolve(const LazySymbol &other);
250 void resolve(const SharedSymbol &other);
H A DSymbols.cpp397 void Symbol::resolve(const Undefined &other) { in resolve() function in Symbol
577 void Symbol::resolve(const CommonSymbol &other) { in resolve() function in Symbol
615 void Symbol::resolve(const Defined &other) { in resolve() function in Symbol
626 void Symbol::resolve(const LazySymbol &other) { in resolve() function in Symbol
665 void Symbol::resolve(const SharedSymbol &other) { in resolve() function in Symbol
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_plugin.c76 krb5plugin_service_locate_ftable resolve = { variable
100 KRB5_PLUGIN_LOCATE, &resolve); in main()
/freebsd/kerberos5/lib/libroken/
H A DMakefile14 resolve.h \
57 resolve.c \
/freebsd/tools/build/
H A Dbeinstall.sh124 ${ETCUPDATE_CMD} resolve -D ${BE_MNTPT} || return $?
130 chroot ${BE_MNTPT} ${ETCUPDATE_CMD} resolve
/freebsd/sys/contrib/libsodium/dist-build/
H A Demscripten.sh99 Module.ready = new Promise(function (resolve, reject) {
106 resolve();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp244 Reference->resolve(); in resolveReferences()
254 Element->resolve(); in resolveReferences()
259 Element->resolve(); in resolveReferences()
/freebsd/crypto/openssl/providers/fips/
H A Dbuild.info2 # platforms can resolve symbols in other members of that library.
/freebsd/lib/ofed/libibmad/
H A DMakefile17 resolve.c \
/freebsd/contrib/bsnmp/
H A DFREEBSD-upgrade16 4. resolve conflicts
/freebsd/lib/libz/
H A DFREEBSD-upgrade10 version of upstream source, resolve any conflicts.

1234567