HomeSort by: relevance | last modified time | path
    Searched refs:stpncpy (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stpncpy.h 31 /* When not using the GNU libc we use the stpncpy implementation we
33 #define stpncpy gnu_stpncpy macro
37 extern char *stpncpy (char *dst, const char *src, size_t n);
stpncpy.c 25 #include "stpncpy.h"
28 # define __stpncpy stpncpy
91 weak_alias (__stpncpy, stpncpy)
  /src/lib/libc/string/
stpncpy.c 1 /* $NetBSD: stpncpy.c,v 1.2 2013/11/06 21:05:27 tron Exp $ */
31 __RCSID("$NetBSD: stpncpy.c,v 1.2 2013/11/06 21:05:27 tron Exp $");
33 /* FreeBSD: src/lib/libc/string/stpncpy.c,v 1.1 2009/02/28 06:00:58 das Exp */
38 #undef stpncpy macro
42 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) function
  /src/lib/libc/ssp/
stpncpy_chk.c 39 #undef stpncpy macro
55 return stpncpy(dst, src, len);
  /src/external/gpl3/binutils/dist/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
  /src/external/gpl3/binutils.old/dist/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
  /src/external/gpl3/gcc/dist/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
  /src/external/gpl3/gcc.old/dist/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
  /src/external/gpl3/gdb.old/dist/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
  /src/external/gpl3/gdb/dist/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
  /src/tests/lib/libc/ssp/
h_stpncpy.c 45 char *q = stpncpy(b, "1020202020202", len);
t_ssp.sh 209 atf_test_case stpncpy
212 atf_set "descr" "Checks stpncpy(3)"
312 atf_add_test_case stpncpy
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
string.d 38 char* stpncpy(return scope char* dst, const char* src, size_t len) pure;
  /src/include/ssp/
string.h 87 __ssp_bos_icheck3_restrict(stpncpy, char *, const char *)
100 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
string.in.h 397 # undef stpncpy
398 # define stpncpy rpl_stpncpy
400 _GL_FUNCDECL_RPL (stpncpy, char *,
404 _GL_CXXALIAS_RPL (stpncpy, char *,
409 _GL_FUNCDECL_SYS (stpncpy, char *,
414 _GL_CXXALIAS_SYS (stpncpy, char *,
418 _GL_CXXALIASWARN (stpncpy);
420 # undef stpncpy
422 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
string.in.h 397 # undef stpncpy
398 # define stpncpy rpl_stpncpy
400 _GL_FUNCDECL_RPL (stpncpy, char *,
404 _GL_CXXALIAS_RPL (stpncpy, char *,
409 _GL_FUNCDECL_SYS (stpncpy, char *,
414 _GL_CXXALIAS_SYS (stpncpy, char *,
418 _GL_CXXALIASWARN (stpncpy);
420 # undef stpncpy
422 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/include/
string.h 74 char *stpncpy(char * __restrict, const char * __restrict, size_t);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
string.h 908 # undef stpncpy
909 # define stpncpy rpl_stpncpy
911 _GL_FUNCDECL_RPL (stpncpy, char *,
915 _GL_CXXALIAS_RPL (stpncpy, char *,
920 _GL_FUNCDECL_SYS (stpncpy, char *,
925 _GL_CXXALIAS_SYS (stpncpy, char *,
929 _GL_CXXALIASWARN (stpncpy);
931 # undef stpncpy macro
933 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable -
    [all...]

Completed in 51 milliseconds

1 2 3 4