| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 77 append("", FragmentKind::Text); in appendUnduplicatedTextCharacter() 159 return Fragments.append(" ", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString() 160 .append("throw", DeclarationFragments::FragmentKind::Keyword) in getExceptionSpecificationString() 161 .append("(", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString() 162 .append(")", DeclarationFragments::FragmentKind::Text); in getExceptionSpecificationString() 167 return Fragments.append(" ", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString() 168 .append("noexcept", DeclarationFragments::FragmentKind::Keyword); in getExceptionSpecificationString() 173 return Fragments.append(" ", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString() 174 .append("noexcept", DeclarationFragments::FragmentKind::Keyword) in getExceptionSpecificationString() 175 .append("(", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString() [all …]
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc4518.py | 54 t.append(" 00AD; ; Map to nothing") 55 t.append(" 1806; ; Map to nothing") 56 t.append(" 034F; ; Map to nothing") 58 t.append(" 180B; ; Map to nothing") 59 t.append(" 180C; ; Map to nothing") 60 t.append(" 180D; ; Map to nothing") 62 t.append(" FE00; ; Map to nothing") 63 t.append(" FE01; ; Map to nothing") 64 t.append(" FE02; ; Map to nothing") 65 t.append(" FE03; ; Map to nothing") [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestMultiAggPrinta.java | 47 buf.append(PrintaRecord.class.getName()); in printaRecordString() 48 buf.append("[aggregations = "); in printaRecordString() 49 buf.append(rec.getAggregations()); in printaRecordString() 50 buf.append(", formattedStrings = "); in printaRecordString() 51 buf.append(rec.getFormattedStrings()); in printaRecordString() 52 buf.append(", tuples = "); in printaRecordString() 53 buf.append(rec.getTuples()); in printaRecordString() 54 buf.append(", output = "); in printaRecordString() 55 buf.append(rec.getOutput()); in printaRecordString() 56 buf.append(']'); in printaRecordString() [all …]
|
| H A D | TestProbeData.java | 58 buf.append("[probe "); in getString() 59 buf.append(p.getEnabledProbeID()); in getString() 60 buf.append(' '); in getString() 62 buf.append("pid$target"); in getString() 63 buf.append(':'); in getString() 64 buf.append(d.getModule()); in getString() 65 buf.append(':'); in getString() 66 buf.append(d.getFunction()); in getString() 67 buf.append(':'); in getString() 68 buf.append(d.getName()); in getString() [all …]
|
| /freebsd/contrib/libfido2/src/ |
| H A D | CMakeLists.txt | 8 list(APPEND FIDO_SOURCES 46 list(APPEND FIDO_SOURCES ../fuzz/clock.c) 47 list(APPEND FIDO_SOURCES ../fuzz/pcsc.c) 48 list(APPEND FIDO_SOURCES ../fuzz/prng.c) 49 list(APPEND FIDO_SOURCES ../fuzz/udev.c) 50 list(APPEND FIDO_SOURCES ../fuzz/uniform_random.c) 51 list(APPEND FIDO_SOURCES ../fuzz/wrap.c) 55 list(APPEND FIDO_SOURCES netlink.c nfc.c nfc_linux.c) 59 list(APPEND FIDO_SOURCES nfc.c pcsc.c) 63 list(APPEND FIDO_SOURCES hid_hidapi.c) [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 88 m_wrapper_function_text.append("extern \"C\" void "); in CompileFunction() 89 m_wrapper_function_text.append(m_wrapper_function_name); in CompileFunction() 90 m_wrapper_function_text.append(" (void *input)\n{\n struct "); in CompileFunction() 91 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction() 92 m_wrapper_function_text.append(" \n {\n"); in CompileFunction() 93 m_wrapper_function_text.append(" "); in CompileFunction() 94 m_wrapper_function_text.append(return_type_str); in CompileFunction() 95 m_wrapper_function_text.append(" (*fn_ptr) ("); in CompileFunction() 148 m_wrapper_function_text.append(type_name); in CompileFunction() 150 m_wrapper_function_text.append(", "); in CompileFunction() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 20 ScopedErrorReport() : Message() { Message.append("Scudo ERROR: "); } in ScopedErrorReport() 21 void append(const char *Format, ...) { in append() function in scudo::ScopedErrorReport 44 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n", 51 Report.append("%s\n", Message); 63 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); 70 Report.append("corrupted chunk header at address %p\n", Ptr); in reportInvalidFlag() 77 Report.append("maximum possible %s doesn't fit in header\n", Field); in reportHeaderCorruption() 84 Report.append("invalid allocation alignment: %zu exceeds maximum supported " 93 Report.append("requested allocation size %zu (%zu after adjustments) exceeds " in reportSanityCheckError() 100 Report.append("BatchClas in reportAlignmentTooBig() [all...] |
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | CMakeLists.txt | 49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") 273 list(APPEND __FLAGS 296 list(APPEND __FLAGS -Wno-unused-function) 300 list(APPEND __FLAGS -w) 304 list(APPEND __FLAGS 315 list(APPEND __FLAGS -ffunction-sections) 320 list(APPEND __FLAGS -Werror) 367 list(APPEND FILES_TO_CHECK 386 list(APPEND FILES_TO_CHECK 393 list(APPEND FILES_TO_CHECK [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | CMakeLists.txt | 49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") 273 list(APPEND __FLAGS 296 list(APPEND __FLAGS -Wno-unused-function) 300 list(APPEND __FLAGS -w) 304 list(APPEND __FLAGS 315 list(APPEND __FLAGS -ffunction-sections) 320 list(APPEND __FLAGS -Werror) 367 list(APPEND FILES_TO_CHECK 386 list(APPEND FILES_TO_CHECK 393 list(APPEND FILES_TO_CHECK [all …]
|
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | cmd-doc.tlib | 83 (set! package-text (string-append 95 (emit (string-append ".Sh \"" sect-name "\"\n")) 96 (string-append "mk-" macro-name) ))) 152 (define converter (string-append source-form "2" target-form )) 156 (error (string-append "cannot locate " converter))) 178 (out-push-new (string-append tmp-dir "/.cmds")) :+][+: 185 (define rep-string (string-append "<<" field-name ">>")) 194 (define post-proc-cmd (string-append 221 (define cvt-fn (find-file (string-append 227 (define sec-file (string-append tmp-dir "/" sec-name)) [all …]
|
| H A D | perlopt.tpl | 27 (define q (lambda (s) (string-append "'" s "'"))) 28 (define qp (lambda (s) (string-append "q{" s "}"))) 56 (error (string-append "unknown arg type '" 67 (set! opttarget (string-append 81 (set! perl_opts (string-append perl_opts 84 (define def_add (string-append "'" optname (if (exist? "value") 85 (string-append "|" (get "value")) "") optarg "',")) 90 (set! perl_defs (string-append perl_defs "\n " def_add)) 94 (set! perl_defs (string-append perl_defs " " def_add)) 102 (set! optargname (string-append "=" (substring (get "arg-type") 0 3))) [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 28 // Skip over regular characters and append them. in ParseDoubleQuotes() 41 // A lone backslash at the end of string, let's just append it. in ParseDoubleQuotes() 96 // Skip over regular characters and append them. in ParseSingleArgument() 459 dst.append(p, non_special_chars); in EncodeEscapeSequences() 469 dst.append(1, '\a'); in EncodeEscapeSequences() 472 dst.append(1, '\b'); in EncodeEscapeSequences() 475 dst.append(1, '\f'); in EncodeEscapeSequences() 478 dst.append(1, '\n'); in EncodeEscapeSequences() 481 dst.append(1, '\r'); in EncodeEscapeSequences() 484 dst.append( in EncodeEscapeSequences() [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 46 Signature.append(Target->getReturnType().getAsString()).append(" "); in GetSignature() 47 Signature.append(Target->getQualifiedNameAsString()).append("("); in GetSignature() 51 Signature.append(", "); in GetSignature() 52 Signature.append(Target->getParamDecl(i)->getType().getAsString()); in GetSignature() 56 Signature.append(", ..."); in GetSignature() 57 Signature.append(")"); in GetSignature() 66 Signature.append(" const"); in GetSignature() 68 Signature.append(" volatile"); in GetSignature() 70 Signature.append(" restrict"); in GetSignature() 76 Signature.append(" &"); in GetSignature() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 86 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord() 88 Name.append("<unknown 0x" + utohexstr(Indices[I].getIndex()) + ">"); in visitKnownRecord() 90 Name.append(", "); in visitKnownRecord() 102 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord() 104 Name.append("\" \""); in visitKnownRecord() 175 Name.append(Types.getTypeName(Ptr.getReferentType())); in visitKnownRecord() 178 Name.append("&"); in visitKnownRecord() 180 Name.append("&&"); in visitKnownRecord() 182 Name.append("*"); in visitKnownRecord() 187 Name.append(" cons in visitKnownRecord() [all...] |
| /freebsd/contrib/ldns/ldns/ |
| H A D | host2wire.h | 36 * \param[out] *buffer buffer to append the result to 44 * \param[out] *buffer buffer to append the result to 53 * \param[out] *output buffer to append the result to 61 * \param[out] *output buffer to append the result to 72 * \param[out] *output buffer to append the result to 81 * \param[out] *output buffer to append the result to 93 * \param[out] *output buffer to append the result to 109 * \param[out] *output buffer to append the result to 123 * \param[out] output buffer to append the result to 143 * \param[out] *output buffer to append the result to [all …]
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_append.c | 24 enum which {APPEND, CHANGE, INSERT}; enumerator 30 * Append one or more lines of new text after the specified line, 38 return (ex_aci(sp, cmdp, APPEND)); in ex_append() 68 * Append, change, insert in ex. 87 * append more lines or delete remaining lines. Changes to an empty in ex_aci() 92 * Set the address to which we'll append. We set sp->lno to this in ex_aci() 115 * :g/pattern/append|stuff1 in ex_aci() 117 * and append the line of text "stuff1" to the lines containing the in ex_aci() 120 * :append|stuff1 in ex_aci() 130 * :append|stuff1\ in ex_aci() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/ |
| H A D | chattr_001_pos.ksh | 44 # 3. Try to write and append to each file 47 set -A files writable immutable append 72 log_must touch $TESTDIR/append 77 log_must chflags sappnd $TESTDIR/append 81 log_must chattr +a $TESTDIR/append 88 log_mustnot eval "echo test > $TESTDIR/append" 89 log_must eval "echo test >> $TESTDIR/append"
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 2315 GentooTestTriples.append(CandidateTripleAliases.begin(), in init() 2590 LibDirs.append(begin(SolarisLibDirs), end(SolarisLibDirs)); in CollectLibDirsAndTriples() 2591 BiarchLibDirs.append(begin(SolarisLibDirs), end(SolarisLibDirs)); in CollectLibDirsAndTriples() 2594 TripleAliases.append(begin(SolarisX86Triples), end(SolarisX86Triples)); in CollectLibDirsAndTriples() 2595 BiarchTripleAliases.append(begin(SolarisX86_64Triples), in CollectLibDirsAndTriples() 2599 TripleAliases.append(begin(SolarisX86_64Triples), in CollectLibDirsAndTriples() 2601 BiarchTripleAliases.append(begin(SolarisX86Triples), in CollectLibDirsAndTriples() 2605 TripleAliases.append(begin(SolarisSparcV8Triples), in CollectLibDirsAndTriples() 2607 BiarchTripleAliases.append(begin(SolarisSparcV9Triples), in CollectLibDirsAndTriples() 2611 TripleAliases.append(begin(SolarisSparcV9Triples), in CollectLibDirsAndTriples() [all …]
|
| /freebsd/contrib/tcpdump/cmake/Modules/ |
| H A D | FindPCAP.cmake | 124 list(APPEND _extra_paths ${CMAKE_PREFIX_PATH}) 134 list(APPEND _lib_dirs "lib/${CMAKE_LIBRARY_ARCHITECTURE}/pkgconfig") 140 list(APPEND _lib_dirs "lib32/pkgconfig") 144 list(APPEND _lib_dirs "lib64/pkgconfig") 148 list(APPEND _lib_dirs "libx32/pkgconfig") 153 list(APPEND _lib_dirs "libdata/pkgconfig") 155 list(APPEND _lib_dirs "lib/pkgconfig") 156 list(APPEND _lib_dirs "share/pkgconfig") 158 # Check if directories exist and eventually append them to the 163 list(APPEND _pkg_config_path "${_prefix_dir}/${_lib_dir}") [all …]
|
| /freebsd/lib/libc/string/ |
| H A D | strcat.3 | 44 .Fn strcat "char * restrict s" "const char * restrict append" 46 .Fn strncat "char * restrict s" "const char * restrict append" "size_t count" 53 append a copy of the null-terminated string 54 .Fa append 65 .Fa append 74 .Fa append , 80 .Fa append
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataEncoder.h | 76 /// with the methods that start with "Append". 133 /// Append a unsigned integer to the end of the owned data. 136 /// A unsigned integer value to append. 142 /// Append an address sized integer to the end of the owned data. 145 /// A unsigned integer address value to append. The size of the address 149 /// Append a bytes to the end of the owned data. 151 /// Append the bytes contained in the string reference. This function will 152 /// not append a NULL termination character for a C string. Use the 156 /// A string reference that contains bytes to append. 159 /// Append [all...] |
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValueList.cpp | 37 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); } in Append() function in ValueListImpl 39 void Append(const ValueListImpl &list) { in Append() function in ValueListImpl 41 Append(val); in Append() 131 void SBValueList::Append(const SBValue &val_obj) { in Append() function in SBValueList 135 m_opaque_up->Append(val_obj); in Append() 138 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { in Append() function in SBValueList 141 m_opaque_up->Append(SBValue(val_obj_sp)); in Append() 145 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() function in SBValueList 150 m_opaque_up->Append(*value_list); in Append()
|
| /freebsd/sys/kern/ |
| H A D | subr_sglist.c | 53 * if an append attempt fails. Since sglist's only grow we only need to 55 * Earlier segments will not be changed by an append, and the only change 78 * Append a single (paddr, len) to a sglist. sg is the list and ss is 104 * Worker routine to append a virtual address range (either kernel or 308 * Append the segments to describe a single kernel virtual address 328 * Append the segments to describe a bio's data to a scatter/gather list. 347 * Append a single physical address range to a scatter/gather list. 377 * Append the segments of single multi-page mbuf. 433 * Append the segments that describe a single mbuf chain to a 467 * Append the segments that describe a single mbuf to a scatter/gather [all …]
|
| /freebsd/contrib/libarchive/tar/test/ |
| HD | test_list_item.tar.uu | 147 # Append to archive, with fake username and groupname 148 tar --append -f test_list_item.tar \ 152 tar --append -f test_list_item.tar \ 157 tar --append -f test_list_item.tar \ 164 # Append this script, and overwrite file in git
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbolContextListExtensions.i | 29 a.append(obj) 37 a.append(obj) 44 a.append(obj) 51 a.append(obj) 58 a.append(obj) 65 a.append(obj)
|