Searched refs:resolve (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) argument
25 m_resolve(resolve) {}
27 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) argument
31 m_resolve(resolve) {}
35 bool resolve)
39 m_resolve(resolve) {}
33 OptionValueFileSpec(const FileSpec &current_value, const FileSpec &default_value, bool resolve) argument
H A DProperty.cpp105 const bool resolve = definition.default_uint_value != 0; local
107 if (resolve)
109 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h21 OptionValueFileSpec(bool resolve = true);
23 OptionValueFileSpec(const FileSpec &value, bool resolve = true);
26 const FileSpec &default_value, bool resolve = true);
/freebsd-12-stable/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 .
H A Dkafs_locl.h104 #include <resolve.h>
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dtest_plugin.c76 krb5plugin_service_locate_ftable resolve = { variable
100 KRB5_PLUGIN_LOCATE, &resolve);
/freebsd-12-stable/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh30 # Various regression tests to run for the 'resolve' command.
68 # generate a conflict in /etc/login.conf. Each resolve option is tested
212 # Test each of the following resolve options: 'p', 'mf', 'tf', 'r'.
218 echo 'p' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
226 echo 'mf' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
236 echo 'tf' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
255 echo 'r' | $COMMAND resolve -d $WORKDIR -D $TEST >/dev/null
265 echo 'p' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
271 echo 'mf' | $COMMAND resolve -d $WORKDIR -D $TEST | grep -q newalias
280 echo 'tf' | $COMMAND resolve
[all...]
/freebsd-12-stable/lib/ofed/libibmad/
H A DMakefile20 resolve.c \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dsol-thread.c854 /* don't do anything if init failed to resolve the libthread_db library */
1378 /* in case init failed to resolve the libthread_db library */
1430 /* don't do anything if init failed to resolve the libthread_db library */
1672 #define resolve(X) \
1676 resolve (td_log);
1677 resolve (td_ta_new);
1678 resolve (td_ta_delete);
1679 resolve (td_init);
1680 resolve (td_ta_get_ph);
1681 resolve (td_ta_get_nthread
1665 #define resolve macro
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp62 static uint64_t resolve(object::RelocationRef ref, uint64_t s, function in struct:lld::elf::__anon3793::LLDRelocationResolver
70 static uint64_t resolve(object::RelocationRef /*Ref*/, uint64_t s, function in struct:lld::elf::__anon3793::LLDRelocationResolver
97 // shall still resolve it. This is important for --gdb-index: the end address
115 0, LLDRelocationResolver<RelTy>::resolve};
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Diptest.c134 if (resolve(dst, (char *)&ip->ip_dst) == -1)
136 fprintf(stderr,"Cant resolve %s\n", dst);
140 if (resolve(src, (char *)&ip->ip_src) == -1)
142 fprintf(stderr,"Cant resolve %s\n", src);
148 else if (resolve(gateway, (char *)&gwip) == -1)
150 fprintf(stderr,"Cant resolve %s\n", gateway);
H A Dipsend.c99 if (resolve(t, (char *)&ic->icmp_gwaddr) == -1)
101 fprintf(stderr,"Cant resolve %s\n", t);
106 if (resolve(t, (char *)&ic->icmp_ip.ip_dst) == -1)
108 fprintf(stderr,"Cant resolve %s\n", t);
113 if (resolve(t,
116 fprintf(stderr,"Cant resolve %s\n", t);
325 if (resolve(src, (char *)&ip->ip_src) == -1)
327 fprintf(stderr,"Cant resolve %s\n", src);
331 if (resolve(dst, (char *)&ip->ip_dst) == -1)
333 fprintf(stderr,"Cant resolve
[all...]
H A Dipsend.h30 extern int resolve(char *, char *);
H A Dipresend.c119 if (gateway && resolve(gateway, (char *)&gwip) == -1)
121 fprintf(stderr,"Cant resolve %s\n", gateway);
H A D44arp.c38 int resolve(host, address) function
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpec.i38 SBFileSpec (const char *path);// Deprecated, use SBFileSpec (const char *path, bool resolve)
40 SBFileSpec (const char *path, bool resolve);
/freebsd-12-stable/kerberos5/lib/libroken/
H A DMakefile14 resolve.h \
57 resolve.c \
/freebsd-12-stable/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 \
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1542 #define resolve(X) \ macro
1546 resolve(td_init);
1547 resolve(td_ta_new);
1548 resolve(td_ta_delete);
1549 resolve(td_ta_map_id2thr);
1550 resolve(td_ta_map_lwp2thr);
1551 resolve(td_ta_thr_iter);
1552 resolve(td_thr_get_info);
1554 resolve(td_thr_getxmmregs);
1556 resolve(td_thr_getfpreg
[all...]
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Demscripten.sh99 Module.ready = new Promise(function (resolve, reject) {
106 resolve(); function
/freebsd-12-stable/tools/build/
H A Dbeinstall.sh131 etcupdate resolve -D ${BE_MNTPT} || return $?
137 chroot ${BE_MNTPT} etcupdate resolve
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DResolver.h53 bool resolve();
63 /// The main function that iterates over the files to resolve
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h23 // bool resolve)
25 SBFileSpec(const char *path, bool resolve);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) argument
48 LLDB_RECORD_CONSTRUCTOR(SBFileSpec, (const char *, bool), path, resolve);
50 if (resolve)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h168 DomainValue *resolve(DomainValue *&);

Completed in 361 milliseconds

123