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

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 132 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL,
135 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_HIFI2,
138 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_HIFI,
141 strlcpy(mHandle->useCase, SND_USE_CASE_VERB_HIFI_LOWLATENCY_MUSIC,
146 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP,
149 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_PLAY_MUSIC2,
152 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_PLAY_MUSIC,
155 strlcpy(mHandle->useCase, SND_USE_CASE_MOD_PLAY_LOWLATENCY_MUSIC,
  /external/libcups/cups/
ppd.c 589 strlcpy(ll_CC, "zh_TW.", sizeof(ll_CC));
590 strlcpy(ll, "zh_", sizeof(ll));
593 strlcpy(ll, "zh_", sizeof(ll)); /* Any Chinese variant */
596 strlcpy(ll_CC, "ja", sizeof(ll_CC));
597 strlcpy(ll, "jp", sizeof(ll));
601 strlcpy(ll_CC, "nb", sizeof(ll_CC));
602 strlcpy(ll, "no", sizeof(ll));
824 strlcpy(option->defchoice, ppd->attrs[j]->value,
830 strlcpy(option->text, _("Media Size"), sizeof(option->text));
832 strlcpy(option->text, _("Media Type"), sizeof(option->text))
    [all...]
testcreds.c 104 strlcpy(hostname, argv[1], sizeof(hostname));
  /bionic/libc/private/
CachedProperty.h 104 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 103 (void)strlcpy(utfile, fname, sizeof(utfile));
  /cts/hostsidetests/security/securityPatch/CVE-2016-0844/
poc.c 49 strlcpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /device/google/marlin/dataservices/datatop/src/
datatop_interface.h 162 #define strlcpy(X,Y,Z) strcpy(X,Y) macro
datatop_stat_poll.c 270 strlcpy(newname, dict.key[i], dk_len);
273 strlcpy(data_points[count].name, newname,
283 strlcpy(newname, dict.key[i], nn_len);
287 strlcpy(data_points[count].name, newname,
  /external/google-breakpad/src/common/mac/
file_id.cc 48 strlcpy(path_, path, sizeof(path_));
  /external/iproute2/lib/
inet_proto.c 41 strlcpy(buf, pe->p_name, len);
  /external/ipsec-tools/src/racoon/
misc.h 63 #define strlcpy(d,s,l) (strncpy(d,s,l), (d)[(l)-1] = '\0') macro
  /external/libpcap/
inet.c 108 (void)strlcpy(errbuf, "no suitable device found",
115 (void)strlcpy(device, alldevs->name, sizeof(device));
170 (void)strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
190 (void)strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /external/syslinux/com32/include/
string.h 38 __extern size_t strlcpy(char *, const char *, size_t);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 39 #define strlcpy g_strlcpy macro
300 strlcpy(ident, identifier, sizeof(ident));
479 strlcpy(ident, identifier, sizeof(ident));
    [all...]
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 365 strlcpy(mSSID, ssid, SSID_BUF_SIZE);
367 strlcpy(mPassword, password, SSID_BUF_SIZE);
378 strlcpy(ssid, mSSID, SSID_BUF_SIZE);
382 strlcpy(password, mPassword, SSID_BUF_SIZE);
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 50 #define strlcpy g_strlcpy macro
  /system/core/fs_mgr/
fs_mgr_dm_ioctl.cpp 35 strlcpy(io->name, name.c_str(), sizeof(io->name));
  /system/core/init/
property_service_test.cpp 40 strlcpy(addr.sun_path, property_service_socket, sizeof(addr.sun_path));
  /system/core/libmemunreachable/
ProcessMappings.cpp 62 strlcpy(mapping.name, line + name_pos, sizeof(mapping.name));
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 563 strlcpy(sentence, "$GPGSA,A,1,,,,,,,,,,,,,,,", sizeof(sentence));
567 strlcpy(sentence, "$GPVTG,,T,,M,,N,,K,N", sizeof(sentence));
571 strlcpy(sentence, "$GPRMC,,V,,,,,,,,,,N", sizeof(sentence));
575 strlcpy(sentence, "$GPGGA,,,,,,0,,,,,,,,", sizeof(sentence));
643 strlcpy(sentence, "$GPGSV,1,1,0,", sizeof(sentence));
721 strlcpy(sentence, "$GLGSV,1,1,0,", sizeof(sentence));
795 strlcpy(sentence, "$GPGSA,A,1,,,,,,,,,,,,,,,", sizeof(sentence));
799 strlcpy(sentence, "$GPVTG,,T,,M,,N,,K,N", sizeof(sentence));
803 strlcpy(sentence, "$GPRMC,,V,,,,,,,,,,N", sizeof(sentence));
807 strlcpy(sentence, "$GPGGA,,,,,,0,,,,,,,,", sizeof(sentence))
    [all...]

Completed in 712 milliseconds

1 2 34 5 6 7 8 91011>>