Searched refs:__print2buf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 3071 if (__print2buf(buffer, abuf, NULL)) in __s_api_strValue() 3086 if (__print2buf(buffer, __s_get_auth_name(cfg, in __s_api_strValue() 3098 if (__print2buf(buffer, __s_get_credlvl_name(cfg, in __s_api_strValue() 3108 if (__print2buf(buffer, ptr->ns_ppc[i], NULL)) in __s_api_strValue() 3117 if (__print2buf(buffer, DOORLINESEP, NULL) || in __s_api_strValue() 3118 __print2buf(buffer, def->name, EQUALSEP)) in __s_api_strValue() 3122 if (__print2buf(buffer, "\n", NULL) || in __s_api_strValue() 3123 __print2buf(buffer, def->name, EQUSPSEP)) in __s_api_strValue() 3127 if (__print2buf(buffer, "\n", NULL) || in __s_api_strValue() 3128 __print2buf(buffer, def->profile_name, in __s_api_strValue() [all …]
|
H A D | ns_confmgr.c | 411 __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 D | ns_internal.h | 939 int __print2buf(LineBuf *line, const char *toprint, char *sep);
|