Searched refs:stpncpy (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstpncpy.h31 /* 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);
H A Dstpncpy.c25 #include "stpncpy.h"
28 # define __stpncpy stpncpy
91 weak_alias (__stpncpy, stpncpy)
/netbsd-current/lib/libc/string/
H A Dstpncpy.c1 /* $NetBSD: stpncpy.c,v 1.1 2009/05/01 17:27:01 perry Exp $ */
31 __RCSID("$NetBSD: stpncpy.c,v 1.1 2009/05/01 17:27:01 perry 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
/netbsd-current/lib/libc/ssp/
H A Dstpncpy_chk.c39 #undef stpncpy macro
55 return stpncpy(dst, src, len);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstpncpy.c1 /* 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
/netbsd-current/tests/lib/libc/ssp/
H A Dh_stpncpy.c45 char *q = stpncpy(b, "1020202020202", len);
H A Dt_ssp.sh209 atf_test_case stpncpy
212 atf_set "descr" "Checks stpncpy(3)"
312 atf_add_test_case stpncpy
/netbsd-current/include/ssp/
H A Dstring.h87 __ssp_bos_icheck3_restrict(stpncpy, char *, const char *)
100 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstring.in.h302 # undef stpncpy
303 # define stpncpy rpl_stpncpy
305 _GL_FUNCDECL_RPL (stpncpy, char *,
309 _GL_CXXALIAS_RPL (stpncpy, char *,
314 _GL_FUNCDECL_SYS (stpncpy, char *,
319 _GL_CXXALIAS_SYS (stpncpy, char *,
323 _GL_CXXALIASWARN (stpncpy);
325 # undef stpncpy
327 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/include/
H A Dstring.h86 char *stpncpy(char * __restrict, const char * __restrict, size_t);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstring.in.h397 # 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 i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/i386/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68000/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68k/gnulib/import/
H A Dstring.h782 # undef stpncpy
783 # define stpncpy rpl_stpncpy
785 _GL_FUNCDECL_RPL (stpncpy, char *,
789 _GL_CXXALIAS_RPL (stpncpy, char *,
794 _GL_FUNCDECL_SYS (stpncpy, char *,
799 _GL_CXXALIAS_SYS (stpncpy, char *,
803 _GL_CXXALIASWARN (stpncpy);
805 # undef stpncpy macro
807 _GL_WARN_ON_USE (stpncpy, "stpncpy i
[all...]

Completed in 270 milliseconds

1234