Home
last modified time | relevance | path

Searched full:strings (Results 1 – 25 of 3151) sorted by relevance

12345678910>>...127

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp116 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local
117 return parseStringAttribute("ARM_ISA_use", tag, ArrayRef(strings)); in ARM_ISA_use()
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; in THUMB_ISA_use() local
122 return parseStringAttribute("THUMB_ISA_use", tag, ArrayRef(strings)); in THUMB_ISA_use()
126 static const char *strings[] = { in FP_arch() local
129 return parseStringAttribute("FP_arch", tag, ArrayRef(strings)); in FP_arch()
133 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in WMMX_arch() local
134 return parseStringAttribute("WMMX_arch", tag, ArrayRef(strings)); in WMMX_arch()
138 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in Advanced_SIMD_arch() local
140 return parseStringAttribute("Advanced_SIMD_arch", tag, ArrayRef(strings)); in Advanced_SIMD_arch()
[all …]
H A DCSKYAttributeParser.cpp85 static const char *strings[] = {"Error", "DSP Extension", "DSP 2.0"}; in dspVersion() local
86 return parseStringAttribute("Tag_CSKY_DSP_VERSION", tag, ArrayRef(strings)); in dspVersion()
90 static const char *strings[] = {"Error", "VDSP Version 1", "VDSP Version 2"}; in vdspVersion() local
91 return parseStringAttribute("Tag_CSKY_VDSP_VERSION", tag, ArrayRef(strings)); in vdspVersion()
95 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", in fpuVersion() local
97 return parseStringAttribute("Tag_CSKY_FPU_VERSION", tag, ArrayRef(strings)); in fpuVersion()
101 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; in fpuABI() local
102 return parseStringAttribute("Tag_CSKY_FPU_ABI", tag, ArrayRef(strings)); in fpuABI()
106 static const char *strings[] = {"None", "Needed"}; in fpuRounding() local
107 return parseStringAttribute("Tag_CSKY_FPU_ROUNDING", tag, ArrayRef(strings)); in fpuRounding()
[all …]
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_xs_strings.h4 * HVM xenstore strings used in HVMLOADER.
65 #define HVM_XS_BIOS_STRINGS "bios-strings"
66 #define HVM_XS_BIOS_VENDOR "bios-strings/bios-vendor"
67 #define HVM_XS_BIOS_VERSION "bios-strings/bios-version"
68 #define HVM_XS_SYSTEM_MANUFACTURER "bios-strings/system-manufacturer"
69 #define HVM_XS_SYSTEM_PRODUCT_NAME "bios-strings/system-product-name"
70 #define HVM_XS_SYSTEM_VERSION "bios-strings/system-version"
71 #define HVM_XS_SYSTEM_SERIAL_NUMBER "bios-strings/system-serial-number"
72 #define HVM_XS_BASEBOARD_MANUFACTURER "bios-strings/baseboard-manufacturer"
73 #define HVM_XS_BASEBOARD_PRODUCT_NAME "bios-strings/baseboard-product-name"
[all …]
/freebsd/usr.bin/xstr/
H A Dxstr.133 .Nd "extract strings from C programs to implement shared strings"
43 .Pa strings
44 into which strings in component parts of a large program are hashed.
45 These strings are replaced with references to this common area.
46 This serves to implement shared constant strings, most useful if they
54 Extract the strings from the C source
69 The strings from this file are placed in the
70 .Pa strings
72 Repeated strings and strings which are suffixes of existing strings
106 .Pa strings
[all …]
H A Dxstr.c46 * xstr - extract and hash strings in a C program
57 static char cstrings[] = "strings";
58 static char *strings = cstrings; variable
112 strings = strdup(_PATH_TMP); in main()
113 if (strings == NULL) in main()
115 fdesc = mkstemp(strings); in main()
135 if (strings[0] == '/') in main()
136 ignore(unlink(strings)); in main()
287 FILE *mesgread = fopen(strings, "r"); in inithash()
370 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()
[all …]
/freebsd/crypto/heimdal/kadmin/
H A Dmod.c60 struct getarg_strings *strings) in add_constrained_delegation() argument
71 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') { in add_constrained_delegation()
79 calloc(strings->num_strings, in add_constrained_delegation()
81 ext.data.u.allowed_to_delegate_to.len = strings->num_strings; in add_constrained_delegation()
83 for (i = 0; i < strings->num_strings; i++) { in add_constrained_delegation()
84 ret = krb5_parse_name(contextp, strings->strings[i], &p); in add_constrained_delegation()
107 struct getarg_strings *strings) in add_aliases() argument
121 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') { in add_aliases()
126 calloc(strings->num_strings, in add_aliases()
128 ext.data.u.aliases.aliases.len = strings->num_strings; in add_aliases()
[all …]
/freebsd/usr.bin/clang/llvm-strings/
H A Dllvm-strings.130 .TH "LLVM-STRINGS" "1" "2023-05-24" "16" "LLVM"
32 llvm-strings \- print strings
35 \fBllvm\-strings\fP [\fIoptions\fP] [\fIinput...\fP]
38 \fBllvm\-strings\fP is a tool intended as a drop\-in replacement for GNU\(aqs
39 \fBstrings\fP, which looks for printable strings in files and writes them
44 \fBllvm\-strings\fP looks for strings in each \fBinput\fP file specified.
45 Unlike GNU \fBstrings\fP it looks in the entire input file, regardless of
59 $ llvm\-strings input.txt
70 Silently ignored. Present for GNU \fBstrings\fP compatibility.
94 $ llvm\-strings \-\-print\-file\-name test.o test.elf
[all …]
H A DMakefile3 PROG_CXX= llvm-strings
5 SRCDIR= llvm/tools/llvm-strings
6 SRCS+= llvm-strings.cpp
25 LINKS+= ${BINDIR}/llvm-strings ${BINDIR}/strings
26 MLINKS+= llvm-strings.1 strings.1
/freebsd/usr.bin/chat/
H A Dchat.843 the strings.
45 Set the file for output of the report strings.
48 the resulting strings are written to this file.
54 file is used for the report strings.
101 modem and the output strings sent to the modem to the stderr device.
113 strings sent to the modem.
133 A script consists of one or more "expect-send" pairs of strings,
165 strings, network identification strings, or other variable pieces of data as
213 .Sh ABORT STRINGS
215 These strings may be
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h29 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
32 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
35 void setStrings(const DebugStringTableSubsectionRef &Strings);
44 if (Strings && Checksums) in initialize()
50 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) { in initialize()
66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function
69 bool hasStrings() const { return Strings != nullptr; } in hasStrings()
79 const DebugStringTableSubsectionRef *Strings = nullptr; variable
91 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
94 const StringsPtr &strings() const { return Strings; } in strings() function
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c158 /* copy term_names, Strings, uses */ in _nc_wrap_entry()
161 if (VALID_STRING(tp->Strings[i])) { in _nc_wrap_entry()
162 tp->Strings[i] = _nc_save_str(tp->Strings[i]); in _nc_wrap_entry()
179 if (tp->Strings[i] == ABSENT_STRING) { in _nc_wrap_entry()
181 } else if (tp->Strings[i] == CANCELLED_STRING) { in _nc_wrap_entry()
184 offsets[i] = (int) (tp->Strings[i] - stringbuf); in _nc_wrap_entry()
203 tp->Strings[i] = ABSENT_STRING; in _nc_wrap_entry()
205 tp->Strings[i] = CANCELLED_STRING; in _nc_wrap_entry()
207 tp->Strings[i] = tp->str_table + offsets[i]; in _nc_wrap_entry()
270 if (VALID_STRING(from->Strings[i])) in _nc_merge_entry()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in41 type = "strings"
54 type = "strings"
60 type = "strings"
66 type = "strings"
72 type = "strings"
127 type = "strings"
134 type = "strings"
140 type = "strings"
184 type = "strings"
190 type = "strings"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringTable.h
/freebsd/crypto/heimdal/lib/roken/
H A Dgetusershell.c78 static char **curshell, **shells, *strings; variable
103 if (strings != NULL) in endusershell()
104 free(strings); in endusershell()
105 strings = NULL; in endusershell()
129 free(strings); in initshells()
130 strings = NULL; in initshells()
141 strings = malloc(cp - tmp); in initshells()
142 if(strings == NULL) { in initshells()
147 memcpy(strings, tmp, cp - tmp); in initshells()
148 for(sp = shells, cp = strings; *cp; cp += strlen(cp) + 1, sp++) in initshells()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp40 const PDBStringTable &Strings; member in llvm::pdb::__anon054798330111::NativeInjectedSource
45 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() argument
46 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource()
52 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
58 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
64 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
74 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
100 const PDBStringTable &Strings) in NativeEnumInjectedSources() argument
101 : File(File), Stream(IJS), Strings(Strings), Cur(Stream.begin()) {} in NativeEnumInjectedSources()
112 File, Strings); in getChildAtIndex()
[all …]
H A DPDBStringTableBuilder.cpp48 return Strings.insert(S); in insert()
52 return Strings.getIdForString(S); in getIdForString()
56 return Strings.getStringForId(Id); in getStringForId()
61 // strings. Matching the reference algorithm exactly is not strictly in computeBucketCount()
136 Size += sizeof(uint32_t) * computeBucketCount(Strings.size()); in calculateHashTableSize()
144 Size += Strings.calculateSerializedSize(); in calculateSerializedSize()
151 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
152 this->Strings = Strings; in setStrings()
160 H.ByteSize = Strings in writeHeader()
150 setStrings(const codeview::DebugStringTableSubsection & Strings) setStrings() argument
[all...]
/freebsd/crypto/openssl/test/recipes/
H A D02-test_errstr.t10 no strict 'refs'; # To be able to use strings as function refs
70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
113 my @strings = @_;
118 if (scalar @strings > 1) {
120 . join("', '", @strings) . "' )";
122 $desc = "match '$first' ($desc) with '$strings[0]'";
127 @strings
134 my @strings = @_;
142 return match_any($reason, $errcode_hex, @strings);
148 my @strings = ();
[all …]
/freebsd/contrib/kyua/utils/text/
H A Doperations.ipp39 /// Concatenates a collection of strings into a single string.
41 /// \param strings The collection of strings to concatenate. If the collection
43 /// \param delimiter The delimiter to use to separate the strings.
45 /// \return The concatenated strings.
48 utils::text::join(const Collection& strings, const std::string& delimiter)
51 if (strings.size() > 1) {
52 for (typename Collection::const_iterator iter = strings.begin();
53 iter != --strings.end(); ++iter)
56 if (strings.size() > 0)
57 output << *(--strings.end());
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() argument
24 : Strings(&Strings) {} in StringsAndChecksumsRef()
27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() argument
29 : Strings(&Strings), Checksums(&Checksums) {} in StringsAndChecksumsRef()
34 assert(!Strings && "Found a string table even though we already have one!"); in initializeStrings()
38 Strings = OwnedStrings.get(); in initializeStrings()
48 Strings = nullptr; in resetStrings()
60 Strings = OwnedStrings.get(); in setStrings()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.125 .\" $Id: strings.1 3360 2016-01-24 18:34:06Z jkoshy $
31 .Nm strings
32 .Nd "print the strings of printable characters in files"
69 For ELF objects, scan the entire file for printable strings.
71 Select the character encoding to be used while searching for strings.
129 To display strings in
132 .Dl "$ strings /bin/ls"
134 To display strings in all sections of
137 .Dl "$ strings -a /bin/ln"
139 To display strings in all sections of
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DUI_STRING.pod67 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.
73 This is only useful for B<UIT_VERIFY> type strings.
78 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.
82 For B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, this sets the
86 For B<UIT_BOOLEAN> type UI strings, this sets the first character of
98 only useful with normal C strings.
109 string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
112 B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other
116 content length for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings,
120 string for B<UIT_VERIFY> type UI strings, NULL for any other type.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
204 std::vector<StringRef> Strings; member
216 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
357 IO.mapRequired("Strings", Strings); in map()
405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
541 convertOneChecksum(const DebugStringTableSubsectionRef & Strings,const FileChecksumEntry & CS) convertOneChecksum() argument
555 getFileName(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,uint32_t FileID) getFileName() argument
566 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & FC) fromCodeViewSubsection() argument
581 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,const DebugLinesSubsectionRef & Lines) fromCodeViewSubsection() argument
619 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugChecksumsSubsectionRef & Checksums,const DebugInlineeLinesSubsectionRef & Lines) fromCodeViewSubsection() argument
656 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugCrossModuleImportsSubsectionRef & Imports) fromCodeViewSubsection() argument
691 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings) fromCodeViewSubsection() argument
709 fromCodeViewSubsection(const DebugStringTableSubsectionRef & Strings,const DebugFrameDataSubsectionRef & Frames) fromCodeViewSubsection() argument
853 visitStringTable(DebugStringTableSubsectionRef & Strings,const StringsAndChecksumsRef & State) visitStringTable() argument
[all...]
/freebsd/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c71 char **strings; in myfunc3() local
82 strings = backtrace_symbols_fmt(buffer, nptrs, "%n"); in myfunc3()
84 ATF_CHECK(strings != NULL); in myfunc3()
90 printf("#%zu: %s\n", j, strings[j]); in myfunc3()
95 ATF_CHECK_STREQ(strings[0], "myfunc3"); in myfunc3()
96 ATF_CHECK_STREQ(strings[1], "myfunc2"); in myfunc3()
99 ATF_CHECK_STREQ(strings[j], "myfunc1"); in myfunc3()
103 strcmp(strings[j], frames[i].name)) { in myfunc3()
107 ATF_CHECK_STREQ(strings[j], frames[i].name); in myfunc3()
110 free(strings); in myfunc3()
/freebsd/sbin/ifconfig/
H A Dsfp.c56 struct ifconfig_sfp_info_strings strings; in sfp_status() local
65 ifconfig_sfp_get_sfp_info_strings(&info, &strings); in sfp_status()
69 ifconfig_sfp_physical_spec(&info, &strings), in sfp_status()
70 strings.sfp_conn); in sfp_status()
80 printf("\tcompliance level: %s\n", strings.sfp_rev); in sfp_status()
84 ifconfig_sfp_physical_spec(&info, &strings)); in sfp_status()
85 printf("Length: %s\n", strings.sfp_fc_len); in sfp_status()
86 printf("Tech: %s\n", strings.sfp_cab_tech); in sfp_status()
87 printf("Media: %s\n", strings.sfp_fc_media); in sfp_status()
88 printf("Speed: %s\n", strings.sfp_fc_speed); in sfp_status()
/freebsd/secure/lib/libcrypto/man/man3/
H A DUI_STRING.318 .\" Set up some character translations and predefined strings. \*(-- will
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
202 This is only useful for \fB\s-1UIT_PROMPT\s0\fR and \fB\s-1UIT_VERIFY\s0\fR type strings.
208 This is only useful for \fB\s-1UIT_VERIFY\s0\fR type strings.
213 This is only useful for \fB\s-1UIT_PROMPT\s0\fR and \fB\s-1UIT_VERIFY\s0\fR type strings.
217 For \fB\s-1UIT_PROMPT\s0\fR and \fB\s-1UIT_VERIFY\s0\fR type \s-1UI\s0 strings, this sets the
221 For \fB\s-1UIT_BOOLEAN\s0\fR type \s-1UI\s0 strings, this sets the first character of
233 only useful with normal C strings.
243 string for \fB\s-1UIT_BOOLEAN\s0\fR type \s-1UI\s0 strings, \s-1NULL\s0 for any other type.
246 \&\fB\s-1UIT_PROMPT\s0\fR and \fB\s-1UIT_VERIFY\s0\fR type \s-1UI\s0 strings, \s-1NULL\s0 for any o…
[all …]

12345678910>>...127