Home
last modified time | relevance | path

Searched refs:append_string (Results 1 – 21 of 21) sorted by relevance

/external/libtracefs/src/
Dtracefs-filter.c149 tmp = append_string(tmp, NULL, conj); in append_filter()
169 tmp = append_string(tmp, NULL, "!"); in append_filter()
192 tmp = append_string(tmp, NULL, "("); in append_filter()
218 tmp = append_string(tmp, NULL, ")"); in append_filter()
243 tmp = append_string(tmp, NULL, field_name); in append_filter()
249 case TRACEFS_COMPARE_EQ: tmp = append_string(tmp, NULL, " == "); break; in append_filter()
250 case TRACEFS_COMPARE_NE: tmp = append_string(tmp, NULL, " != "); break; in append_filter()
254 tmp = append_string(tmp, NULL, "~"); in append_filter()
262 case TRACEFS_COMPARE_GT: tmp = append_string(tmp, NULL, " > "); break; in append_filter()
263 case TRACEFS_COMPARE_GE: tmp = append_string(tmp, NULL, " >= "); break; in append_filter()
[all …]
Dtracefs-hist.c899 __hidden char *append_string(char *str, const char *space, const char *add) in append_string() function
937 str = append_string(str, " ", name); in add_synth_field()
938 str = append_string(str, NULL, "["); in add_synth_field()
942 str = append_string(str, NULL, size); in add_synth_field()
944 return append_string(str, NULL, "];"); in add_synth_field()
952 str = append_string(str, " ", name); in add_synth_field()
953 return append_string(str, NULL, ";"); in add_synth_field()
992 str = append_string(str, " ", name); in add_synth_field()
993 return append_string(str, NULL, ";"); in add_synth_field()
1059 format = append_string(format, i ? " " : NULL, field); in alloc_synthetic_event()
[all …]
/external/e2fsprogs/e2fsck/
Dlogfile.c39 static void append_string(struct string *s, const char *a, int len) in append_string() function
87 append_string(s, "%", 1); in expand_percent_expression()
120 append_string(s, cp, 0); in expand_percent_expression()
146 append_string(s, pw->pw_name, 0); in expand_percent_expression()
162 append_string(s, buf, 0); in expand_percent_expression()
181 append_string(s, cp, i); in expand_logfn()
318 append_string(&s1, log_dir, 0); in set_up_log_file()
319 append_string(&s1, "/", 1); in set_up_log_file()
320 append_string(&s1, s.s, 0); in set_up_log_file()
328 append_string(&s2, log_dir, 0); in set_up_log_file()
[all …]
/external/libwebsockets/lib/jose/jws/
Djose.c280 goto append_string; in lws_jws_jose_cb()
299 goto append_string; in lws_jws_jose_cb()
312 goto append_string; in lws_jws_jose_cb()
318 goto append_string; in lws_jws_jose_cb()
323 goto append_string; in lws_jws_jose_cb()
328 goto append_string; in lws_jws_jose_cb()
333 goto append_string; in lws_jws_jose_cb()
337 goto append_string; in lws_jws_jose_cb()
347 append_string: in lws_jws_jose_cb()
Djws.c78 goto append_string; in lws_jws_json_cb()
81 goto append_string; in lws_jws_json_cb()
84 goto append_string; in lws_jws_json_cb()
95 append_string: in lws_jws_json_cb()
/external/libwebsockets/lib/jose/jwe/
Djwe.c73 goto append_string; in lws_jwe_json_cb()
76 goto append_string; in lws_jwe_json_cb()
79 goto append_string; in lws_jwe_json_cb()
82 goto append_string; in lws_jwe_json_cb()
85 goto append_string; in lws_jwe_json_cb()
93 append_string: in lws_jwe_json_cb()
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dparsing.hpp453 void append_string(String& dst, const String& src, in append_string() function
496 io::detail::append_string(piece, buf, i0, i1+1); in parse()
503 io::detail::append_string(piece, buf, i0, i1); in parse()
531 io::detail::append_string(piece, buf, i0, buf.size()); in parse()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Ddistribution.rs199 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize); in append_string() method
205 self.append_string(rng, &mut s, len); in sample_string()
Dother.rs99 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, s: &mut String, len: usize) { in append_string() method
129 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize) { in append_string() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Ddistribution.rs199 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize); in append_string() method
205 self.append_string(rng, &mut s, len); in sample_string()
Dother.rs99 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, s: &mut String, len: usize) { in append_string() method
129 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize) { in append_string() method
/external/rust/android-crates-io/crates/rand/src/distributions/
Ddistribution.rs199 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize); in append_string() method
205 self.append_string(rng, &mut s, len); in sample_string()
Dother.rs99 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, s: &mut String, len: usize) { in append_string() method
129 fn append_string<R: Rng + ?Sized>(&self, rng: &mut R, string: &mut String, len: usize) { in append_string() method
/external/pigweed/pw_cli/py/pw_cli/
Dinteractive_prompts.py57 history.append_string(line)
/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_xml_grammar.ipp129 struct append_string {
141 append_string(String & contents_)
288 xml::append_string<
/external/tcpdump/missing/
Dsnprintf.c194 append_string (struct state *state, in append_string() function
337 if (append_string(state, in xyzprintf()
/external/angle/scripts/
Dgenerate_stats.py346 append_string = '\n' + line_columns[2].strip()
349 if len(step_info[key]) + len(append_string) < 50000:
350 step_info[key] += append_string
/external/libtracefs/include/
Dtracefs-local.h107 char *append_string(char *str, const char *delim, const char *add);
/external/toybox/kconfig/
Dlex.zconf.c_shipped796 void append_string(const char *str, int size)
1155 append_string(zconftext, zconfleng);
1163 append_string(zconftext, zconfleng);
1173 append_string(zconftext + 1, zconfleng - 1);
1181 append_string(zconftext + 1, zconfleng - 1);
1192 append_string(zconftext, 1);
1229 append_string(" ", 8);
1232 append_string(" ", ts);
1253 append_string("\n", 1);
1259 append_string(zconftext, zconfleng);
/external/coreboot/util/kconfig/
Dlexer.lex.c_shipped2275 static void append_string(const char *str, int size)
2789 append_string(yytext, yyleng);
2795 append_string(yytext + 1, yyleng - 1);
2806 append_string(yytext, 1);
2848 append_string(" ", 8);
2851 append_string(" ", ts);
2871 append_string("\n", 1);
2882 append_string(yytext, yyleng);
3946 append_string(in, n);
3955 append_string(&c2, 1);
[all …]
Dlexer.l56 static void append_string(const char *str, int size) in append_string() function