HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 151 - 175 of 1246) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 194 strncpy(button->normal_color, "blue", 9);
250 strncpy(button->normal_color, "blue", 9);
  /external/clang/test/Analysis/
taint-generic.c 24 char *strncpy( char * destination, const char * source, size_t num );
100 strncpy(sncpy, s, 20);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /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/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 47 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
50 const TargetData *TD, StringRef Name = "strncpy");
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 53 strncpy(str, "testing 1 2 3", 13);
55 strncpy(str, "aaaaaaaaaaaaa", 13);
  /external/netperf/
netserver.c 827 strncpy(local_host_name,"0.0.0.0",sizeof(local_host_name));
829 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
845 strncpy(local_host_name,arg1,sizeof(local_host_name));
855 strncpy(local_host_name,"::0",sizeof(local_host_name));
875 strncpy(listen_port,optarg,sizeof(listen_port));
884 strncpy(local_host_name,"::0",sizeof(local_host_name));
987 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
996 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
  /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/speex/libspeex/
speex_header.c 91 strncpy(header->speex_string, "Speex ", 8);
92 strncpy(header->speex_version, SPEEX_VERSION, SPEEX_HEADER_VERSION_LENGTH-1);
  /external/srtp/test/
rtp.c 31 strncpy(sender->message.body, msg, len);
96 strncpy(msg, receiver->message.body, octets_recvd);
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 14 #include <string.h> // strncpy
82 strncpy(_name, threadName, kThreadMaxNameLength);
  /frameworks/native/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)
  /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.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/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
  /system/vold/
Process.cpp 113 strncpy(openFilename, link, max-1);
143 strncpy(openFilename, path, max-1);
  /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);
tc_class.c 70 strncpy(d, *argv, sizeof(d)-1);
102 strncpy(k, *argv, sizeof(k)-1);
249 strncpy(d, *argv, sizeof(d)-1);
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 350 strncpy((char *)nodeStr, (char *)node, XML_MAX_PROPERTY_LEN);
723 strncpy((char *)Tree->tag, (char *)++buffer, tagLen);
737 strncpy((char *)attr->name, (char *)pName, nameLen);
738 strncpy((char *)attr->value, (char *)pValue, valueLen);
751 strncpy((char *)Tree->value, (char *)pValue, valueLen);
  /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);
  /external/bluetooth/bluez/compat/
pand.c 292 strncpy(devname, netdev, 16);
307 strncpy(down_cmd.dev, devname, strlen(devname) + 1);
308 strncpy(down_cmd.dst, str, strlen(str) + 1);
379 strncpy(down_cmd.dev, netdev, strlen(netdev) + 1);
380 strncpy(down_cmd.dst, dst, strlen(dst) + 1);
702 strncpy(netdev, optarg, 16);
815 strncpy(cache.dst, dst, sizeof(cache.dst) - 1);
  /external/iproute2/ip/
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);
  /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);

Completed in 747 milliseconds

1 2 3 4 5 67 8 91011>>