Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_config.c3074 if (__print2buf(buffer, abuf, NULL)) in __s_api_strValue()
3089 if (__print2buf(buffer, __s_get_auth_name(cfg, in __s_api_strValue()
3101 if (__print2buf(buffer, __s_get_credlvl_name(cfg, in __s_api_strValue()
3111 if (__print2buf(buffer, ptr->ns_ppc[i], NULL)) in __s_api_strValue()
3120 if (__print2buf(buffer, DOORLINESEP, NULL) || in __s_api_strValue()
3121 __print2buf(buffer, def->name, EQUALSEP)) in __s_api_strValue()
3125 if (__print2buf(buffer, "\n", NULL) || in __s_api_strValue()
3126 __print2buf(buffer, def->name, EQUSPSEP)) in __s_api_strValue()
3130 if (__print2buf(buffer, "\n", NULL) || in __s_api_strValue()
3131 __print2buf(buffer, def->profile_name, in __s_api_strValue()
[all …]
H A Dns_confmgr.c411 __print2buf(LineBuf *line, const char *toprint, char *sep) in __print2buf() function
516 if (__print2buf(configinfo, str, DOORLINESEP)) { in __ns_ldap_LoadDoorInfo()
923 if (__print2buf(&buffer, attrval[m], sepstr)) in __ns_ldap_make_config()
H A Dns_internal.h943 int __print2buf(LineBuf *line, const char *toprint, char *sep);