Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_no_hfs_compression.c39 int existing; in has_xattr() local
H A Dtest_write_disk_hfs_compression.c39 int existing; in has_xattr() local
H A Dtest_write_disk_mac_metadata.c69 int existing; in has_xattr() local
H A Dtest_write_disk_appledouble.c69 int existing; in has_xattr() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) in dt_list_delete()
H A Ddt_aggregate.c64 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count()
89 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min()
97 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max()
135 dt_aggregate_lquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_lquantize()
217 dt_aggregate_llquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_llquantize()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c79 ctf_list_delete(ctf_list_t *lp, void *existing) in ctf_list_delete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp439 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local
467 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp171 StringRef existing = pair.first->second; in parseMerge() local
715 Export *existing = pair.first->second.first; in fixupExports() local
762 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; in checkFailIfMismatch() local
H A DSymbolTable.cpp664 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate()
/freebsd/sbin/restore/
H A Dutilities.c192 linkit(char *existing, char *new, int type) in linkit()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_credman.c228 uint64_t existing; in get_metadata() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp789 std::string mergeCompletion(StringRef existing, unsigned pos, in mergeCompletion()
/freebsd/usr.bin/dtc/
H A Dfdt.cc2071 auto existing = node_names.find(name); in parse_dts() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp277 InputFile *existing = nullptr; in isCompatible() local
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c1041 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) in wpa_tdls_add_peer()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10091 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3813 IncompleteArrayType *existing = in getIncompleteArrayType() local