Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c554 mechanism_t **tmechs = NULL; /* temp mechs */ in __nis_get_mechanisms() local
594 tmechs = (mechanism_t **) in __nis_get_mechanisms()
595 list_append_ent((void *)mp, (void **)tmechs, in __nis_get_mechanisms()
597 if (tmechs == NULL) { in __nis_get_mechanisms()
619 mechs = tmechs; in __nis_get_mechanisms()
1004 mfent_t **tmechs = NULL; /* temp mechs list */ in mf_get_mechs() local
1030 tmechs = (mfent_t **)list_append_ent((void *)mp, in mf_get_mechs()
1031 (void **)tmechs, ent_cnt, (void (*)()) mf_free_ent); in mf_get_mechs()
1032 if (tmechs == NULL) { in mf_get_mechs()
1040 mechs = tmechs; /* set master list to pt to newly built one */ in mf_get_mechs()