Home
last modified time | relevance | path

Searched refs:SNPRINTF_CONST (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDopenbsd-compat.h209 int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
HDbsd-snprintf.c870 snprintf(char *str, size_t count, SNPRINTF_CONST char *fmt, ...) in snprintf()
/freebsd-11-stable/crypto/openssh/
HDconfig.h1611 #define SNPRINTF_CONST const macro
HDconfigure.ac2168 AC_DEFINE([SNPRINTF_CONST], [const],
2171 AC_DEFINE([SNPRINTF_CONST], [/* not const */])])