Searched refs:long_desc (Results 1 – 6 of 6) sorted by relevance
98 free(auth->long_desc); in free_authattr()120 newauth->long_desc = _do_unescape(auth->long_desc); in authstr2attr()142 printf("long_desc=%s\n", auth->long_desc ? auth->long_desc : empty); in print_authattr()
76 char *long_desc; /* long description */ member88 char *long_desc; /* long description */ member
48 auth->long_desc != NULL ? auth->long_desc : "") == EOF) in putauthattr()
89 auth->long_desc = _strtok_escape(NULL, sep, &last); in str2authattr()
338 data.long_desc = ecol[4].ec_value.ec_value_val; in genent_auth_attr()
3248 if (ptr->long_desc != NULL) { in __s_cvt_authattr()3249 rc = __s_add_attr(e, "SolarisAttrLongDesc", ptr->long_desc); in __s_cvt_authattr()