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

12345678910

/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/valgrind/main/none/tests/
H A Dcoolo_strlen.c6 char *b2 = strdup(strcat(buffer, "THis is a very long strings"));
/external/e2fsprogs/misc/
H A Dmklost+found.c62 strcat (path, "/");
63 strcat (path, name);
78 strcat (path, "/");
79 strcat (path, name);
H A Dfilefrag.c131 strcat(flags, "unknown,");
133 strcat(flags, "delalloc,");
135 strcat(flags, "encrypted,");
137 strcat(flags, "not_aligned,");
139 strcat(flags, "inline,");
141 strcat(flags, "tail_packed,");
143 strcat(flags, "unwritten,");
145 strcat(flags, "merged,");
148 strcat(flags, "eof,");
/external/llvm/tools/llvm-stub/
H A Dllvm-stub.c55 argv[0] = strcat(strcpy((char*)malloc(len + 5), argv[0]), ".exe");
61 Args[1] = strcat(strcpy((char*)malloc(strlen(argv[0])+4), argv[0]), ".bc");
/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/e2fsprogs/lib/ss/
H A Dlist_rqs.c65 strcat(buffer, ", ");
69 strcat(buffer, NL);
75 strcat(buffer, entry->info_string);
76 strcat(buffer, NL);
H A Dhelp.c92 (void) strcat(buffer, "/");
93 (void) strcat(buffer, argv[1]);
94 (void) strcat(buffer, ".info");
104 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/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/dbus/tools/
H A Ddbus-launch-x11.c164 strcat (result, prefix);
165 strcat (result, machine);
166 strcat (result, "-");
167 strcat (result, display);
191 strcat (dir, "/");
192 strcat (dir, DBUS_DIR);
201 strcat (dir, "/");
202 strcat (dir, DBUS_SESSION_BUS_DIR);
269 strcat (atom_name, user_name);
270 strcat (atom_nam
[all...]
/external/clang/test/Analysis/
H A Dstring.c357 // strcat()
365 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
369 #define strcat BUILTIN(strcat) macro
370 char *strcat(char *restrict s1, const char *restrict s2);
376 strcat(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}}
380 strcat(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}}
384 strcat(x, (char*)&strcat_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcat_fn', which is not a null-terminated string}}
395 if (strcat(x, y) != x)
405 strcat(
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c124 strcat(ret, parent_name);
125 strcat(ret, "/");
127 strcat(ret, gp.name);
129 strcat(ret, "???");
/external/expat/xmlwf/
H A Dxmltchar.h28 #define tcscat strcat
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-aix5.c122 VG_(strcat)( pltool_str, VG_(libdir) );
123 VG_(strcat)( pltool_str, "/" );
124 VG_(strcat)( pltool_str, vgpreload_ );
125 VG_(strcat)( pltool_str, iicii.toolname );
126 VG_(strcat)( pltool_str, "-" );
127 VG_(strcat)( pltool_str, VG_PLATFORM );
128 VG_(strcat)( pltool_str, _so );
143 VG_(strcat)( plcore_str, VG_(libdir) );
144 VG_(strcat)( plcore_str, "/" );
145 VG_(strcat)( plcore_st
[all...]
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S167 bl strcat
171 bl strcat
175 bl strcat
179 bl strcat
183 bl strcat
224 bl strcat
237 bl strcat
251 bl strcat
274 bl strcat
287 bl strcat
372 strcat: label
[all...]
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmime.c145 strcpy (file_name, directory); strcat (file_name, "/mime/mime.cache");
165 strcpy (file_name, directory); strcat (file_name, "/mime/globs2");
175 strcpy (file_name, directory); strcat (file_name, "/mime/globs");
188 strcpy (file_name, directory); strcat (file_name, "/mime/magic");
200 strcpy (file_name, directory); strcat (file_name, "/mime/aliases");
205 strcpy (file_name, directory); strcat (file_name, "/mime/subclasses");
210 strcpy (file_name, directory); strcat (file_name, "/mime/icons");
215 strcpy (file_name, directory); strcat (file_name, "/mime/generic-icons");
249 strcat (guessed_xdg_home, "/.local/share/");
350 strcpy (file_name, directory); strcat (file_nam
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c105 strcat(mapsfile, "/maps");
111 strcat(exe_name, "/exe");
174 strcat(status_file, "/status");
/external/qemu/memcheck/
H A Dmemcheck_util.c48 strcat(sym_path, PATH_SEP);
54 strcat(sym_path, "symbols");
59 strcat(sym_path, module_path);
/external/webkit/Source/WebKit/android/plugins/
H A DANPSystemInterface.cpp79 strcat(incognitoStorage, incognitoPath);
192 strcat(file, separator);
193 strcat(file, entry->d_name);
/external/llvm/runtime/libprofile/
H A DGCDAProfiling.c77 strcat(filename, "/");
78 strcat(filename, orig_filename);

Completed in 6192 milliseconds

12345678910