Searched refs:string_t (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dutils.h40 typedef struct string string_t; typedef in typeref:struct:string
53 string_t *string_zero(void);
54 string_t *string_new(const char *, size_t);
55 string_t *string_dup(const string_t *);
56 void string_assign(string_t **, string_t *);
57 void string_free(string_t *);
58 string_t *string_add(const string_t *, cons
[all...]
H A Dparams.h42 string_t *kg_cmd;
47 string_t *algorithm;
48 string_t *ivmeth;
83 struct params *params_algorithm(string_t *);
84 struct params *params_ivmeth(string_t *);
87 struct params *params_verify_method(string_t *);
105 struct keygen *keygen_method(string_t *);
106 struct keygen *keygen_set_method(struct keygen *, string_t *);
110 struct keygen *keygen_cmd(string_t *);
H A Dutils.c141 string_t *
144 string_t *out;
152 string_t *
155 string_t *out;
165 string_t *
166 string_dup(const string_t *in)
173 string_free(string_t *s)
183 string_assign(string_t **lhs, string_t *rhs)
190 string_t *
[all...]
H A Dcgdlex.l68 string_t *tmp; \
82 string_t *quoted_string;
H A Dparams.c54 static void print_kvpair_string(FILE *, int, const char *, const string_t *);
222 params_algorithm(string_t *in)
231 params_ivmeth(string_t *in)
258 params_verify_method(string_t *in)
493 keygen_method(string_t *in)
519 keygen_set_method(struct keygen *kg, string_t *in)
568 keygen_cmd(string_t *in)
647 print_kvpair_string(FILE *f, int ts, const char *key, const string_t *val)
676 string_t *str;
H A Dcgdparse.y54 string_t *string;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Ddeallocate_global.cc28 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
30 string_t s("bayou bend");
H A Ddeallocate_local.cc27 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
32 string_t s;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/new_allocator/
H A Ddeallocate_global.cc30 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
32 string_t s("bayou bend");
H A Ddeallocate_local.cc27 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
32 string_t s;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/throw_allocator/
H A Ddeallocate_global.cc31 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
34 string_t s("bayou bend");
H A Ddeallocate_local.cc28 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
34 string_t s;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem_usage.cc65 typedef std::basic_string<char, std::char_traits<char>, callocator_type> string_t; typedef
67 typedef std::vector<std::pair<string_t, char> > vec_t;
75 typedef pq_common_types<string_t, std::less<string_t>, callocator_type>::performance_tl pq_tl_t;
81 typedef native_priority_queue<string_t, true, std::less<string_t>, sallocator_type> native_pq_t;
86 typedef native_priority_queue<string_t, false, std::less<string_t>, sallocator_type> native_pq_t;
H A Dmultimap_text_insert_mem_usage.hpp80 typedef std::basic_string<char, std::char_traits<char>, alloc_t> string_t; typedef
81 typedef std::vector<std::pair<string_t, int> > vec_t;
86 a_v.push_back(std::make_pair(string_t(a_v_init[j].first.begin(), a_v_init[j].first.end()), static_cast<int>(g.get_unsigned_long())));
90 typedef mmap_tl_t<string_t, int, alloc_t>::type tl_t;
98 typedef mmap_tl_t< string_t, int, alloc_t>::type tl_t;
108 typedef native_multimap<string_t, int, std::less<string_t>, alloc_t> native_t;
115 string_t,
118 string_hash_fn, std::equal_to<string_t>,
119 std::less<string_t>,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_shared.cc34 typedef std::basic_string<value_t, traits_t, allocator_t> string_t; typedef
36 string_t s;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/new_allocator/
H A Ddeallocate_global.cc61 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
63 string_t s("bayou bend");
H A Ddeallocate_local.cc61 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
65 string_t s;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Ddeallocate_global.cc68 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
70 string_t s("bayou bend");
H A Ddeallocate_local.cc55 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
61 string_t s;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_shared.cc35 typedef std::basic_string<value_t, traits_t, allocator_t> string_t; typedef
37 string_t s;
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dprom_iface.c153 typedef char *string_t; typedef
363 string_t argv[3];

Completed in 156 milliseconds