HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 76 - 100 of 1445) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /bionic/libc/arch-x86/
x86.mk 21 arch-x86/string/ssse3-strncpy-atom.S \
45 string/strncpy.c \
  /external/icu4c/common/
cstring.h 46 U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size))
57 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  /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/cxx-stl/llvm-libc++/libcxx/include/
cstring 31 char* strncpy(char* restrict s1, const char* restrict s2, size_t n);
73 using ::strncpy;
  /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/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 65 #undef strncpy
91 using ::strncpy;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstring 63 #undef strncpy
89 using ::strncpy;
  /system/core/include/cutils/
sockets.h 58 #else /* for the host, which may lack the almightly strncpy ... */
59 strncpy(key + sizeof(ANDROID_SOCKET_ENV_PREFIX) - 1,
  /bionic/libc/bionic/
if_indextoname.c 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);

Completed in 688 milliseconds

1 2 34 5 6 7 8 91011>>