HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 101 - 125 of 1445) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/bionic/
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
FormValue.cpp 47 strncpy(*((char**)value), formValueText, sizeof(formValueText));
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ShaderLang.cpp 75 strncpy(name, varInfo.name.c_str(), activeUniformAndAttribLength);
82 strncpy(mappedName, varInfo.mappedName.c_str(), maxMappedNameLength);
331 strncpy(name, it->first.c_str(), len);
342 strncpy(hashedName, it->second.c_str(), len);
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 29 char *strncpy(char *, const char *, size_t);
  /external/kernel-headers/original/linux/
string.h 27 extern char * strncpy(char *,const char *, __kernel_size_t);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 210 strncpy( keySpec->name, $2, sizeof( keySpec->name ) );
211 strncpy( keySpec->secret, $5, sizeof( keySpec->secret ) );
231 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
253 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
  /external/qemu/android/protocol/
core-commands-qemu.c 98 strncpy(path, filepath, path_buf_size);
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 117 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
123 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
137 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 );
141 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 );
  /external/yaffs2/yaffs2/direct/
ydirectenv.h 36 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
  /frameworks/av/services/audioflinger/
test-resample.cpp 34 strncpy(RIFF, "RIFF", 4);
36 strncpy(WAVE, "WAVE", 4);
37 strncpy(fmt, "fmt ", 4);
45 strncpy(data, "data", 4);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 199 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
208 strncpy(dev_full_name, cand_name, len);
219 strncpy(dev_full_name, cand_name, len);
230 strncpy(dev_full_name, cand_name, len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
31  ?W?".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent# O
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /system/core/toolbox/
chown.c 26 strncpy(user, argv[1], sizeof(user));
  /external/skia/tools/
win_dbghelp.cpp 49 strncpy(dest, srcOrEmptyString, len);
222 strncpy(app_name, vargs0 + pos_last_slash + 1, pos_period - pos_last_slash - 1);
227 strncpy(binaries_path, vargs0, pos_last_slash);
  /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...]

Completed in 1556 milliseconds

1 2 3 45 6 7 8 91011>>