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

1 2 34 5 6

  /external/mksh/src/
os2.c 280 strlcat(x_name, *x_suffix, x_namelen);
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 276 strlcat(buf, tmpBuf, bufLen);
  /system/core/lmkd/
lmkd.c 553 strlcat(minfreestr, ",", sizeof(minfreestr));
554 strlcat(killpriostr, ",", sizeof(killpriostr));
558 strlcat(minfreestr, val, sizeof(minfreestr));
560 strlcat(killpriostr, val, sizeof(killpriostr));
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 38 #define strlcat g_strlcat macro
    [all...]
  /bionic/libc/bionic/
fortify.cpp 300 __check_buffer_access("strlcat", "write into", supplied_size, dst_len_from_compiler);
301 return strlcat(dst, src, supplied_size);
  /bionic/tests/
string_test.cpp 556 TEST(STRING_TEST, strlcat) {
575 strlcat(state.ptr2, state.ptr1, state.MAX_LEN + state.len[i]);
581 GTEST_LOG_(INFO) << "Skipping test, strlcat not supported on this platform.";
    [all...]
fortify_test.cpp 251 ASSERT_FORTIFY(strlcat(myfoo.one, myfoo.a, n));
407 ASSERT_FORTIFY(strlcat(bufb, bufa, n));
  /external/libcups/cups/
http-addr.c 875 strlcat(s, ".", (size_t)slen);
ppd-util.c 374 strlcat(resource, ".ppd", sizeof(resource));
language.c 330 strlcat(locale, ".UTF-8", localesize);
1289 strlcat(path, "Contents/Info.plist", sizeof(path));
    [all...]
  /external/syslinux/core/fs/pxe/
pxe.c 415 strlcat(fs->cwd_name, src, sizeof fs->cwd_name);
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 442 strlcat(optComponentName, ".dsmode", OMX_MAX_STRINGNAME_SIZE);
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.c 442 strlcat(optComponentName, ".dsmode", OMX_MAX_STRINGNAME_SIZE);
  /system/core/logd/
main.cpp 212 strlcat(buffer, "\n", sizeof(buffer));
  /external/ppp/pppd/
ipxcp.c     [all...]
pppd.h 532 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 521 strlcat(rstate.user, "@", sizeof(rstate.user));
522 strlcat(rstate.user, default_realm, sizeof(rstate.user));
    [all...]
  /external/syslinux/mk/
lib.mk 193 sprintf.o strlcat.o strchr.o strlcpy.o strncasecmp.o ctypes.o \
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 363 strlcat(fs_options, p, fs_options_len);
364 strlcat(fs_options, ",", fs_options_len);
    [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...]

Completed in 1541 milliseconds

1 2 34 5 6