/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueFileSpec.cpp | 21 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 D | Property.cpp | 111 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 D | conflicts_test.sh | 217 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 D | OptionValueFileSpec.h | 22 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 D | ipsend.c | 93 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 D | iptest.c | 128 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 D | ipsend.h | 29 extern int resolve(char *, char *);
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | Makefile.am | 58 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 D | complex | 46 // 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 D | Makefile.am | 23 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 D | ChangeLog | 22 * 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 D | Makefile.in | 65 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 D | SBFileSpec.cpp | 46 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 D | DWARF.cpp | 84 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 D | Symbols.h | 246 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 D | Symbols.cpp | 397 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 D | test_plugin.c | 76 krb5plugin_service_locate_ftable resolve = { variable 100 KRB5_PLUGIN_LOCATE, &resolve); in main()
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 14 resolve.h \ 57 resolve.c \
|
/freebsd/tools/build/ |
H A D | beinstall.sh | 124 ${ETCUPDATE_CMD} resolve -D ${BE_MNTPT} || return $? 130 chroot ${BE_MNTPT} ${ETCUPDATE_CMD} resolve
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | emscripten.sh | 99 Module.ready = new Promise(function (resolve, reject) { 106 resolve();
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 244 Reference->resolve(); in resolveReferences() 254 Element->resolve(); in resolveReferences() 259 Element->resolve(); in resolveReferences()
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | build.info | 2 # platforms can resolve symbols in other members of that library.
|
/freebsd/lib/ofed/libibmad/ |
H A D | Makefile | 17 resolve.c \
|
/freebsd/contrib/bsnmp/ |
H A D | FREEBSD-upgrade | 16 4. resolve conflicts
|
/freebsd/lib/libz/ |
H A D | FREEBSD-upgrade | 10 version of upstream source, resolve any conflicts.
|