Searched refs:escape_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c68 static int escape_str(char *, char *);
1629 * escape_str function escapes special characters in str and
1635 static int escape_str(char *escstr, char *str) function
2356 if (escape_str(esc_str, ptr->s_name) != 0) {
3307 if (escape_str(esc_str, ptr->id) != 0) {
3647 if (escape_str(esc_str, ptr->template) != 0) {

Completed in 49 milliseconds