Lines Matching refs:value

155 	char	**value = NULL;  in dump_user_attr()  local
157 value = __ns_ldap_getAttr(res->entry, "uid"); in dump_user_attr()
158 if (value && value[0]) in dump_user_attr()
159 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_user_attr()
165 if (value && value[0]) in dump_user_attr()
166 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
218 char **value = NULL; in dump_prof_attr() local
220 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_prof_attr()
221 if (value && value[0]) in dump_prof_attr()
222 (void) fprintf(stdout, "%s", value[0]); in dump_prof_attr()
227 value = __ns_ldap_getAttr(res->entry, "SolarisAttrLongDesc"); in dump_prof_attr()
228 if (value && value[0]) in dump_prof_attr()
229 (void) fprintf(stdout, "%s", value[0]); in dump_prof_attr()
231 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_prof_attr()
232 if (value && value[0]) in dump_prof_attr()
233 (void) fprintf(stdout, "%s", value[0]); in dump_prof_attr()
293 char **value; in dump_exec_attr() local
314 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_exec_attr()
315 if (value && value[0]) in dump_exec_attr()
316 (void) fprintf(stdout, "%s", value[0]); in dump_exec_attr()
368 char **value = NULL; in dump_auth_attr() local
370 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_auth_attr()
371 if (value && value[0]) in dump_auth_attr()
372 (void) fprintf(stdout, "%s", value[0]); in dump_auth_attr()
377 value = __ns_ldap_getAttr(res->entry, "SolarisAttrShortDesc"); in dump_auth_attr()
378 if (value && value[0]) in dump_auth_attr()
379 (void) fprintf(stdout, "%s", value[0]); in dump_auth_attr()
381 value = __ns_ldap_getAttr(res->entry, "SolarisAttrLongDesc"); in dump_auth_attr()
382 if (value && value[0]) in dump_auth_attr()
383 (void) fprintf(stdout, "%s", value[0]); in dump_auth_attr()
385 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_auth_attr()
386 if (value && value[0]) in dump_auth_attr()
387 (void) fprintf(stdout, "%s", value[0]); in dump_auth_attr()