HomeSort by relevance Sort by last modified time
    Searched refs:strcat (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/oprofile/libop/
op_config.c 52 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");
op_mangle.c 25 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(mangled, values->event_name)
    [all...]
  /bionic/libc/string/
strcat.c 1 /* $OpenBSD: strcat.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
39 __warn_references(strcat,
40 "warning: strcat() is almost always misused, please use strlcat()");
44 strcat(char *s, const char *append) function
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 585 strcat((char*)_datapath_,(char*)str);\
586 strcat((char*)_datapath_,(char*)":o");\
588 strcat((char*)_datapath_,(char*)str);\
589 strcat((char*)_datapath_,(char*)"/codec\0");\
599 strcat((char*)_datapath_,(char*)str);\
600 strcat((char*)_datapath_,(char*)":o");\
602 strcat((char*)_datapath_,(char*)str);\
603 strcat((char*)_datapath_,(char*)"/eteedn:i0:o0/codec\0");\
  /external/e2fsprogs/misc/
mklost+found.c 62 strcat (path, "/");
63 strcat (path, name);
78 strcat (path, "/");
79 strcat (path, name);
  /external/svox/pico/tts/
svox_ssml_parser.cpp 150 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_appendix, "</pitch>")
    [all...]
com_svox_picottsengine.cpp 247 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
254 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
267 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
277 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
350 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]);
369 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]);
370 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]);
371 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]);
548 strcat(data, tmp);
555 strcat(data, tmp)
    [all...]
  /external/e2fsprogs/lib/ss/
list_rqs.c 65 strcat(buffer, ", ");
69 strcat(buffer, NL);
75 strcat(buffer, entry->info_string);
76 strcat(buffer, NL);
help.c 92 (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/
make_ve_grammar.c 150 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(filen,".script")
    [all...]
  /external/svox/pico/lib/
picodbg.c 352 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(ctxbuf, MSG_DELIM)
    [all...]
  /external/blktrace/
blkparse_fmt.c 179 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(format, "u"), t->pid)
    [all...]
  /system/core/nexus/
WifiNetwork.cpp 351 strcat(accum, "WPA-PSK");
354 strcat(accum, " ");
355 strcat(accum, "WPA-EAP");
359 strcat(accum, " ");
360 strcat(accum, "IEEE8021X");
379 strcat(accum, "RSN");
399 strcat(accum, "SHARED ");
402 strcat(accum, "LEAP ");
420 strcat(accum, "TKIP ");
422 strcat(accum, "CCMP ")
    [all...]
  /external/dbus/tools/
dbus-launch-x11.c 162 strcat (result, prefix);
163 strcat (result, machine);
164 strcat (result, "-");
165 strcat (result, display);
189 strcat (dir, "/");
190 strcat (dir, DBUS_DIR);
199 strcat (dir, "/");
200 strcat (dir, DBUS_SESSION_BUS_DIR);
267 strcat (atom_name, user_name);
268 strcat (atom_name, "_")
    [all...]
  /bionic/libstdc++/include/
cstring 47 using ::strcat;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstring 47 using ::strcat;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstring 47 using ::strcat;
  /system/core/toolbox/
mv.c 45 strcat(fullDest, "/");
47 strcat(fullDest, fileName ? fileName + 1 : source);
  /bootable/recovery/applypatch/
freecache.c 31 strcat(path, de->d_name);
32 strcat(path, "/fd/");
45 strcat(fd_path, fdde->d_name);
98 strcat(path, "/");
99 strcat(path, de->d_name);
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 124 strcat(ret, parent_name);
125 strcat(ret, "/");
127 strcat(ret, gp.name);
129 strcat(ret, "???");
  /external/expat/xmlwf/
xmltchar.h 28 #define tcscat strcat
  /system/core/libsysutils/src/
FrameworkClient.cpp 37 strcat(buffer, data);
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 47 using std::strcat;
  /bionic/libc/arch-x86/string/
strcat.S 1 /* $OpenBSD: strcat.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
11 .section .gnu.warning.strcat
12 .ascii "warning: strcat() is almost always misused, please use strlcat()"
22 ENTRY(strcat) function
  /bionic/libc/bionic/
realpath.c 147 (void)strcat(resolved, "/");
148 (void)strcat(resolved, wbuf);

Completed in 6002 milliseconds

1 2 3 4 5 6 7 8 91011