Home
last modified time | relevance | path

Searched refs:openpam_strlcpy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_strlcpy.h34 size_t openpam_strlcpy(char *, const char *, size_t);
36 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__)
H A DMakefile.am18 openpam_strlcpy.h \
48 openpam_strlcpy.c \
H A Dopenpam_strlcpy.c42 openpam_strlcpy(char *dst, const char *src, size_t size) in openpam_strlcpy() function
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
/freebsd/lib/libpam/libpam/
H A DMakefile71 openpam_strlcpy.c \