Lines Matching refs:sepstr
3030 char *sepstr; in __s_api_strValue() local
3081 sepstr = NULL; in __s_api_strValue()
3084 sepstr = COMMASEP; in __s_api_strValue()
3086 sepstr = SEMISEP; in __s_api_strValue()
3090 (AuthType_t)(ptr->ns_pi[i])), sepstr)) in __s_api_strValue()
3097 sepstr = NULL; in __s_api_strValue()
3099 sepstr = SPACESEP; in __s_api_strValue()
3102 (CredLevel_t)ptr->ns_pi[i]), sepstr)) in __s_api_strValue()
3141 sepstr = NULL; in __s_api_strValue()
3143 sepstr = COMMASEP; in __s_api_strValue()
3145 if (__print2buf(buffer, ptr->ns_ppc[i], sepstr)) in __s_api_strValue()
3152 sepstr = NULL; in __s_api_strValue()
3155 sepstr = SPACESEP; in __s_api_strValue()
3157 sepstr = COMMASEP; in __s_api_strValue()
3160 if (__print2buf(buffer, ptr->ns_ppc[i], sepstr)) in __s_api_strValue()
3222 sepstr = ""; in __s_api_strValue()
3224 sepstr = SPACESEP; in __s_api_strValue()
3225 if (__print2buf(buffer, sepstr, *cpp)) in __s_api_strValue()
3253 sepstr = ""; in __s_api_strValue()
3255 sepstr = SPACESEP; in __s_api_strValue()
3256 if (__print2buf(buffer, sepstr, *cpp)) in __s_api_strValue()