HomeSort by relevance Sort by last modified time
    Searched defs:stpncpy (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 130 size_t __n), stpncpy);
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 130 size_t __n), stpncpy);
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 130 size_t __n), stpncpy);
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
  /external/bison/lib/
string.in.h 267 # undef stpncpy macro
268 # define stpncpy rpl_stpncpy macro
270 _GL_FUNCDECL_RPL (stpncpy, char *,
274 _GL_CXXALIAS_RPL (stpncpy, char *,
279 _GL_FUNCDECL_SYS (stpncpy, char *,
284 _GL_CXXALIAS_SYS (stpncpy, char *,
288 _GL_CXXALIASWARN (stpncpy); variable
290 # undef stpncpy macro
292 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 150 # define stpncpy gnu_stpncpy macro
151 extern char *stpncpy (char *restrict __dst, char const *restrict __src,
155 # undef stpncpy macro
156 # define stpncpy(a,b,n) \ macro
157 (GL_LINK_WARNING ("stpncpy is unportable - " \
158 "use gnulib module stpncpy for portability"), \
159 stpncpy (a, b, n))
  /external/bison/darwin-lib/
string.h 579 # undef stpncpy
580 # define stpncpy rpl_stpncpy
582 _GL_FUNCDECL_RPL (stpncpy, char *,
586 _GL_CXXALIAS_RPL (stpncpy, char *,
591 _GL_FUNCDECL_SYS (stpncpy, char *,
596 _GL_CXXALIAS_SYS (stpncpy, char *,
600 _GL_CXXALIASWARN (stpncpy);
602 # undef stpncpy macro
604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /external/bison/linux-lib/
string.h 579 # undef stpncpy
580 # define stpncpy rpl_stpncpy
582 _GL_FUNCDECL_RPL (stpncpy, char *,
586 _GL_CXXALIAS_RPL (stpncpy, char *,
591 _GL_FUNCDECL_SYS (stpncpy, char *,
596 _GL_CXXALIAS_SYS (stpncpy, char *,
600 _GL_CXXALIASWARN (stpncpy);
602 # undef stpncpy macro
604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 506 /// char *stpncpy(char *s1, const char *s2, size_t n);
507 stpncpy, enumerator in enum:llvm::LibFunc::Func

Completed in 126 milliseconds