/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnss_nisplus-2.7.so | |
libnss_nisplus.so | |
libnss_nisplus.so.2 | |
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstring | 59 using ::strncpy;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstring | 59 using ::strncpy;
|
/system/extras/tests/bionic/libstdc++/ |
test_cstring.cpp | 57 using std::strncpy;
|
/external/checkpolicy/ |
policy_scan.l | 59 \n.* { strncpy(linebuf[lno], yytext+1, 255); 307 strncpy(source_file, name, sizeof(source_file)-1);
|
/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/chromium_org/media/cast/audio_receiver/ |
audio_decoder.cc | 30 strncpy(receive_codec.plname, "L16", 4); 38 strncpy(receive_codec.plname, "opus", 5);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ifaddrs-android.cc | 59 strncpy(ifaddr->ifa_name, name, strlen(name) + 1); 70 strncpy(ifr.ifr_name, ifaddr->ifa_name, IFNAMSIZ - 1);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_symbol.c | 148 strncpy(buf, pSymbol->Name, size); 167 strncpy(buf, syms[0], size);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/external/libsepol/src/ |
genbools.c | 24 strncpy(dest, ptr, size); 39 strncpy(name1, tok, BUFSIZ - 1);
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 56 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the 60 StringRef Name = "strncpy");
|
/external/llvm/unittests/IR/ |
MetadataTest.cpp | 53 strncpy(str, "testing 1 2 3", 13); 55 strncpy(str, "aaaaaaaaaaaaa", 13);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_symbol.c | 148 strncpy(buf, pSymbol->Name, size); 167 strncpy(buf, syms[0], size);
|
/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);
|