Lines Matching defs:sa
237 struct ldap_searchattr *sa;
270 for ( sa = so->so_salist; sa != NULL; sa = sa->sa_next ) {
271 printf( " Label: %s\n", NULLSTRINGIFNULL( sa->sa_attrlabel ));
272 printf( " Attribute: %s\n", NULLSTRINGIFNULL( sa->sa_attr ));
273 printf( " Select attr: %s\n", NULLSTRINGIFNULL( sa->sa_selectattr ));
274 printf( " Select text: %s\n", NULLSTRINGIFNULL( sa->sa_selecttext ));
277 if (( sa->sa_matchtypebitmap >> i ) & 1 ) {