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

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/bluez/plugins/
gatt-example.c 182 strncpy((char *) atval, desc_out_temp, len);
209 strncpy((char *) atval, desc_out_hum, len);
256 strncpy((char *) atval, manufacturer_name1, len);
269 strncpy((char *) atval, serial1, len);
313 strncpy((char *) atval, manufacturer_name2, len);
326 strncpy((char *) atval, serial2, len);
452 strncpy((char *) atval, desc_weight, len);
  /external/netperf/
netsh.c 356 strncpy(temp,family_string,10);
396 strncpy(test_port,"12865",PORTBUFSIZE); /* where is the test waiting */
397 strncpy(local_test_port,"0",PORTBUFSIZE);/* INPORT_ANY as it were */
715 strncpy(test_port,arg1,PORTBUFSIZE);
717 strncpy(local_test_port,arg2,PORTBUFSIZE);
725 strncpy(host_name,arg1,sizeof(host_name));
735 strncpy(local_host_name,arg1,sizeof(local_host_name));
  /external/ppp/pppd/plugins/radius/
avpair.c 79 strncpy (vp->strvalue, (char *) pval, AUTH_STRING_LEN);
124 strncpy (vp->name, pda->name, sizeof (vp->name));
706 strncpy(name, pair->name, (size_t) ln);
736 strncpy(value, dval->name, (size_t) lv-1);
741 strncpy(value, buffer, (size_t) lv);
747 strncpy (value, inet_ntoa (inad), (size_t) lv-1);
753 strncpy(value, buffer, lv-1);
  /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);
295 strncpy(( char * ) sharedPtr,
308 strncpy( ( char * ) sharedPtr,
473 strncpy( ( char * ) exifTags->cGpsDateStamp
    [all...]
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 360 strncpy(data->ext.id, "bluetooth", sizeof(data->ext.id) - 1);
361 strncpy(data->ext.driver, "Bluetooth-Audio", sizeof(data->ext.driver) - 1);
362 strncpy(data->ext.name, "Bluetooth Audio", sizeof(data->ext.name) - 1);
363 strncpy(data->ext.longname, "Bluetooth Audio", sizeof(data->ext.longname) - 1);
364 strncpy(data->ext.mixername, "Bluetooth Audio", sizeof(data->ext.mixername) - 1);
  /external/e2fsprogs/ext2ed/
dir_com.c 228 strncpy (full_dir_name,dir_entry_ptr->name,dir_entry_ptr->name_len);
246 strncpy (dir_name,full_dir_name,ptr-full_dir_name);
461 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len); /* The name is not terminated */
610 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
640 strncpy (dir_entry_ptr->name,value,strlen (value));
647 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len);
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 118 extern "C" char *strncpy(char *det, const char *src, unsigned n);
133 strncpy(buff, BAR, sizeof(BAR)); // \
134 // expected-warning {{argument to 'sizeof' in 'strncpy' call is the same expression as the source}}
  /external/iptables/extensions/
libxt_set.h 63 strncpy(setname, req.set.name, IPSET_MAXNAMELEN);
75 strncpy(req.set.name, setname, IPSET_MAXNAMELEN);
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 53 strncpy(str, "testing 1 2 3", 13);
55 strncpy(str, "aaaaaaaaaaaaa", 13);
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 50 strncpy( m_filename, filename, sizeof(m_filename) - 1 );
75 strncpy( m_filename, filename, sizeof(m_filename) - 1 );
  /external/srtp/test/
rtp.c 31 strncpy(sender->message.body, msg, len);
96 strncpy(msg, receiver->message.body, octets_recvd);
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 162 strncpy(timeZone.get(), inTm.tm_zone, inZoneSize);
208 strncpy(timeZone.get(), rhs.timeZone.get(), inZoneSize);
  /external/yaffs2/yaffs2/
yportenv.h 46 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
108 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx],
188 strncpy(rcmservertable[nProcId], cServerName,
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 94 strncpy(w32_path, filename, sizeof (w32_path));
110 strncpy(buf, q, len);
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/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
  /system/core/libcutils/
sched_policy.c 171 strncpy(buf, grp, len);
247 strncpy(thread_name, p, (q-p));
  /system/core/nexus/
Property.cpp 74 strncpy(mBuffer, value, mMax);
84 strncpy(buffer, mBuffer, max);
  /development/tools/emulator/system/camera/
EmulatedQemuCamera.cpp 84 strncpy(first_dim, frame_dims, sizeof(first_dim));
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.c 128 return strncpy(dest, src, num);
  /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/stlport/test/unit/
cstring_test.cpp 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 155 strncpy(ifr.ifr_name, name, IFNAMSIZ);
276 strncpy(ifr->ifr_name, name, IFNAMSIZ);
356 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
381 strncpy(ifr->ifr_name, ifname, IFNAMSIZ);

Completed in 1079 milliseconds

1 2 34 5 6 7 8 91011>>