Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c551 static mechanism_t **mechs_no_dups = NULL; in __nis_get_mechanisms() local
572 if (mechs_no_dups) in __nis_get_mechanisms()
573 free(mechs_no_dups); in __nis_get_mechanisms()
575 mechs = mechs_no_dups = NULL; in __nis_get_mechanisms()
620 mechs_no_dups = tmechs_no_dups; in __nis_get_mechanisms()
633 return (mechs_no_dups ? in __nis_get_mechanisms()
635 (void **)mechs_no_dups) : in __nis_get_mechanisms()