Searched refs:esc_str (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 2325 char esc_str[RDNSIZE]; in __s_cvt_services() local 2356 if (escape_str(esc_str, ptr->s_name) != 0) { in __s_cvt_services() 2364 esc_str, ptr->s_proto); in __s_cvt_services() 3274 char esc_str[RDNSIZE]; in __s_cvt_execattr() local 3307 if (escape_str(esc_str, ptr->id) != 0) { in __s_cvt_execattr() 3316 ptr->name, ptr->policy, ptr->type, esc_str); in __s_cvt_execattr() 3618 char esc_str[RDNSIZE]; in __s_cvt_tnrhtp() local 3647 if (escape_str(esc_str, ptr->template) != 0) { in __s_cvt_tnrhtp() 3654 (void) snprintf(trdn, RDNSIZE, "ipTnetTemplateName=%s", esc_str); in __s_cvt_tnrhtp()
|