| /ndk/sources/host-tools/make-3.81/w32/ |
| pathstuff.c | 94 strncpy(w32_path, filename, sizeof (w32_path)); 110 strncpy(buf, q, len);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
| string.h | 49 #undef strncpy macro 132 #define strncpy(dest, src, len) \ macro
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
| string3.h | 36 # undef strncpy macro 119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/ |
| string.h | 49 #undef strncpy macro 132 #define strncpy(dest, src, len) \ macro
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string3.h | 36 # undef strncpy macro 119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/ |
| string.h | 49 #undef strncpy macro 132 #define strncpy(dest, src, len) \ macro
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string3.h | 36 # undef strncpy macro 119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
|
| /device/generic/goldfish/camera/ |
| EmulatedQemuCamera.cpp | 84 strncpy(first_dim, frame_dims, sizeof(first_dim));
|
| /external/e2fsprogs/lib/et/ |
| com_right.c | 65 strncpy(str, p->table->msgs[code - p->table->base], len);
|
| /external/iproute2/tc/ |
| tc_qdisc.c | 79 strncpy(d, *argv, sizeof(d)-1); 101 strncpy(k, "ingress", sizeof(k)-1); 126 strncpy(k, *argv, sizeof(k)-1); 292 strncpy(d, *argv, sizeof(d)-1);
|
| /external/libppp/src/ |
| systems.c | 113 strncpy(to, from+2, len); 133 strncpy(to, env, endto - to); 145 strncpy(to, from, len); 152 strncpy(to, pwd->pw_dir, endto - to);
|
| /external/skia/legacy/src/ports/ |
| SkFontHost_freetype_mac.cpp | 80 strncpy(path, "font", length);
|
| /external/skia/src/ports/ |
| SkFontHost_freetype_mac.cpp | 79 strncpy(path, "font", length);
|
| /external/stlport/test/unit/ |
| cstring_test.cpp | 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
|
| /frameworks/compile/libbcc/lib/Support/ |
| OutputFile.cpp | 45 ::strncpy(tmp_filename + pFileTemplate.length(), ".XXXXXX", 7);
|
| /ndk/sources/cxx-stl/llvm-libc++/src/support/win32/ |
| support.cpp | 46 strncpy( nmcsrc, *src, nmc );
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| cstring_test.cpp | 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
|
| /ndk/tests/device/test-stlport/unit/ |
| cstring_test.cpp | 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
|
| /external/iproute2/misc/ |
| lnstat_util.c | 128 strncpy(lf->fields[i].name, tok, LNSTAT_MAX_FIELD_NAME_LEN); 155 strncpy(buf, RTSTAT_COMPAT_LINE, sizeof(buf)-1); 240 strncpy(lf->basename, "rt_cache", sizeof(lf->basename));
|
| /external/wpa_supplicant_8/src/utils/ |
| os.h | 469 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) 529 #undef strncpy macro 530 #define strncpy OS_DO_NOT_USE_strncpy macro
|
| /hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
| OMXExif.cpp | 56 strncpy(mEXIFData.mGPSData.mLatRef, GPS_NORTH_REF, GPS_REF_SIZE); 60 strncpy(mEXIFData.mGPSData.mLatRef, GPS_SOUTH_REF, GPS_REF_SIZE); 88 strncpy(mEXIFData.mGPSData.mLongRef, GPS_EAST_REF, GPS_REF_SIZE); 92 strncpy(mEXIFData.mGPSData.mLongRef, GPS_WEST_REF, GPS_REF_SIZE); 165 strncpy(mEXIFData.mGPSData.mProcMethod, valstr, GPS_PROCESSING_SIZE-1); 175 strncpy(mEXIFData.mGPSData.mMapDatum, valstr, GPS_MAPDATUM_SIZE-1); 185 strncpy(mEXIFData.mGPSData.mVersionId, valstr, GPS_VERSION_SIZE-1); 196 strncpy(mEXIFData.mModel, valstr, EXIF_MODEL_SIZE - 1); 207 strncpy(mEXIFData.mMake, valstr, EXIF_MAKE_SIZE - 1); 309 strncpy(( char * ) sharedPtr [all...] |
| /system/core/libnetutils/ |
| dhcp_utils.c | 54 strncpy(p2p_interface, "p2p", MAX_INTERFACE_LENGTH); 56 strncpy(p2p_interface, interface, MAX_INTERFACE_LENGTH); 117 strncpy(gateway, server, PROPERTY_VALUE_MAX);
|
| /frameworks/base/services/jni/ |
| com_android_server_connectivity_Vpn.cpp | 98 strncpy(name, ifr4.ifr_name, IFNAMSIZ); 105 strncpy(ifr4.ifr_name, name, IFNAMSIZ); 122 strncpy(ifr4.ifr_name, name, IFNAMSIZ); 283 strncpy(ifr4.ifr_name, name, IFNAMSIZ); 296 strncpy(ifr4.ifr_name, name, IFNAMSIZ);
|
| /frameworks/base/media/libdrm/mobile1/src/parser/ |
| parser_rel.c | 69 strncpy((char *)pTmp, (char *)pValue, valueLen); 338 strncpy((char *)pTmp, (char *)pValue, valueLen); 438 strncpy((char *)pTmp, (char *)pValue, valueLen); 535 strncpy((char *)pRights->Version, (char *)pValue, valueLen); 570 strncpy((char *)pRights->uid, (char *)pValue, valueLen); 608 strncpy((char *)pRights->Version, (char *)pValue, valueLen); 636 strncpy((char *)pRights->uid, (char *)pValue, valueLen);
|
| /external/libpcap/ |
| pcap-linux.c | 936 strncpy(handle->errbuf, "setfilter: No filter specified", [all...] |