HomeSort by relevance Sort by last modified time
    Searched refs:strcat (Results 51 - 75 of 563) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 55 strcat(mDebugText, debugText);
76 strcat(mDebugText, debugText);
  /system/core/toolbox/
chmod.c 34 strcat(subpath, "/");
35 strcat(subpath, dp->d_name);
wipe.c 98 strcat(nameBuffer, "/");
162 strcat(nameBuffer, "/");
  /external/libunwind/src/ia64/
Grbs.c 55 strcat (buf, "memstk_nat(");
57 strcat (buf, "uc(");
59 strcat (buf, "fp(");
68 strcat (buf, ")");
70 strcat (buf, ")");
72 strcat (buf, ")");
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 166 strcat(result_msg, ": incorrect ");
182 strcat(result_msg, "mantissa");
187 strcat(result_msg, "exponent");
191 strcat(result_msg, "sign");
195 strcat(result_msg, "flags");
256 strcat(ret_msg, ": incorrect return value");
258 strcat(result_msg, ": incorrect result generated");
266 strcat(ret_msg, str);
284 strcat(result_msg, ": ");
285 strcat(result_msg, str)
    [all...]
  /external/e2fsprogs/misc/
filefrag.c 152 strcat(flags, "unknown,");
154 strcat(flags, "delalloc,");
156 strcat(flags, "encrypted,");
158 strcat(flags, "not_aligned,");
160 strcat(flags, "inline,");
162 strcat(flags, "tail_packed,");
164 strcat(flags, "unwritten,");
166 strcat(flags, "merged,");
169 strcat(flags, "eof,");
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 463 strcat(name, "_mo");
465 strcat(name, "_st");
468 strcat(name, "_16b");
470 strcat(name, "_8b");
473 strcat(name, "_8k");
475 strcat(name, "_22k");
477 strcat(name, "_44k");
479 strcat(name, "_48k");
481 strcat(name, ".wav");
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 167 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/chromium_org/third_party/npapi/npspy/windows/
gui_log.cpp 72 strcat(string, name);
75 strcat(string, "\\");
76 strcat(string, DEFAULT_LOG_FILE_NAME);
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 105 strcat(mapsfile, "/maps");
111 strcat(exe_name, "/exe");
174 strcat(status_file, "/status");
  /device/lge/hammerhead/libsensors/
LightSensor.cpp 58 strcat(sysfs, "als_poll_delay");
84 strcat(sysfs, "enable_als_sensor");
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 11 char *strcat(char *s1, const char *s2);
51 char *t6(char *x) { return strcat(x, ""); }
53 // CHECK: strcat
  /external/openssl/crypto/
LPdir_win.c 94 extdir = strcat(strcpy (extdirbuf,directory),"/*");
96 extdir = strcat(strcpy (extdirbuf,directory),"*");
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 55 #define strcat(_dd,_ss) VG_(strcat)((_dd),(_ss)) macro
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 135 strcat(newPath, "/");
136 strcat(newPath, ent->d_name);
  /system/core/libcutils/
socket_local_client.c 81 strcat(p_addr->sun_path, name);
94 strcat(p_addr->sun_path, name);
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 152 strcat(strcpy(path, ctest_dataOutDir()), U_ICUDATA_NAME);
161 strcat(icuDataFilePath, ".dat");
190 strcat(path, "tmp");
191 strcat(path, dirSepString);
192 strcat(path, U_ICUDATA_NAME);
201 strcat(icuDataFilePath, ".dat");
242 strcat(icuDataFilePath, "build");
243 strcat(icuDataFilePath, dirSepString);
244 strcat(icuDataFilePath, U_ICUDATA_NAME);
245 strcat(icuDataFilePath, dirSepString)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 152 strcat(strcpy(path, ctest_dataOutDir()), U_ICUDATA_NAME);
161 strcat(icuDataFilePath, ".dat");
190 strcat(path, "tmp");
191 strcat(path, dirSepString);
192 strcat(path, U_ICUDATA_NAME);
201 strcat(icuDataFilePath, ".dat");
242 strcat(icuDataFilePath, "build");
243 strcat(icuDataFilePath, dirSepString);
244 strcat(icuDataFilePath, U_ICUDATA_NAME);
245 strcat(icuDataFilePath, dirSepString)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c     [all...]
  /external/clang/test/Analysis/
string.c 346 // strcat()
354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
358 #define strcat BUILTIN(strcat) macro
359 char *strcat(char *restrict s1, const char *restrict s2);
365 strcat(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}}
369 strcat(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}}
373 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}}
384 clang_analyzer_eval(strcat(x, y) == x); // expected-warning{{TRUE}}
391 strcat(x, y); // expected-warning{{String copy function overflows destination buffer}
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 127 mov $strcat,%edx # use rdx as call pointer (smaller op)
142 call *%rdx # call strcat
145 call *%rdx # call strcat
149 call *%rdx # call strcat
153 call *%rdx # call strcat
157 call *%rdx # call strcat
164 call *%rdx # call strcat
245 call *%rdx # copy it (call strcat)
253 push %rdx # store strcat pointer
266 # below is same as "sub $(strcat-find_string),%ed
434 strcat: label
    [all...]
  /development/ndk/platforms/android-3/include/
string.h 55 extern char* strcat(char *, const char *);
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 84 #define ft_strcat strcat
  /external/freetype/include/config/
ftstdlib.h 84 #define ft_strcat strcat
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3))

Completed in 2949 milliseconds

1 23 4 5 6 7 8 91011>>