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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.so 
libmenu.so.5 
libmenu.so.5.6 
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 360 strncpy(data->ext.id, "bluetooth", sizeof(data->ext.id) - 1);
361 strncpy(data->ext.driver, "Bluetooth-Audio", sizeof(data->ext.driver) - 1);
362 strncpy(data->ext.name, "Bluetooth Audio", sizeof(data->ext.name) - 1);
363 strncpy(data->ext.longname, "Bluetooth Audio", sizeof(data->ext.longname) - 1);
364 strncpy(data->ext.mixername, "Bluetooth Audio", sizeof(data->ext.mixername) - 1);
  /external/qemu/telephony/
sim_card.c 45 strncpy( card->pin, "0000", sizeof(card->pin) );
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
91 strncpy( sim->pin, pin, A_SIM_PIN_SIZE );
98 strncpy( sim->puk, puk, A_SIM_PUK_SIZE );
131 strncpy( sim->puk, puk, A_SIM_PUK_SIZE );
132 strncpy( sim->pin, pin, A_SIM_PIN_SIZE );
  /external/srec/srec/EventLog/src/
riff.c 465 strncpy(chunk.tag, "swi ", 4);
469 strncpy(list_chunk.tag, "segs", 4);
495 strncpy(list_chunk.tag, "kvs ", 4);
567 strncpy(parent.tag, "WAVE", 4);
575 strncpy(chunk.tag, "fmt ", 4);
600 strncpy(chunk.tag, "data", 4);
696 strncpy(parent.tag, "WAVE", 4);
703 strncpy(chunk.tag, "fmt ", 4);
739 strncpy(chunk.tag, "data", 4);
888 strncpy(ck.ckString, "segs", 4)
    [all...]
  /external/iptables/extensions/
libxt_set.h 63 strncpy(setname, req.set.name, IPSET_MAXNAMELEN);
75 strncpy(req.set.name, setname, IPSET_MAXNAMELEN);
  /external/yaffs2/yaffs2/
yportenv.h 46 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
108 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 41 * @brief This function mimics the functionality of the libc's strncpy().
67 strncpy((char *)pStrOut, (const char *)pStrIn, (size_t)len2Copy);
419 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy characters before the % character */
428 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the flag characters */
436 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the width characters */
448 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the width characters */
475 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the other Prefix */
483 strncpy((char *)pTemp, (const char *)format, nbChar);
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 97 (void) strncpy(convbuf, r->name, sizeof convbuf);
108 strncpy(errbuf, s, errbuf_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 36 # undef strncpy macro
119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 36 # undef strncpy macro
119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 36 # undef strncpy macro
119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;

Completed in 599 milliseconds

1 23 4 5 6 7 8 91011>>