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

1 2 3 4 56 7 8 91011>>

  /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);
  /hardware/broadcom/wlan/bcmdhd/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);
  /ndk/sources/cxx-stl/gabi++/include/
cstring 59 using ::strncpy;
  /ndk/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 63 CPPUNIT_CHECK( std::strncpy((char*)buf, foo, 3) == (char*)buf ); // buf <- foo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_nis-2.7.so 
libnss_nis.so 
libnss_nis.so.2 
libnss_nisplus-2.7.so 
libnss_nisplus.so 
libnss_nisplus.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_nis-2.7.so 
libnss_nis.so 
libnss_nis.so.2 
libnss_nisplus-2.7.so 
libnss_nisplus.so 
libnss_nisplus.so.2 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/android-ndk-r7/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);
295 strncpy(source_file, name, sizeof(source_file)-1);

Completed in 815 milliseconds

1 2 3 4 56 7 8 91011>>