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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c1211 const char *dotrans = "n"; local
1225 getopt(context, NULL, "auto_transition", &dotrans, NULL);
1226 if (dotrans == NULL) dotrans = "n";
1229 if (*dotrans == '1' || *dotrans == 'y' ||
1230 (*dotrans == 'o' && dotrans[1] == 'n') || *dotrans == 't') {

Completed in 19 milliseconds