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

1 2 3 4 56 7

  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 407 #define SDL_strlcat strlcat
  /system/core/healthd/
BatteryMonitor.cpp 261 strlcat(dmesgline, b, sizeof(dmesgline));
  /bionic/tests/
fortify_test.cpp 317 ASSERT_EXIT(strlcat(myfoo.one, myfoo.a, n),
503 ASSERT_EXIT(strlcat(bufb, bufa, n), testing::KilledBySignal(SIGABRT), "");
string_test.cpp 502 TEST(string, strlcat) {
523 strlcat(state.ptr2, state.ptr1, state.MAX_LEN + state.len[i]);
    [all...]
  /external/ppp/pppd/
ipxcp.c     [all...]
options.c     [all...]
pppd.h 511 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
    [all...]
tty.c 302 strlcat(dev, cp, sizeof(dev));
    [all...]
utils.c 110 * strlcat - like strcat/strncat, doesn't overflow destination buffer,
114 strlcat(dest, src, len) function
  /external/ppp/pppd/plugins/radius/
radius.c 526 strlcat(rstate.user, "@", sizeof(rstate.user));
527 strlcat(rstate.user, default_realm, sizeof(rstate.user));
    [all...]
  /system/core/init/
init.c 566 strlcat(cmd_str, cur_command->args[i], sizeof(cmd_str));
568 strlcat(cmd_str, " ", sizeof(cmd_str));
    [all...]
  /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/tcpdump/
interface.h 56 extern size_t strlcat(char *, const char *, size_t);
netdissect.h 60 extern size_t strlcat (char *, const char *, size_t);
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 33 #define strlcat g_strlcat macro
arec.c 41 #define strlcat g_strlcat macro
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcat-atom.S 31 /* Optimized strlcat with SSSE3 */
85 ENTRY (strlcat) function
1225 END (strlcat)
  /external/libpcap/
pcap-bpf.c 699 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name));
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 578 strlcat(dnslist, separator, dnslist_sz);
579 strlcat(dnslist, propValue, dnslist_sz);
    [all...]
  /bionic/libc/dns/
gethnamaddr.c 1359 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]
  /external/valgrind/main/shared/
vg_replace_strmem.c 63 20050 STRLCAT
322 /*---------------------- strlcat ----------------------*/
329 #define STRLCAT(soname, fnname) \
355 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
363 //STRLCAT(VG_Z_LIBC_SONAME, strlcat)
364 //STRLCAT(VG_Z_DYLD, strlcat)
365 STRLCAT(VG_Z_LIBC_SONAME, strlcat)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/libedit/
configure 595 ac_unique_file="src/strlcat.c"
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1624 milliseconds

1 2 3 4 56 7