HomeSort by relevance Sort by last modified time
    Searched full:strlcat (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /system/core/fs_mgr/
fs_mgr.c 144 strlcat(fs_options, p, fs_options_len);
145 strlcat(fs_options, ",", fs_options_len);
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 910 strlcat
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 934 strlcat
  /external/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);
  /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...]
sftp-server.c 151 strlcat(ret, ",", sizeof(ret)); \
152 strlcat(ret, str, sizeof(ret)); \
    [all...]
  /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. */
interface.h 54 extern size_t strlcat(char *, const char *, size_t);
netdissect.h 54 extern size_t strlcat (char *, const char *, size_t);
  /external/ppp/pppd/
utils.c 108 * strlcat - like strcat/strncat, doesn't overflow destination buffer,
112 strlcat(dest, src, len) function
  /external/clang/test/Analysis/
security-syntax-checks.m 165 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.}}
  /external/dbus/
HACKING 16 - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(),
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 362 sdl_check_funcs qsort abs bcopy memset memcpy memmove memcmp strlen strlcpy strlcat
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 385 #define SDL_strlcat strlcat
  /external/ppp/pppd/plugins/radius/
radius.c 526 strlcat(rstate.user, "@", sizeof(rstate.user));
527 strlcat(rstate.user, default_realm, sizeof(rstate.user));
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libc.so 

Completed in 514 milliseconds

1 2 34 5 6 7 8