HomeSort by relevance Sort by last modified time
    Searched refs:strlcpy (Results 151 - 175 of 344) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dhcpcd/
if-bsd.c 128 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
138 strlcpy(ireq.i_name, ifname, sizeof(ireq.i_name));
165 strlcpy(ifa.ifra_name, iface->name, sizeof(ifa.ifra_name));
control.c 126 strlcpy(sun.sun_path, CONTROLSOCKET, sizeof(sun.sun_path));
  /frameworks/native/cmds/dumpstate/
dumpstate.c 514 strlcpy(path, use_outfile, sizeof(path));
522 strlcpy(screenshot_path, path, sizeof(screenshot_path));
527 strlcpy(tmp_path, path, sizeof(tmp_path));
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 628 strlcpy(componentName, core[index].name,nameLen);
706 strlcpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE);
794 strlcpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE);
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 613 strlcpy(componentName, core[index].name,nameLen);
691 strlcpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE);
779 strlcpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE);
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 40 #define strlcpy g_strlcpy macro
123 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
128 strlcpy((char *)m_cRole, "video_encoder.mpeg4",\
133 strlcpy((char *)m_cRole, "video_encoder.h263",OMX_MAX_STRINGNAME_SIZE);
137 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE);
141 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE);
148 strlcpy((char *)m_cRole, "video_encoder.vp8",OMX_MAX_STRINGNAME_SIZE);
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
exec.c 166 strlcpy(cur, path, len);
  /development/ndk/samples/hello-neon/jni/
helloneon.c 110 strlcpy(buffer, str, sizeof buffer);
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_api.c 278 strlcpy(p_buf->str, str, BTA_HF_CLIENT_NUMBER_LEN + 1);
  /external/chromium_org/base/
linux_util.cc 129 base::strlcpy(g_linux_distro, trimmed_distro.c_str(), kDistroSize);
  /external/libpcap/
pcap-septel.c 189 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 222 strlcpy(freq_path, FREQ_PATH, sizeof(freq_path));
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 147 strlcpy(buf, "Unknown", size);
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 126 strlcpy(buf, "Unknown", size);
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 158 strlcpy((char*) config_entry->param_ptr,
  /system/core/toolbox/
lsusb.c 33 strlcpy(str_buff, str, sizeof(str_buff));
  /bionic/libc/arch-mips/
mips.mk 37 upstream-openbsd/lib/libc/string/strlcpy.c \
  /bionic/libc/include/
string.h 80 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
184 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
188 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function
  /development/ndk/platforms/android-L/include/
string.h 79 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
199 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
200 __errordecl(__strlcpy_error, "strlcpy: prevented write past end of buffer");
204 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function
  /external/ipsec-tools/src/racoon/
session.c 158 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", MAXPATHLEN);
160 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 131 strlcpy (bcm_nfc_location, "/data/nfc", sizeof(bcm_nfc_location));
302 strlcpy (nci_hal_module, "nfc_nci.bcm2079x", sizeof(nci_hal_module));
  /external/tcpdump/
print-nfs.c 177 strlcpy(srcaddr, ipaddr_string(&ip->ip_src), sizeof(srcaddr));
178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr));
183 strlcpy(srcaddr, ip6addr_string(&ip6->ip6_src),
185 strlcpy(dstaddr, ip6addr_string(&ip6->ip6_dst),
190 strlcpy(srcaddr, "?", sizeof(srcaddr));
191 strlcpy(dstaddr, "?", sizeof(dstaddr));
297 strlcpy(srcid, "nfs", sizeof(srcid));
534 strlcpy(dstid, "nfs", sizeof(dstid));
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
string.h 80 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
184 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
188 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
string.h 80 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
184 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
188 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
string.h 80 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
184 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
188 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function

Completed in 593 milliseconds

1 2 3 4 5 67 8 91011>>