Searched refs:openpam_strlcpy (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_strlcpy.h1 /* $NetBSD: openpam_strlcpy.h,v 1.4 2023/06/30 21:46:21 christos Exp $ */
36 size_t openpam_strlcpy(char *, const char *, size_t);
38 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__)
H A Dopenpam_strlcpy.c1 /* $NetBSD: openpam_strlcpy.c,v 1.4 2023/06/30 21:46:21 christos Exp $ */
37 __RCSID("$NetBSD: openpam_strlcpy.c,v 1.4 2023/06/30 21:46:21 christos Exp $");
43 #include "openpam_strlcpy.h"
47 openpam_strlcpy(char *dst, const char *src, size_t size) function
H A DMakefile.am18 openpam_strlcpy.h \
48 openpam_strlcpy.c \
H A DMakefile.in148 openpam_straddch.lo openpam_strlcat.lo openpam_strlcpy.lo \
205 ./$(DEPDIR)/openpam_strlcpy.Plo \
419 openpam_strlcpy.h \
449 openpam_strlcpy.c \
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_strlcpy.Plo@am__quote@ # am--include-marker
821 -rm -f ./$(DEPDIR)/openpam_strlcpy.Plo
921 -rm -f ./$(DEPDIR)/openpam_strlcpy.Plo

Completed in 82 milliseconds