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

  /toolchain/binutils/binutils-2.27/libiberty/
stpncpy.c 1 /* Implement the stpncpy function.
23 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, @
42 stpncpy (char *dst, const char *src, size_t len) function
  /bionic/libc/upstream-openbsd/lib/libc/string/
stpncpy.c 1 /* $OpenBSD: stpncpy.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */
38 stpncpy(char *dst, const char *src, size_t n) function
57 DEF_WEAK(stpncpy); variable
  /external/syslinux/com32/lib/
stpncpy.c 2 * stpncpy.c
4 * stpncpy()
9 char *stpncpy(char *dst, const char *src, size_t n) function
  /external/clang/test/Sema/
builtins-gnu-mode.c 7 int stpncpy; variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h 129 size_t __n), stpncpy);
132 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h 129 size_t __n), stpncpy);
132 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function

Completed in 96 milliseconds