HomeSort by relevance Sort by last modified time
    Searched full:strcat (Results 101 - 125 of 1035) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nci/src/gki/ulinux/
data_types.h 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 47 using ::strcat;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 47 using ::strcat;
  /system/netd/
TetherController.cpp 221 strcat(daemonCmd, ":");
222 strcat(daemonCmd, servers[i]);
257 strcat(daemonCmd, ":");
258 strcat(daemonCmd, *it);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c     [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");
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 109 strcat(cmdbuf, GDB_TO_PYTHON_REL_DIR);
130 strcat(cmdbuf, PYTHONHOME_REL_DIR);
137 strcat(cmdbuf, GDB_EXECUTABLE_ORIG_FILENAME" ");
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 56 strcat(szFile, DIR_SEPARATOR);
57 strcat(szFile, DEFAULT_LOG_FILE_NAME);
289 strcat(szLog, " for \"");
290 strcat(szLog, mimetype);
291 strcat(szLog, "\"\r\n");
  /external/clang/test/Analysis/
security-syntax-checks.m 146 // strcat()
153 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1)
157 #define strcat BUILTIN(strcat)
158 char *strcat(char *restrict s1, const char *restrict s2);
166 strcat(x, y); //expected-warning{{Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119}}
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/oprofile/opjitconv/
opjitconv.c 300 strcat(tmp_dumpfile, "/");
301 strcat(tmp_dumpfile, dumpfilename);
333 strcat(elf_file, proc_id);
334 strcat(elf_file, ".jo");
340 strcat(tmp_elffile, "/");
341 strcat(tmp_elffile, proc_id);
342 strcat(tmp_elffile, ".jo");
  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.cpp 79 strcat(unidataPath, "unidata" U_FILE_SEP_STRING);
80 strcat(unidataPath, filename);
92 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".."
95 strcat(unidataPath, filename);
107 strcat(unidataPath, U_FILE_SEP_STRING);
108 strcat(unidataPath, filename);
120 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING);
121 strcat(unidataPath, filename);
131 strcat(unidataPath, filename);
138 strcat(unidataPath, filename)
    [all...]
winnmtst.cpp 287 strcat(localeID, ";");
289 strcat(localeID, "@");
292 strcat(localeID, "compat=host");
ucdtest.cpp 202 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
210 strcat(backupPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data");
212 strcat(backupPath, U_FILE_SEP_STRING);
213 strcat(backupPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
  /external/icu4c/test/intltest/
normconf.cpp 79 strcat(unidataPath, "unidata" U_FILE_SEP_STRING);
80 strcat(unidataPath, filename);
92 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".."
95 strcat(unidataPath, filename);
107 strcat(unidataPath, U_FILE_SEP_STRING);
108 strcat(unidataPath, filename);
120 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING);
121 strcat(unidataPath, filename);
131 strcat(unidataPath, filename);
138 strcat(unidataPath, filename)
    [all...]
winnmtst.cpp 287 strcat(localeID, ";");
289 strcat(localeID, "@");
292 strcat(localeID, "compat=host");
  /art/compiler/dex/quick/mips/
target_mips.cc 260 strcat(buf, num);
265 strcat(buf, "cc ");
268 strcat(buf, "fpcc ");
276 strcat(buf, "lit ");
280 strcat(buf, "heap ");
283 strcat(buf, "noalias ");
  /external/srec/seti/sltsEngine/src/
SWIslts.c 388 strcat(pszPhoneStr, g_aPhoneMap[j].des);
392 strcat(pszPhoneStr, g_aPhoneMap[j].des);
398 strcat(pszPhoneStr, apszPhones[i]);
  /bionic/libstdc++/include/
cstring 49 using ::strcat;
  /external/chromium_org/chrome/installer/mini_installer/
mini_string_test.cc 25 // Tests the strcat/strcpy/length support of the StackString class.
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 83 #define ft_strcat strcat
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.cc 74 return StrCat("PhoneNumberMatch [", start(), ",", end(), ") ",
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 25 char *strcat(char *, const char *);
  /external/e2fsprogs/lib/ss/
invocation.c 60 strcat(new_table->prompt, ": ");

Completed in 3087 milliseconds

1 2 3 45 6 7 8 91011>>