Searched refs:strcat_escaped (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 62 static void strcat_escaped( char *s1, char *s2 ); 212 strcat_escaped( buf, ", " ); in do_entry2text() 214 strcat_escaped( buf, vals[ i ] ); in do_entry2text() 232 strcat_escaped( buf, dn ); in do_entry2text() 682 strcat_escaped( buf, outval ); in do_vals2text() 846 strcat_escaped( buf, dn ); in output_dn() 881 strcat_escaped( char *s1, char *s2 ) in strcat_escaped() function 1080 strcat_escaped( buf, base ); in searchaction() 1083 strcat_escaped( buf, filter ); in searchaction()
|