Searched refs:itemoptions (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c96 static char *itemoptions[] = { variable
676 for ( i = 0; itemoptions[ i ] != NULL; ++i ) {
677 if ( strcasecmp( itemopts, itemoptions[ i ] ) == 0 ) {
681 if ( itemoptions[ i ] == NULL ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c85 static char *itemoptions[] = { variable
660 for ( i = 0; itemoptions[ i ] != NULL; ++i ) {
661 if ( strcasecmp( itemopts, itemoptions[ i ] ) == 0 ) {
665 if ( itemoptions[ i ] == NULL ) {

Completed in 17 milliseconds