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

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
string.h 75 extern size_t strlcat(char *, const char *, size_t);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
string.h 75 extern size_t strlcat(char *, const char *, size_t);
  /system/vold/
vdc.c 70 ret = strlcat(final_cmd, cmp, sizeof(final_cmd));
  /bionic/linker/
dlfcn.cpp 46 strlcat(buffer, ": ", __BIONIC_DLERROR_BUFFER_SIZE);
47 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE);
  /bootable/recovery/
recovery.cpp 235 strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery));
236 strlcat(boot.recovery, "\n", sizeof(boot.recovery));
694 strlcat(new_path, "/", PATH_MAX);
695 strlcat(new_path, item, PATH_MAX);
704 strlcat(new_path, "/", PATH_MAX);
705 strlcat(new_path, item, PATH_MAX);
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.c 452 strlcat(path, date, sizeof(path));
456 strlcat(screenshot_path, ".png", sizeof(screenshot_path));
458 strlcat(path, ".txt", sizeof(path));
459 if (do_compress) strlcat(path, ".gz", sizeof(path));
461 strlcat(tmp_path, ".tmp", sizeof(tmp_path));
  /external/ipsec-tools/src/racoon/
remoteconf.c 659 (void)strlcat(new_path->v, script_dir, len);
660 (void)strlcat(new_path->v, "/", len);
661 (void)strlcat(new_path->v, path->v, len);
session.c 162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN);
163 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN);
  /external/dropbear/
cli-runopts.c 258 strlcat(cli_opts.cmd, argv[j], cmdlen);
259 strlcat(cli_opts.cmd, " ", cmdlen);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 823 strlcat
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 862 strlcat
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 799 strlcat
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 793 strlcat
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 159 os << "se a safer 'strlcat' API";
  /external/openssh/
misc.c 547 strlcat(ret, "/", sizeof(ret)) >= sizeof(ret))
553 if (strlcat(ret, filename, sizeof(ret)) >= sizeof(ret))
608 i = strlcat(buf, keys[j].repl, sizeof(buf));
754 strlcat(r, b, hl);
  /external/openssh/openbsd-compat/
openbsd-compat.h 79 size_t strlcat(char *dst, const char *src, size_t siz);
setproctitle.c 142 len = strlcat(buf, ": ", sizeof(buf));
  /external/tcpdump/
FILES 89 missing/strlcat.c
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 64 20050 STRLCAT
309 /*---------------------- strlcat ----------------------*/
316 #define STRLCAT(soname, fnname) \
342 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
350 //STRLCAT(VG_Z_LIBC_SONAME, strlcat)
351 //STRLCAT(VG_Z_DYLD, strlcat)
352 STRLCAT(VG_Z_LIBC_SONAME, strlcat)
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 

Completed in 1512 milliseconds

1 2 34 5 6 7 8 91011