Home
last modified time | relevance | path

Searched refs:itemtypes (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c62 static char *itemtypes[] = { variable
670 for ( i = 0; itemtypes[ i ] != NULL; ++i ) { in read_next_tmpl()
671 if ( strcasecmp( toks[ 1 ], itemtypes[ i ] ) == 0 ) { in read_next_tmpl()
675 if ( itemtypes[ i ] == NULL ) { in read_next_tmpl()