Home
last modified time | relevance | path

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

/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()
159 append_string(s, buf, 0); in expand_percent_expression()
178 append_string(s, cp, i); in expand_logfn()
314 append_string(&s1, log_dir, 0); in set_up_logging()
315 append_string(&s1, "/", 1); in set_up_logging()
316 append_string(&s1, s.s, 0); in set_up_logging()
324 append_string(&s2, log_dir, 0); in set_up_logging()
[all …]
/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/tcpdump/missing/
Dsnprintf.c215 append_string (struct state *state, in append_string() function
358 if (append_string(state, in xyzprintf()
/external/libpcap/missing/
Dsnprintf.c215 append_string (struct state *state, in append_string() function
358 if (append_string(state, in xyzprintf()
/external/u-boot/scripts/kconfig/
Dzconf.l49 static void append_string(const char *str, int size) in append_string() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1242 static grpc_error* append_string(grpc_chttp2_hpack_parser* p, in append_string() function
1395 grpc_error* err = append_string(p, &c, (&c) + 1); in huff_nibble()
1424 return append_string(p, cur, end); in add_str_bytes()