HomeSort by relevance Sort by last modified time
    Searched refs:stpcpy (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/bison/data/
glr.c 593 # define yystpcpy stpcpy
    [all...]
yacc.c     [all...]
  /external/e2fsprogs/intl/
plural.c 587 # define yystpcpy stpcpy
    [all...]
  /external/toybox/lib/
xwrap.c 496 try = stpcpy(ret+try, todo->str) - ret;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 569 extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 571 extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 452 extern char *stpcpy (char *, const char *);
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 612 # define yystpcpy stpcpy
    [all...]
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
    [all...]
  /external/elfutils/src/
ldgeneric.c 241 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
367 memcpy (mempcpy (stpcpy (mempcpy (rfname, path->pname,
390 memcpy (stpcpy (mempcpy (rfname, path->pname, dirlen), "/"),
    [all...]
  /external/ltrace/etc/
libc.so.conf 304 addr stpcpy(addr,string);
  /bionic/tests/
fortify_test.cpp 178 ASSERT_FORTIFY(stpcpy(myfoo.empty, src));
  /external/elfutils/libcpu/
i386_disasm.c 806 char *cp = stpcpy (mnebuf, cmpops[*param_start]);
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 265 TLI.setUnavailable(LibFunc::stpcpy);
  /external/toybox/kconfig/
zconf.tab.c_shipped     [all...]
  /external/libpcap/
grammar.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 598 # define stpcpy(dest, src) __stpcpy (dest, src) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 676 # define stpcpy(dest, src) __stpcpy ((dest), (src)) macro
    [all...]
string2.h 598 # define stpcpy(dest, src) __stpcpy (dest, src) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 598 # define stpcpy(dest, src) __stpcpy (dest, src) macro
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 158 case LibFunc::stpcpy:
477 if (!checkStringCopyLibFuncSignature(Callee, LibFunc::stpcpy))
481 if (Dst == Src) { // stpcpy(x,x) -> x+strlen(x)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]
  /external/bison/src/
parse-gram.c     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 6652 milliseconds

1 2 3 45 6