Lines Matching refs:soc_names
406 char **names = oc->soc_names;
552 if ( new_soc->soc_names ) {
555 if ( soc->soc_names == NULL ) {
559 for ( i = 0; new_soc->soc_names[ i ]; i++ ) {
560 if ( soc->soc_names[ i ] == NULL ) {
564 if ( strcasecmp( soc->soc_names[ i ],
565 new_soc->soc_names[ i ] ) != 0 )
571 if ( soc->soc_names != NULL ) {
649 if ( (names = soc->soc_names) ) {
671 while ( names > soc->soc_names ) {
757 soc->soc_cname.bv_val = soc->soc_names[0];