Home
last modified time | relevance | path

Searched refs:vector_str (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/bsdelf/elftoolchain-0.7.1/libelftc/
H A D_libelftc.h49 struct vector_str { struct
77 void vector_str_dest(struct vector_str *_vec); argument
78 int vector_str_find(const struct vector_str *_vs, const char *_str,
80 char *vector_str_get_flat(const struct vector_str *_vs, size_t *_len);
81 bool vector_str_init(struct vector_str *_vs);
82 bool vector_str_pop(struct vector_str *_vs);
83 bool vector_str_push(struct vector_str *_vs, const char *_str,
85 bool vector_str_push_vector_head(struct vector_str *_dst,
86 struct vector_str *_org);
87 char *vector_str_substr(const struct vector_str *_vs, size_t _begin,
H A Dlibelftc_vstr.c45 static size_t get_strlen_sum(const struct vector_str *v);
46 static bool vector_str_grow(struct vector_str *v);
49 get_strlen_sum(const struct vector_str *v) in get_strlen_sum()
68 vector_str_dest(struct vector_str *v) in vector_str_dest()
89 vector_str_find(const struct vector_str *v, const char *o, size_t l) in vector_str_find()
112 vector_str_get_flat(const struct vector_str *v, size_t *l) in vector_str_get_flat()
145 vector_str_grow(struct vector_str *v) in vector_str_grow()
178 vector_str_init(struct vector_str *v) in vector_str_init()
202 vector_str_pop(struct vector_str *v) in vector_str_pop()
224 vector_str_push(struct vector_str *v, const char *str, size_t len) in vector_str_push()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelftc/
H A D_libelftc.h49 struct vector_str { struct
77 void vector_str_dest(struct vector_str *_vec); argument
78 int vector_str_find(const struct vector_str *_vs, const char *_str,
80 char *vector_str_get_flat(const struct vector_str *_vs, size_t *_len);
81 bool vector_str_init(struct vector_str *_vs);
82 bool vector_str_pop(struct vector_str *_vs);
83 bool vector_str_push(struct vector_str *_vs, const char *_str,
85 bool vector_str_push_vector_head(struct vector_str *_dst,
86 struct vector_str *_org);
87 char *vector_str_substr(const struct vector_str *_vs, size_t _begin,
H A Dlibelftc_vstr.c45 static size_t get_strlen_sum(const struct vector_str *v);
46 static bool vector_str_grow(struct vector_str *v);
49 get_strlen_sum(const struct vector_str *v) in get_strlen_sum()
68 vector_str_dest(struct vector_str *v) in vector_str_dest()
89 vector_str_find(const struct vector_str *v, const char *o, size_t l) in vector_str_find()
112 vector_str_get_flat(const struct vector_str *v, size_t *l) in vector_str_get_flat()
145 vector_str_grow(struct vector_str *v) in vector_str_grow()
178 vector_str_init(struct vector_str *v) in vector_str_init()
202 vector_str_pop(struct vector_str *v) in vector_str_pop()
224 vector_str_push(struct vector_str *v, const char *str, size_t len) in vector_str_push()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/test/nm/ts/vector_str/
H A DMakefile7 TC= vector_str-tc
9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 $(TC): $(TC).c vector_str.o $(INCDIR)/tet_api.h
13 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o $(LIBDIR)/tcm.o \
H A Dvector_str-tc.c42 static bool init_test_vec1(struct vector_str *);
43 static bool init_test_vec2(struct vector_str *);
69 struct vector_str v; in test_find()
111 struct vector_str v; in test_get_flat()
152 struct vector_str v; in test_pop()
196 struct vector_str v; in test_substr()
260 struct vector_str v; in test_push()
303 struct vector_str v1, v2; in test_push_vector_head()
357 init_test_vec1(struct vector_str *v) in init_test_vec1()
376 init_test_vec2(struct vector_str *v) in init_test_vec2()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/nm/ts/vector_str/
H A DMakefile7 TC= vector_str-tc
9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 $(TC): $(TC).c vector_str.o $(INCDIR)/tet_api.h
13 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o $(LIBDIR)/tcm.o \
H A Dvector_str-tc.c42 static bool init_test_vec1(struct vector_str *);
43 static bool init_test_vec2(struct vector_str *);
69 struct vector_str v; in test_find()
111 struct vector_str v; in test_get_flat()
152 struct vector_str v; in test_pop()
196 struct vector_str v; in test_substr()
260 struct vector_str v; in test_push()
303 struct vector_str v1, v2; in test_push_vector_head()
357 init_test_vec1(struct vector_str *v) in init_test_vec1()
376 init_test_vec2(struct vector_str *v) in init_test_vec2()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/nm/ts/cpp_demangle/
H A DMakefile10 vector_str.o: ../../../vector_str.c
11 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
13 cpp_demangle.o: ../../../cpp_demangle.c vector_str.o
17 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/devel/bsdelf/elftoolchain-0.7.1/test/nm/ts/cpp_demangle_ARM/
H A DMakefile9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 cpp_demangle_arm.o: ../../../cpp_demangle_arm.c vector_str.o
16 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/devel/bsdelf/elftoolchain-0.7.1/test/nm/ts/cpp_demangle_gnu2/
H A DMakefile9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 cpp_demangle_gnu2.o: ../../../cpp_demangle_gnu2.c vector_str.o
16 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/nm/ts/cpp_demangle/
H A DMakefile10 vector_str.o: ../../../vector_str.c
11 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
13 cpp_demangle.o: ../../../cpp_demangle.c vector_str.o
17 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/nm/ts/cpp_demangle_ARM/
H A DMakefile9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 cpp_demangle_arm.o: ../../../cpp_demangle_arm.c vector_str.o
16 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/nm/ts/cpp_demangle_gnu2/
H A DMakefile9 vector_str.o: ../../../vector_str.c
10 $(CC) $(CSTD) -o vector_str.o -c ../../../vector_str.c
12 cpp_demangle_gnu2.o: ../../../cpp_demangle_gnu2.c vector_str.o
16 $(CC) $(CFLAGS) $(CSTD) -o $(TC) $(TC).c vector_str.o \
/dports/security/p5-Crypt-Perl/Crypt-Perl-0.34/t/
H A DCrypt-Perl-X509-Extension-subjectAltName.t34 my $vector_str = '30.12.82.07.66.6f.6f.2e.63.6f.6d.82.07.62.61.72.2e.63.6f.6d';
45 $vector_str,
53 my $vector_str = '30.12.82.07.66.6f.6f.2e.63.6f.6d.82.07.62.61.72.2e.63.6f.6d';
64 $vector_str,
H A DCrypt-Perl-PKCS10-Attribute-extensionRequest.t39 …my $vector_str = '30.1d.30.1b.06.03.55.1d.11.04.14.30.12.82.07.66.6f.6f.2e.63.6f.6d.82.07.62.61.72…
52 $vector_str,
58 …$vector_str = '30.20.30.1e.06.03.55.1d.11.01.01.ff.04.14.30.12.82.07.66.6f.6f.2e.63.6f.6d.82.07.62…
71 $vector_str,
/dports/devel/libcxxrt/libcxxrt-f96846e/src/
H A Dlibelftc_dem_gnu3.c47 struct vector_str { struct
68 struct vector_str ext_name; argument
83 struct vector_str output_tmp;
85 struct vector_str tmpl;
86 struct vector_str class_type;
309 vector_str_push_vector_head(struct vector_str *dst, struct vector_str *org) in vector_str_push_vector_head()
393 struct vector_str *);
679 struct vector_str subst_v; in cpp_demangle_push_type_qualifier()
1350 struct vector_str *output; in cpp_demangle_read_expression_flat()
1836 struct vector_str *output; in cpp_demangle_read_name_flat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DRegisterValue.cpp295 llvm::StringRef vector_str, in ParseVectorEncoding() argument
300 vector_str = vector_str.trim(); in ParseVectorEncoding()
301 vector_str.consume_front("{"); in ParseVectorEncoding()
302 vector_str.consume_back("}"); in ParseVectorEncoding()
303 vector_str = vector_str.trim(); in ParseVectorEncoding()
311 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
312 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp269 llvm::StringRef vector_str, in ParseVectorEncoding() argument
274 vector_str = vector_str.trim(); in ParseVectorEncoding()
275 vector_str.consume_front("{"); in ParseVectorEncoding()
276 vector_str.consume_back("}"); in ParseVectorEncoding()
277 vector_str = vector_str.trim(); in ParseVectorEncoding()
285 llvm::StringRef cdr = vector_str; in ParseVectorEncoding()
286 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()

123