HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 1 - 25 of 548) 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...]
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);
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...]
SupplicantAssociatedEvent.cpp 32 strncpy(mBssid, p, 17);
SupplicantConnectionTimeoutEvent.cpp 28 strncpy(mBssid, event, 17);
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);
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
spl_version.c 23 strncpy(version, "1.2.0", length_in_bytes);
  /external/valgrind/main/memcheck/tests/
overlap.c 44 strncpy(x+20, x, 20); // ok
45 strncpy(x+20, x, 21); // overlap
46 strncpy(x, x+20, 20); // ok
47 strncpy(x, x+20, 21); // overlap
65 /* testing strcpy, strncpy() */
74 strncpy(b, a, 25);
78 strncpy(b, a, 26);
82 strncpy(b, a, 27);
115 /* This is ok, but once gave a warning when strncpy() was wrong,
121 strncpy( dest, src, 20 )
    [all...]
overlap.stderr.exp 9 Source and destination overlap in strncpy(0x........, 0x........, 21)
10 at 0x........: strncpy (mc_replace_strmem.c:...)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
14 at 0x........: strncpy (mc_replace_strmem.c:...)
  /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/iproute2/ip/
tunnel.c 72 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
89 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
124 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
141 strncpy(ifr.ifr_name, name, IFNAMSIZ);
143 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
160 strncpy(ifr.ifr_name, name, IFNAMSIZ);
162 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
178 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/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 118 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
124 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
138 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 );
142 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 );
  /external/chromium/chrome/common/
child_process_logging_linux.cc 63 strncpy(g_gpu_driver_ver,
67 strncpy(g_gpu_ps_ver,
71 strncpy(g_gpu_vs_ver,
  /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/ipsec-tools/src/racoon/
var.h 82 strncpy((y), "(invalid)", sizeof(y)); \
84 strncpy((z), "(invalid)", sizeof(z)); \
93 strncpy((y), "(invalid)", sizeof(y)); \
  /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/cxx-stl/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);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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);
  /bionic/libc/bionic/
if_indextoname.c 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);

Completed in 848 milliseconds

1 2 3 4 5 6 7 8 91011>>