Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y2533 STRCPY_CHECKUTFLEN(ldapauthorisation->filter,
2547 STRCPY_CHECKUTFLEN(ldapauthorisation->filter_AD,
2590 STRCPY_CHECKUTFLEN(ldapauthorisation->attribute,
2604 STRCPY_CHECKUTFLEN(ldapauthorisation->attribute_AD,
H A Dconfig_parse.c5054 STRCPY_CHECKUTFLEN(ldapauthorisation->filter, in yyparse()
5071 STRCPY_CHECKUTFLEN(ldapauthorisation->filter_AD, in yyparse()
5123 STRCPY_CHECKUTFLEN(ldapauthorisation->attribute, in yyparse()
5140 STRCPY_CHECKUTFLEN(ldapauthorisation->attribute_AD, in yyparse()
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h644 #define STRCPY_CHECKUTFLEN(__dst, __src, _maxlen, _function) \ macro