| /external/clang/lib/Driver/ |
| WindowsToolChain.cpp | 134 strncpy(partialKey, subKey, partialKeyLength); 154 strncpy(numBuf, sp, sizeof(numBuf) - 1);
|
| /external/clang/test/Analysis/ |
| taint-generic.c | 24 char *strncpy( char * destination, const char * source, size_t num ); 100 strncpy(sncpy, s, 20);
|
| /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);
|
| iplink.c | 530 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 557 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 558 strncpy(ifr.ifr_newname, newdev, IFNAMSIZ); 582 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 604 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 630 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 664 strncpy(ifr->ifr_name, dev, IFNAMSIZ);
|
| /external/jhead/ |
| jhead.c | 250 strncpy(Line, AddComment, sizeof(Line)); 466 strncpy(OutFileName, NamePattern, Subst-NamePattern); 471 strncpy(OutFileName, NamePattern, PATH_MAX); 512 strncpy(FilePattern+PathLen, finddata.name, PATH_MAX-PathLen); // full name with path 577 strncpy(NewBaseName, FileName, PATH_MAX); // Get path component of name. 596 strncpy(pattern, strftime_args, PATH_MAX-1); 812 strncpy(ImageInfo.FileName, FileName, PATH_MAX); 986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE) [all...] |
| /external/libpcap/ |
| pcap-nit.c | 202 strncpy(sa.sa_data, device, sizeof(sa.sa_data)); 277 (void)strncpy(snit.snit_ifname, device, NITIFSIZ);
|
| /external/libppp/src/ |
| iplist.c | 50 strncpy(ipstr, start, end-start); 152 strncpy(list->src, src, sizeof list->src - 1);
|
| /external/libselinux/src/ |
| booleans.c | 244 strncpy(dest, ptr, size); 258 strncpy(name1, tok, BUFSIZ - 1);
|
| /external/libsepol/src/ |
| genbools.c | 24 strncpy(dest, ptr, size); 39 strncpy(name1, tok, BUFSIZ - 1);
|
| /external/linux-tools-perf/util/ |
| config.c | 452 strncpy(c->dir, v, MAXPATHLEN-1); 479 strncpy(buildid_dir, DEBUG_CACHE_DIR, MAXPATHLEN-1);
|
| /external/oprofile/daemon/liblegacy/ |
| opd_kernel.c | 203 strncpy(modname, cp, (size_t)((cp2-cp))); 226 strncpy(filename, cp2, (size_t)(cp3 - cp2));
|
| /external/ppp/pppd/plugins/rp-pppoe/ |
| plugin.c | 301 strncpy(ifr.ifr_name, cmd, sizeof(ifr.ifr_name)); 319 strncpy(devnam, cmd, sizeof(devnam));
|
| 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/coregrind/m_demangle/ |
| dyn-string.c | 270 strncpy (dest->s + pos, src->s, src->length); 293 strncpy (dest->s + pos, src, length);
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| server.h | 141 #define strncpy(s1,s2,nmax) VG_(strncpy) ((Char *)(s1),(Char *)(s2),nmax) macro
|
| /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/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);
|
| Process.cpp | 113 strncpy(openFilename, link, max-1); 143 strncpy(openFilename, path, max-1);
|
| /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/iproute2/tc/ |
| m_action.c | 146 strncpy(a->id, "noact", 15); 207 strncpy(k, *argv, sizeof (k) - 1); 417 strncpy(k, *argv, sizeof (k) - 1); 545 strncpy(k, *argv, sizeof (k) - 1); 560 strncpy(k, *argv, sizeof (k) - 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,
|
| /external/openssh/ |
| loginrec.c | 590 * NOTE: use strncpy because we do NOT necessarily want zero 616 strncpy(dst, src, (size_t)dstsize); 693 /* Use strncpy because we don't necessarily want null termination */ 694 strncpy(ut->ut_name, li->username, 697 strncpy(ut->ut_host, li->hostname, 766 /* strncpy(): Don't necessarily want null termination */ 767 strncpy(utx->ut_user, li->username, 779 strncpy(utx->ut_host, li->hostname, [all...] |