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

  /external/clang/test/Sema/
builtins-gnu-mode.c 7 int stpncpy; variable
  /external/elfutils/backends/
sparc_regs.c 68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno],
  /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/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...]
  /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/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 518 /// char *stpncpy(char *s1, const char *s2, size_t n);
519 stpncpy, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 378 extern char *stpncpy (char *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 378 extern char *stpncpy (char *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 378 extern char *stpncpy (char *__restrict __dest,
  /external/valgrind/main/memcheck/tests/
str_tester.c 272 it = "stpncpy";
274 check (stpncpy (one, "abc", 2) == one + 2, 1);
275 check (stpncpy (one, "abc", 3) == one + 3, 2);
276 check (stpncpy (one, "abc", 4) == one + 3, 3);
278 check (stpncpy (one, "abcd", 5) == one + 4, 5);
280 check (stpncpy (one, "abcd", 6) == one + 4, 7);
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 273 "stpncpy",
519 TLI.setUnavailable(LibFunc::stpncpy);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 857 case LibFunc::stpncpy:
    [all...]
  /external/bison/
configure     [all...]

Completed in 767 milliseconds