Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c980 char *pluginlist = NULL, *freeptr = NULL, *thisplugin = NULL; local
983 thisplugin = freeptr = pluginlist;
986 while(*thisplugin) {
990 while(*thisplugin && isspace((int)*thisplugin)) thisplugin++;
991 if(!(*thisplugin)) break;
993 for(p = thisplugin;*p != '\0' && !isspace((int)*p); p++);
1000 || strcasecmp(ptr->plug->name, thisplugin))
1010 thisplugin = p+1;