HomeSort by relevance Sort by last modified time
    Searched full:strlcat (Results 126 - 150 of 263) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 909 strlcat
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 933 strlcat
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php 148 'StrIComp', 'StrLCat', 'StrLComp', 'StrLCopy', 'StrLFmt', 'StrLIComp',
  /external/openssh/openbsd-compat/
port-linux.c 213 strlcat(newctx, cx, newlen);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 105 strlcat(cmdstr, &ch , (2+strlen(cmdstr)));
alsa_ucm.c 38 #define strlcat g_strlcat macro
    [all...]
  /external/openssh/
ssh-keygen.c 538 strlcat(encoded, line, sizeof(encoded));
910 strlcat(identity_file, ".pub", sizeof(identity_file));
996 strlcat(tmp, ".XXXXXXXXXX", sizeof(tmp)) >= sizeof(tmp) ||
998 strlcat(old, ".old", sizeof(old)) >= sizeof(old))
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strlcat-atom.S 31 /* Optimized strlcat with SSSE3 */
85 ENTRY (strlcat) function
1225 END (strlcat)
  /external/dropbear/
config.h 226 /* Define to 1 if you have the `strlcat' function. */
config.h.in 225 /* Define to 1 if you have the `strlcat' function. */
  /external/tcpdump/
config.h 248 /* Define to 1 if you have the `strlcat' function. */
config.h.in 247 /* Define to 1 if you have the `strlcat' function. */
  /system/core/healthd/
BatteryMonitor.cpp 259 strlcat(dmesgline, b, sizeof(dmesgline));
  /bionic/tests/
fortify_test.cpp 218 ASSERT_EXIT(strlcat(myfoo.one, myfoo.a, n),
371 ASSERT_EXIT(strlcat(bufb, bufa, n), testing::KilledBySignal(SIGABRT), "");
  /external/ppp/pppd/
utils.c 110 * strlcat - like strcat/strncat, doesn't overflow destination buffer,
114 strlcat(dest, src, len) function
  /system/core/fs_mgr/
fs_mgr.c 220 strlcat(fs_options, p, fs_options_len);
221 strlcat(fs_options, ",", fs_options_len);
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 226 strlcat(ident, handle->useCase, sizeof(ident));
580 strlcat(ident, curTxUCMDevice, sizeof(ident));
586 strlcat(ident, curRxUCMDevice, sizeof(ident));
    [all...]
  /external/clang/test/Analysis/
security-syntax-checks.m 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}}

Completed in 1568 milliseconds

1 2 3 4 56 7 8 91011