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

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c547 * 'mechs_no_dups' is the "master" list of valid mechanisms
551 static mechanism_t **mechs_no_dups = NULL; local
572 if (mechs_no_dups)
573 free(mechs_no_dups);
575 mechs = mechs_no_dups = NULL;
620 mechs_no_dups = tmechs_no_dups;
633 return (mechs_no_dups ?
635 (void **)mechs_no_dups) :

Completed in 57 milliseconds