HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 1 - 25 of 765) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/nexus/
SupplicantState.cpp 26 strncpy(buffer, "UNKNOWN", max);
28 strncpy(buffer, "DISCONNECTED", max);
30 strncpy(buffer, "INACTIVE", max);
32 strncpy(buffer, "SCANNING", max);
34 strncpy(buffer, "ASSOCIATING", max);
36 strncpy(buffer, "ASSOCIATED", max);
38 strncpy(buffer, "FOURWAY_HANDSHAKE", max);
40 strncpy(buffer, "GROUP_HANDSHAKE", max);
42 strncpy(buffer, "COMPLETED", max);
44 strncpy(buffer, "IDLE", max)
    [all...]
DhcpState.cpp 26 strncpy(buffer, "INIT", max);
28 strncpy(buffer, "DISCOVERING", max);
30 strncpy(buffer, "REQUESTING", max);
32 strncpy(buffer, "BOUND", max);
34 strncpy(buffer, "RENEWING", max);
36 strncpy(buffer, "REBINDING", max);
38 strncpy(buffer, "REBOOT", max);
40 strncpy(buffer, "RENEW_REQUESTED", max);
42 strncpy(buffer, "INIT_IPV4LL", max);
44 strncpy(buffer, "PROBING", max)
    [all...]
DhcpEvent.cpp 26 strncpy(buffer, "UNKNOWN", max);
28 strncpy(buffer, "STOP", max);
30 strncpy(buffer, "RENEW", max);
32 strncpy(buffer, "RELEASE", max);
34 strncpy(buffer, "TIMEOUT", max);
36 strncpy(buffer, "(internal error)", max);
ScanResult.cpp 34 strncpy(tmp, p, (q - p));
41 strncpy(tmp, p, (q - p));
48 strncpy(tmp, p, (q - p));
55 strncpy(tmp, p, (q - p));
70 strncpy(tmp, p, (q - p));
SupplicantAssociatingEvent.cpp 40 strncpy(mBssid, p, 17);
53 strncpy(mSsid, p, q-p);
80 strncpy(mSsid, p, q-p);
SupplicantConnectionTimeoutEvent.cpp 28 strncpy(mBssid, event, 17);
WifiNetwork.cpp 696 strncpy(buffer,
709 strncpy(buffer,
722 strncpy(buffer,
738 strncpy(buffer, (key ? key : "none"), max);
773 strncpy(buffer, "NONE", max);
790 strncpy(buffer, "(internal error)", max);
797 strncpy(buffer, tmp, max);
823 strncpy(buffer, "(internal error)", max);
830 strncpy(buffer, tmp, max);
847 strncpy(buffer, "NONE", max)
    [all...]
SupplicantAssociatedEvent.cpp 32 strncpy(mBssid, p, 17);
  /external/iproute2/ip/
tunnel.c 71 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
88 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
123 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
140 strncpy(ifr.ifr_name, name, IFNAMSIZ);
142 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
159 strncpy(ifr.ifr_name, name, IFNAMSIZ);
161 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
177 strncpy(ifr.ifr_name, name, IFNAMSIZ);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 63 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen);
65 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen);
90 strncpy((char *)pDcfInfo->Encryption_Method,
94 strncpy((char *)pDcfInfo->Rights_Issuer,
98 strncpy((char *)pDcfInfo->Content_Name,
102 strncpy((char *)pDcfInfo->ContentDescription,
106 strncpy((char *)pDcfInfo->ContentVendor,
110 strncpy((char *)pDcfInfo->Icon_URI,
  /external/iproute2/lib/
inet_proto.c 37 strncpy(ncache, pe->p_name, 16);
38 strncpy(buf, pe->p_name, len);
64 strncpy(ncache, pe->p_name, 16);
  /external/stlport/stlport/stl/
_stdexcept_base.c 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
58 strncpy(_M_name, __x._M_name, __size - 1);
81 strncpy(_M_name, __x._M_name, __size - 1);
  /ndk/sources/android/stlport/stlport/stl/
_stdexcept_base.c 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
58 strncpy(_M_name, __x._M_name, __size - 1);
81 strncpy(_M_name, __x._M_name, __size - 1);
  /external/bluetooth/bluez/network/
common.c 175 strncpy(req.device, dev, 16);
186 strncpy(dev, req.device, 16);
198 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
223 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
249 strncpy(ifr.ifr_name, bridge, IFNAMSIZ - 1);
  /external/ipsec-tools/src/racoon/
var.h 82 strncpy((y), "(invalid)", sizeof(y)); \
84 strncpy((z), "(invalid)", sizeof(z)); \
93 strncpy((y), "(invalid)", sizeof(y)); \
  /bionic/libc/string/
strncpy.c 1 /* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
46 strncpy(char *dst, const char *src, size_t n) function
  /external/e2fsprogs/misc/
e2label.c 83 strncpy(label, sb.s_volume_name, VOLNAMSZ);
94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
  /external/iptables/extensions/
libipt_set.h 59 strncpy(req.set.name, setname, IP_SET_MAXNAMELEN);
101 strncpy(setname, req.set.name, IP_SET_MAXNAMELEN);
  /system/core/include/cutils/
sockets.h 57 #else /* for the host, which may lack the almightly strncpy ... */
58 strncpy(key + sizeof(ANDROID_SOCKET_ENV_PREFIX) - 1,
  /system/netd/
SoftapController.cpp 57 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
90 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
117 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
155 strncpy(wrq.ifr_name, mIface, sizeof(wrq.ifr_name));
190 strncpy(wrq.ifr_name, mIface, sizeof(wrq.ifr_name));
255 strncpy(mIface, argv[3], sizeof(mIface));
256 strncpy(wrq.ifr_name, argv[2], sizeof(wrq.ifr_name));
357 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
  /external/oprofile/libop/
op_xml_out.c 190 strncpy(quote_buf + pos, "&", 5);
194 strncpy(quote_buf + pos, "<", 4);
198 strncpy(quote_buf + pos, ">", 4);
202 strncpy(quote_buf + pos, """, 6);
  /external/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_linux.c 110 strncpy(ifr.ifr_name, name, IFNAMSIZ);
120 strncpy(buf, info.driver, len);
160 strncpy(ifr->ifr_name, name, IFNAMSIZ);
198 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /ndk/sources/android/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /system/vold/
Loop.cpp 119 strncpy(buffer, filename, len -1);
171 strncpy(loopDeviceBuffer, filename, len -1);
191 strncpy((char*) li.lo_crypt_name, id, LO_NAME_SIZE);
192 strncpy((char*) li.lo_file_name, loopFile, LO_NAME_SIZE);

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>