Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 140) sorted by last modified time

123456

/freebsd/contrib/bmake/
H A Dmain.c760 SetVarObjdir(bool writable, const char *var, const char *suffix) in SetVarObjdir()
H A Dmake.h530 struct Suffix *suffix; member
/freebsd/libexec/tftpd/tests/
H A Dfunctional.c456 char suffix[] = {'\0', 'o', 'c', 't', 'e', 't', '\0'}; variable
/freebsd/lib/libc/regex/
H A Dregcomp.c2161 int suffix; /* Keeps track of matching suffix */ local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp373 const char *suffix, char **out) { in __kmp_stg_parse_file()
H A Dkmp_lock.h915 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \ argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c235 static const wchar_t suffix[] = L"XXXXXXXXXX"; in __archive_mktempx() local
H A Darchive_write_set_format_filter_by_ext.c68 int cmpsuff(const char *str, const char *suffix) in cmpsuff()
H A Darchive_write_set_format_pax.c582 const char *suffix; in archive_write_pax_header() local
1554 const char *suffix, *suffix_end; in build_ustar_entry_name() local
H A Darchive_read_support_filter_compress.c118 unsigned char suffix[65536]; member
/freebsd/bin/date/
H A Ddate.c380 const char *suffix; in strftime_ns() local
/freebsd/usr.bin/xinstall/
H A Dxinstall.c138 static const char *suffix = BACKUP_SUFFIX; variable
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4649 char suffix[ZFS_MAX_DATASET_NAME_LEN]; in zfs_receive_one() local
/freebsd/contrib/libarchive/tar/
H A Dcreation_set.c48 const char *suffix; member
53 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) in get_suffix_code()
67 get_filter_code(const char *suffix) in get_filter_code()
90 get_format_code(const char *suffix) in get_format_code()
111 decompose_alias(const char *suffix) in decompose_alias()
/freebsd/sys/kern/
H A Dkern_environment.c986 char suffix, *vtp; in getenv_quad() local
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c136 const char *suffix; /* Compression suffix */ member
/freebsd/contrib/xz/src/xz/
H A Dsuffix.c90 test_suffix(const char *suffix, const char *src_name, size_t src_len) in test_suffix()
179 msg_suffix(const char *src_name, const char *suffix) in msg_suffix()
257 const char *suffix = custom_suffix != NULL in compressed_name() local
383 suffix_set(const char *suffix) in suffix_set()
H A Dutil.c30 # define FORMAT_THOUSAND_SEP(prefix, suffix) prefix suffix argument
33 # define FORMAT_THOUSAND_SEP(prefix, suffix) ((thousand == WORKS) \ argument
228 static const char suffix[5][4] = { "B", "KiB", "MiB", "GiB", "TiB" }; in uint64_to_nicestr() local
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h206 #define __ITT_BUILD_ASSERT(expr, suffix) \ argument
211 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix) argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp346 StringRef suffix = UseEpilogRemainder ? "epil" : "prol"; in CloneLoopBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1449 #define CASE_VMSLT_VMNAND_VMSET_OPCODES(lmulenum, suffix, suffix_b) \ in Select() argument
1509 #define CASE_VMSLT_OPCODES(lmulenum, suffix, suffix_b) \ in Select() argument
1529 #define CASE_VMXOR_VMANDN_VMOR_OPCODES(lmulenum, suffix) \ in Select() argument
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp110 const char *suffix) { in DumpAddress()
122 const char *prefix, const char *suffix) { in DumpAddressRange()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp244 llvm::StringRef suffix) { in PrintSupportedLanguagesForExpressions()
254 const char *suffix) { in PrintAllLanguages()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2304 llvm::StringRef suffix = symbol_ref.substr(version_pos); in ParseSymbols() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1645 for (auto suffix : suffixes) { in IsSourceFile() local

123456