Searched refs:strcat (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/external/libhevc/decoder/
H A Dihevcd_version.c78 strcat(version_string,codec_name); \
79 strcat(version_string,"_"); \
80 strcat(version_string,codec_release_type); \
81 strcat(version_string," Ver:"); \
82 strcat(version_string,codec_release_ver); \
83 strcat(version_string," Released by "); \
84 strcat(version_string,codec_vendor); \
85 strcat(version_string," Build: "); \
86 strcat(version_string,__DATE__); \
87 strcat(version_strin
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcpuinfo.c63 strcat(buffer, "x86");
68 strcat(buffer, (cpu_has_mmxext) ? "/MMX+" : "/MMX");
73 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!");
78 strcat(buffer, (cpu_has_xmm2) ? "/SSE2" : "/SSE");
84 strcat(buffer, "SPARC");
/external/mesa3d/src/mesa/main/
H A Dcpuinfo.c63 strcat(buffer, "x86");
68 strcat(buffer, (cpu_has_mmxext) ? "/MMX+" : "/MMX");
73 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!");
78 strcat(buffer, (cpu_has_xmm2) ? "/SSE2" : "/SSE");
84 strcat(buffer, "SPARC");
/external/valgrind/main/none/tests/
H A Dcoolo_strlen.c6 char *b2 = strdup(strcat(buffer, "THis is a very long strings"));
/external/oprofile/libop/
H A Dop_config.c52 strcat(op_samples_dir, "/samples/");
55 strcat(op_samples_current_dir, "/current/");
58 strcat(op_lock_file, "/lock");
61 strcat(op_pipe_file, "/opd_pipe");
64 strcat(op_log_file, "oprofiled.log");
67 strcat(op_dump_status, "/complete_dump");
70 strcat(op_device, "/opdev");
73 strcat(op_note_device, "/opnotedev");
76 strcat(op_hash_device, "/ophashmapdev");
H A Dop_mangle.c25 strcat(dest, "{kern}/");
27 strcat(dest, "{anon:");
28 strcat(dest, anon_name);
29 strcat(dest,"}/");
31 strcat(dest, "{root}/");
34 strcat(dest, name);
35 strcat(dest, "/");
72 strcat(mangled, "{dep}" "/");
76 strcat(mangled, "{cg}" "/");
81 strcat(mangle
[all...]
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstring.h25 char *strcat(char *, const char *);
/external/e2fsprogs/misc/
H A Dmklost+found.c62 strcat (path, "/");
63 strcat (path, name);
78 strcat (path, "/");
79 strcat (path, name);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DIsac_test.cc121 strcat(outFile,"_");
122 strcat(outFile, argv[4]);
123 strcat(outFile,"_");
124 strcat(outFile, codec);
127 strcat(outFile,"_");
128 strcat(outFile, argv[6]);
131 strcat(outFile,"_");
132 strcat(outFile, "plc");
135 strcat(outFile, ".otp");
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp150 strcat(m_data, "<p>");
162 strcat(m_data, "<s>");
249 strcat(m_data, "<phoneme ph='");
252 strcat(m_data, xsampastr);
265 strcat(m_data, "'/>");
280 strcat(m_data, "<break time='");
318 strcat(m_data, time);
319 strcat(m_data, "'/>");
359 strcat(m_data, pitch);
365 strcat(m_appendi
[all...]
H A Dcom_svox_picottsengine.cpp259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
289 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
362 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]);
381 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]);
382 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]);
383 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]);
560 strcat(data, tmp);
567 strcat(dat
[all...]
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstring.h25 char *strcat(char *, const char *);
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c70 strcat(buffer, ", ");
74 strcat(buffer, NL);
80 strcat(buffer, entry->info_string);
81 strcat(buffer, NL);
H A Dhelp.c88 (void) strcat(buffer, "/");
89 (void) strcat(buffer, argv[1]);
90 (void) strcat(buffer, ".info");
100 strcat(buf, argv[1]);
/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c150 strcat(filen,base);
151 strcat(filen,".PCLG.txt");
155 strcat(filen,base);
156 strcat(filen,".map");
160 strcat(filen,base);
161 strcat(filen,".P.txt");
165 strcat(filen,base);
166 strcat(filen,".Grev2.det.txt");
170 strcat(filen,base);
171 strcat(file
[all...]
/external/svox/pico/lib/
H A Dpicodbg.c352 strcat(ctxbuf, "error" MSG_DELIM);
355 strcat(ctxbuf, "warn " MSG_DELIM);
358 strcat(ctxbuf, "info " MSG_DELIM);
361 strcat(ctxbuf, "debug" MSG_DELIM);
364 strcat(ctxbuf, "trace" MSG_DELIM);
378 strcat(ctxbuf, cb);
381 strcat(ctxbuf, cb);
383 strcat(ctxbuf, MSG_DELIM);
388 strcat(ctxbuf, cb);
389 strcat(ctxbu
[all...]
/external/blktrace/
H A Dblkparse_fmt.c179 fprintf(ofp, strcat(format, "s"), act);
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
187 fprintf(ofp, strcat(format, "s"), name);
194 fprintf(ofp, strcat(format, "s"), rwbs);
201 fprintf(ofp, strcat(format, "d"), t->error);
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device));
210 fprintf(ofp, strcat(format, "u"), t_sec(t));
213 fprintf(ofp, strcat(format, "u"), t->bytes);
216 fprintf(ofp, strcat(forma
[all...]
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc72 strcat (config_file, "/.config/user-dirs.dirs");
81 strcat (config_file, "/user-dirs.dirs");
141 strcat (user_dir, "/");
212 strcat (user_dir, "/Desktop");
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmisc.c134 strcat(apis, "OpenGL ");
137 strcat(apis, "OpenGL_ES ");
140 strcat(apis, "OpenGL_ES2 ");
143 strcat(apis, "OpenVG ");
/external/mesa3d/src/egl/main/
H A Deglmisc.c134 strcat(apis, "OpenGL ");
137 strcat(apis, "OpenGL_ES ");
140 strcat(apis, "OpenGL_ES2 ");
143 strcat(apis, "OpenVG ");
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S133 bl strcat @ call strcat
137 bl strcat @ call strcat
141 bl strcat @ call strcat
145 bl strcat @ call strcat
149 bl strcat @ call strcat
305 strcat: label
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc356 // strcat() reads strlen(to) bytes from |to| before concatenating.
363 // Normal strcat calls.
364 strcat(to, from);
365 strcat(to, from);
366 strcat(to + from_size, from + from_size - 2);
369 EXPECT_DEATH(strcat(to - 1, from + from_size - 1), LeftOOBAccessMessage(1));
371 EXPECT_DEATH(strcat(to - 1, from), LeftOOBAccessMessage(1));
372 EXPECT_DEATH(strcat(to, from - 1), LeftOOBReadMessage(1));
373 EXPECT_DEATH(strcat(to + to_size, from), RightOOBWriteMessage(0));
374 EXPECT_DEATH(strcat(t
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c183 strcat(optbuf, ", ");
188 strcat(optbuf, optopt);
197 strcat(optbuf, ", ");
200 strcat(optbuf, optopt);
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c139 strcat(ret, parent_name);
140 strcat(ret, "/");
142 strcat(ret, gp.name);
144 strcat(ret, "???");
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dscripts.c142 strcat(cmd, script_opt);
145 strcat(cmd, " -i ");
146 strcat(cmd, input_name);
149 strcat(cmd, " 2>&1");

Completed in 890 milliseconds

1234567891011>>