Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c549 static mechanism_t **mechs_no_dups = NULL; in __nis_get_mechanisms() local
570 if (mechs_no_dups) in __nis_get_mechanisms()
571 free(mechs_no_dups); in __nis_get_mechanisms()
573 mechs = mechs_no_dups = NULL; in __nis_get_mechanisms()
618 mechs_no_dups = tmechs_no_dups; in __nis_get_mechanisms()
631 return (mechs_no_dups ? in __nis_get_mechanisms()
633 (void **)mechs_no_dups) : in __nis_get_mechanisms()