Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-strings/
H A DBUILD.gn6 visibility = [ ":llvm-strings" ]
11 symlink_or_copy("strings") {
12 deps = [ ":llvm-strings" ]
13 source = "llvm-strings"
14 output = "$root_out_dir/bin/strings"
18 # //:llvm-strings depends on this symlink target, see comment in //BUILD.gn.
20 deps = [ ":llvm-strings" ]
22 deps += [ ":strings" ]
26 executable("llvm-strings") {
34 sources = [ "llvm-strings.cpp" ]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strings.rst1 llvm-strings - print strings
4 .. program:: llvm-strings
9 :program:`llvm-strings` [*options*] [*input...*]
14 :program:`llvm-strings` is a tool intended as a drop-in replacement for GNU's
15 :program:`strings`, which looks for printable strings in files and writes them
20 :program:`llvm-strings` looks for strings in each ``input`` file specified.
21 Unlike GNU :program:`strings` it looks in the entire input file, regardless of
35 $ llvm-strings input.txt
44 Silently ignored. Present for GNU :program:`strings` compatibility.
63 $ llvm-strings --print-file-name test.o test.elf
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dpretty4.C7 static void const *strings[4]; variable
21 strings[pos] = objRef; in PV()
70 if (strings[0] == strings[1]) in main()
72 if (strings[0] == strings[2]) in main()
74 if (strings[1] == strings[2]) in main()
/openbsd-src/regress/gnu/lib/libexecinfo/
H A Dt_backtrace.c68 char **strings; in myfunc3() local
79 strings = backtrace_symbols_fmt(buffer, nptrs, "%n"); in myfunc3()
81 ATF_CHECK(strings != NULL); in myfunc3()
87 printf("#%zu: %s\n", j, strings[j]); in myfunc3()
92 ATF_CHECK_STREQ(strings[0], "myfunc3"); in myfunc3()
93 ATF_CHECK_STREQ(strings[1], "myfunc2"); in myfunc3()
96 ATF_CHECK_STREQ(strings[j], "myfunc1"); in myfunc3()
100 strcmp(strings[j], frames[i].name)) { in myfunc3()
104 ATF_CHECK_STREQ(strings[j], frames[i].name); in myfunc3()
107 free(strings); in myfunc3()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp243 std::string strings[kNumStrings]; in run() local
247 std::string().swap(strings[i]); in run()
249 benchmark::DoNotOptimize(strings); in run()
252 strings[i].__resize_default_init(maybeOpaque(length, opaque)); in run()
268 std::string strings[kNumStrings]; in run() local
272 std::string().swap(strings[i]); in run()
274 benchmark::DoNotOptimize(strings); in run()
277 strings[i] = *maybeOpaque(&src, opaque); in run()
292 std::string strings[kNumStrings]; in run() local
296 std::string().swap(strings[i]); in run()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStringList.cpp80 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() argument
81 LLDB_INSTRUMENT_VA(this, strings); in AppendList()
83 if (strings.IsValid()) { in AppendList()
86 m_opaque_up->AppendList(*(strings.m_opaque_up)); in AppendList()
90 void SBStringList::AppendList(const StringList &strings) { in AppendList() argument
93 m_opaque_up->AppendList(strings); in AppendList()
/openbsd-src/lib/libcurses/tinfo/
H A DMKcaptab.sh87 next_string(const char *strings, unsigned *offset)
89 *offset += (unsigned) strlen(strings + *offset) + 1;
95 const char *strings)
103 (*actual)[n].nte_name = strings + len;
107 next_string(strings, &len);
116 (*actual)[n].field = strings + source[n].field; \\
122 const char *strings,
H A DMKuserdefs.sh62 next_string(const char *strings, unsigned *offset)
64 *offset += (unsigned) strlen(strings + *offset) + 1;
70 const char *strings)
78 (*actual)[n].ute_name = strings + len;
84 next_string(strings, &len);
/openbsd-src/gnu/llvm/llvm/tools/llvm-strings/
H A DCMakeLists.txt12 add_llvm_tool(llvm-strings
13 llvm-strings.cpp
19 add_llvm_tool_symlink(strings llvm-strings)
/openbsd-src/usr.bin/tput/
H A Dtput.c245 char *strings[1 + NUM_PARM]; in tput_cmd() local
256 strings[k] = argv[k]; in tput_cmd()
263 strings[k] = 0; in tput_cmd()
295 s = TPARM_1(s, strings[1]); in tput_cmd()
301 s = TPARM_2(s, strings[1], strings[2]); in tput_cmd()
309 s = TPARM_2(s, numbers[1], strings[2]); in tput_cmd()
315 s = TPARM_3(s, numbers[1], strings[2], strings[3]); in tput_cmd()
341 #define myParam(n) (p_is_s[n - 1] != 0 ? ((TPARM_ARG) strings[n]) : numbers[n]) in tput_cmd()
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A Dfdt.c87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off); in fdt_init()
106 tree.header->fh_strings_off = htobe32(tree.strings - start); in fdt_finalize()
136 return (tree.strings) ? (tree.strings + num) : NULL; in fdt_get_str()
143 char *end = tree.strings + tree.strings_size; in fdt_add_str()
152 return (end - tree.strings); in fdt_add_str()
235 char *end = tree.strings + tree.strings_size; in fdt_node_set_property()
266 tree.strings += delta; in fdt_node_set_property()
279 char *end = tree.strings + tree.strings_size; in fdt_node_add_property()
298 tree.strings += 3 * sizeof(uint32_t); in fdt_node_add_property()
311 char *end = tree.strings + tree.strings_size; in fdt_node_add_node()
[all …]
/openbsd-src/sys/arch/riscv64/stand/efiboot/
H A Dfdt.c87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off); in fdt_init()
106 tree.header->fh_strings_off = htobe32(tree.strings - start); in fdt_finalize()
136 return (tree.strings) ? (tree.strings + num) : NULL; in fdt_get_str()
143 char *end = tree.strings + tree.strings_size; in fdt_add_str()
152 return (end - tree.strings); in fdt_add_str()
235 char *end = tree.strings + tree.strings_size; in fdt_node_set_property()
266 tree.strings += delta; in fdt_node_set_property()
279 char *end = tree.strings + tree.strings_size; in fdt_node_add_property()
298 tree.strings += 3 * sizeof(uint32_t); in fdt_node_add_property()
311 char *end = tree.strings + tree.strings_size; in fdt_node_add_node()
[all …]
/openbsd-src/sys/arch/armv7/stand/efiboot/
H A Dfdt.c87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off); in fdt_init()
106 tree.header->fh_strings_off = htobe32(tree.strings - start); in fdt_finalize()
136 return (tree.strings) ? (tree.strings + num) : NULL; in fdt_get_str()
143 char *end = tree.strings + tree.strings_size; in fdt_add_str()
152 return (end - tree.strings); in fdt_add_str()
235 char *end = tree.strings + tree.strings_size; in fdt_node_set_property()
266 tree.strings += delta; in fdt_node_set_property()
279 char *end = tree.strings + tree.strings_size; in fdt_node_add_property()
298 tree.strings += 3 * sizeof(uint32_t); in fdt_node_add_property()
311 char *end = tree.strings + tree.strings_size; in fdt_node_add_node()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlunitut.pod7 The days of just flinging strings around are over. It's well established that
63 =head3 Text strings (character strings)
65 B<Text strings>, or B<character strings> are made of characters. Bytes are
79 =head3 Binary strings (byte strings)
81 B<Binary strings>, or B<byte strings> are made of bytes. Here, you don't have
109 Perl has an B<internal format>, an encoding that it uses to encode text strings
[all...]
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dtexi-docstring-magic.el80 (defun texi-docstring-magic-splice-sep (strings sep)
83 (while strings
84 (setq str (concat str (car strings)))
85 (if (cdr strings)
87 (setq strings (cdr strings)))
/openbsd-src/usr.bin/mail/
H A Dstrings.c56 struct strings *sp; in salloc()
94 struct strings *sp; in sreset()
116 struct strings *sp; in spreserve()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringList.cpp69 void StringList::AppendList(StringList strings) { in AppendList() argument
70 m_strings.reserve(m_strings.size() + strings.GetSize()); in AppendList()
71 m_strings.insert(m_strings.end(), strings.begin(), strings.end()); in AppendList()
221 StringList &StringList::operator<<(const StringList &strings) { in operator <<() argument
222 AppendList(strings); in operator <<()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfrom-hash.t45 skip "Can't tell v-strings from strings until 5.8.1", 1
89 skip "Can't tell v-strings from strings until 5.8.1", 2
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dmakefile.vms-in48 STRINGSOBJS = $(ADDL_DEPS),strings.obj
54 all: config.h size.exe strings.exe objdump.exe nm.exe
59 strings.exe: $(STRINGSOBJS)
60 link/exe=$@ strings.obj,$(ADDL_LIBS)$(LIBS)
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dmakefile.vms-in48 STRINGSOBJS = $(ADDL_DEPS),strings.obj
54 all: config.h size.exe strings.exe objdump.exe nm.exe
59 strings.exe: $(STRINGSOBJS)
60 link/exe=$@ strings.obj,$(ADDL_LIBS)$(LIBS)
/openbsd-src/gnu/usr.bin/binutils/binutils/doc/
H A DMakefile.am28 strings.1 \
116 strings.1: $(binutils_TEXI)
118 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
119 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
121 rm -f strings.pod
/openbsd-src/lib/libcrypto/ui/
H A Dui_lib.c121 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()
130 if (ui->strings == NULL) { in allocate_string_stack()
131 if ((ui->strings = sk_UI_STRING_new_null()) == NULL) { in allocate_string_stack()
195 if ((ret = sk_UI_STRING_push(ui->strings, s)) <= 0) in general_allocate_string()
251 if ((ret = sk_UI_STRING_push(ui->strings, s)) <= 0) in general_allocate_boolean()
402 if (i >= sk_UI_STRING_num(ui->strings)) { in UI_get0_result()
406 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i)); in UI_get0_result()
437 for (i = 0; i < sk_UI_STRING_num(ui->strings); i++) { in UI_process()
440 sk_UI_STRING_value(ui->strings, i))) { in UI_process()
459 for (i = 0; i < sk_UI_STRING_num(ui->strings); i++) { in UI_process()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dstabs.c133 struct bfd_strtab_hash *strings; member
239 sinfo->strings = _bfd_stringtab_init ();
240 if (sinfo->strings == NULL)
243 (void) _bfd_stringtab_add (sinfo->strings, "", TRUE, TRUE);
341 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE);
520 sinfo->stabstr->_cooked_size = _bfd_stringtab_size (sinfo->strings);
787 bfd_put_32 (output_bfd, _bfd_stringtab_size (sinfo->strings),
826 + _bfd_stringtab_size (sinfo->strings))
835 if (! _bfd_stringtab_emit (output_bfd, sinfo->strings))
839 _bfd_stringtab_free (sinfo->strings);

12345678910>>...39