| /src/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()
|
| /src/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 253 echo 'r' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null 263 echo 'p' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias 269 echo 'mf' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias 278 echo 'tf' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias 286 echo 'r' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
|
| /src/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);
|
| /src/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()
|
| /src/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 .
|
| /src/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 …]
|
| /src/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
|
| /src/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()
|
| /src/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
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | test_plugin.c | 76 krb5plugin_service_locate_ftable resolve = { variable 100 KRB5_PLUGIN_LOCATE, &resolve); in main()
|
| /src/kerberos5/lib/libroken/ |
| H A D | Makefile | 12 resolve.h \ 55 resolve.c \
|
| /src/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | ktbase.c | 165 return (*krb5_kt_dfl_ops.resolve)(context, name, ktid); in krb5_kt_resolve() 198 err = (*tlist->ops->resolve)(context, resid, &id); in krb5_kt_resolve()
|
| /src/tools/build/ |
| H A D | beinstall.sh | 124 ${ETCUPDATE_CMD} resolve -D ${BE_MNTPT} || return $? 130 chroot ${BE_MNTPT} ${ETCUPDATE_CMD} resolve
|
| /src/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 99 Module.ready = new Promise(function (resolve, reject) { 106 resolve();
|
| /src/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()
|
| /src/contrib/unbound/doc/ |
| H A D | libunbound.rst | 272 resolve is done. 284 resolve is done. 289 resolve is done. 303 resolve is done. 312 resolve is done. 317 resolve is done. 332 resolve is done. 338 resolve is done. 344 resolve is done.
|
| /src/crypto/krb5/src/lib/krb5/rcache/ |
| H A D | rc-int.h | 35 krb5_error_code (*resolve)(krb5_context context, const char *residual, member
|
| /src/crypto/openssl/providers/fips/ |
| H A D | build.info | 2 # platforms can resolve symbols in other members of that library.
|
| /src/lib/ofed/libibmad/ |
| H A D | Makefile | 17 resolve.c \
|