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

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c554 mechanism_t **tmechs = NULL; /* temp mechs */ local
594 tmechs = (mechanism_t **)
595 list_append_ent((void *)mp, (void **)tmechs,
597 if (tmechs == NULL) {
619 mechs = tmechs;
1004 mfent_t **tmechs = NULL; /* temp mechs list */ local
1030 tmechs = (mfent_t **)list_append_ent((void *)mp,
1031 (void **)tmechs, ent_cnt, (void (*)()) mf_free_ent);
1032 if (tmechs == NULL) {
1040 mechs = tmechs; /* se
[all...]

Completed in 46 milliseconds