Searched defs:itemopts (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c484 char **toks, *itemopts; local
674 while (( itemopts = strrchr( toks[ 1 ], ',' )) != NULL ) {
675 *itemopts++ = '\0';
677 if ( strcasecmp( itemopts, itemoptions[ i ] ) == 0 ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c470 char **toks, *itemopts; local
658 while (( itemopts = strrchr( toks[ 1 ], ',' )) != NULL ) {
659 *itemopts++ = '\0';
661 if ( strcasecmp( itemopts, itemoptions[ i ] ) == 0 ) {

Completed in 321 milliseconds