Home
last modified time | relevance | path

Searched refs:BSD_CONST (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h122 #define BSD_CONST macro
124 #define BSD_CONST const macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1520 BSD_CONST char *ptr; in Trspi_Native_To_UNICODE()
1546 rc = iconv(cd, (BSD_CONST char **)&ptr, &inbytesleft, &outbuf, &outbytesleft); in Trspi_Native_To_UNICODE()
1579 BSD_CONST char *ptr; in Trspi_UNICODE_To_Native()
1609 rc = iconv(cd, (BSD_CONST char **)&ptr, &inbytesleft, &outbuf, &outbytesleft); in Trspi_UNICODE_To_Native()
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog94 - Included Solaris in BSD_CONST definition conditional