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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 226 strncpy(button->normal_color, "blue", 9);
285 strncpy(button->normal_color, "blue", 9);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-serialize.cc 249 strncpy (buf, pp, len);
270 strncpy (buf, pp, len);
  /external/clang/test/Analysis/
taint-generic.c 24 char *strncpy( char * destination, const char * source, size_t num );
100 strncpy(sncpy, s, 20);
  /external/dropbear/
loginrec.c 435 * NOTE: use strncpy because we do NOT necessarily want zero
460 strncpy(dst, src, (size_t)dstsize);
538 /* Use strncpy because we don't necessarily want null termination */
539 strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username));
541 strncpy(ut->ut_host, li->hostname, MIN_SIZEOF(ut->ut_host, li->hostname));
609 /* strncpy(): Don't necessarily want null termination */
610 strncpy(utx->ut_name, li->username, MIN_SIZEOF(utx->ut_name, li->username));
621 strncpy(utx->ut_host, li->hostname, MIN_SIZEOF(utx->ut_host, li->hostname));
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 249 strncpy (buf, pp, len);
270 strncpy (buf, pp, len);
  /external/hyphenation/
substrings.c 223 strncpy(subpat,pat+i,j); subpat[j]=0;
228 strncpy(newpat, pat+0,l); newpat[l]=0;
  /external/iproute2/ip/
iptuntap.c 173 strncpy(ifr->ifr_name, *argv, IFNAMSIZ-1);
181 strncpy(ifr->ifr_name, *argv, IFNAMSIZ);
  /external/libppp/src/
iplist.c 50 strncpy(ipstr, start, end-start);
152 strncpy(list->src, src, sizeof list->src - 1);
  /external/srec/portable/include/
ptypes.h 265 * LCHAR version of strncpy()
267 #define LSTRNCPY strncpy
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 48 #include <string.h> // strncpy
114 strncpy(_name, threadName, kThreadMaxNameLength);
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 94 strncpy(w32_path, filename, sizeof (w32_path));
110 strncpy(buf, q, len);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 170 strncpy(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1);
228 strncpy(spelling_buf_ + pos * spelling_size_, raw_spellings_[pos].str,
  /system/core/include/utils/
Unicode.h 63 * dst" is not null-terminated when dst_len is fully used (like strncpy).
91 * (note that "dst" is NOT null-terminated, like strncpy)
  /system/core/libcutils/
sched_policy.c 203 strncpy(buf, grp, len);
292 strncpy(thread_name, p, (q-p));
  /system/vold/
Loop.cpp 123 strncpy(buffer, filename, len -1);
175 strncpy(loopDeviceBuffer, filename, len -1);
  /bionic/libc/netbsd/resolv/
res_init.c 238 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
296 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
312 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
562 strncpy(ext->nsuffix, cp, (size_t)i);
570 strncpy(ext->nsuffix2, cp, (size_t)i);
802 strncpy(statp->iface, iface, len - 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/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 174 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
179 if (!TLI->has(LibFunc::strncpy))
188 Value *StrNCpy = M->getOrInsertFunction(Name,
193 CallInst *CI = B.CreateCall3(StrNCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
194 Len, "strncpy");
195 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts()))
  /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/rp-pppoe/
if.c 324 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
343 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
388 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
456 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
478 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
494 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
723 strncpy(base_dev, ifname, PATH_MAX);
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 68 20090 STRNCPY
449 /*---------------------- strncpy ----------------------*/
451 #define STRNCPY(soname, fnname) \
465 RECORD_OVERLAP_ERROR("strncpy", dst, src, n); \
472 STRNCPY(VG_Z_LIBC_SONAME, strncpy)
473 STRNCPY(VG_Z_LIBC_SONAME, __GI_strncpy)
476 //STRNCPY(VG_Z_LIBC_SONAME, strncpy)
477 //STRNCPY(VG_Z_DYLD, strncpy
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 290 strncpy(ifr.ifr_name, devname, IFNAMSIZ - 1);
301 strncpy(ifr.ifr_name, devname, IFNAMSIZ - 1);
317 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
343 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
371 strncpy(ifr.ifr_name, TAP_IF_NAME, IFNAMSIZ);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
527 (void) strncpy(buf,
542 (void) strncpy(buf,
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
  /external/icu4c/tools/tzcode/
zdump.c 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
527 (void) strncpy(buf,
542 (void) strncpy(buf,
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
  /external/iptables/iptables/
iptables-xml.c 244 strncpy(curChain, chain, IPT_CHAIN_MAXNAMELEN);
339 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
599 strncpy(closeRuleTag, " </rule>\n", IPT_TABLE_MAXNAMELEN);
613 strncpy(closeActionTag, " </actions>\n",
817 strncpy(param_buffer, param_start,

Completed in 890 milliseconds

<<11121314151617181920>>