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

/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c79 * xlate_lock protects xlate_list during updates only. The xlate_list linked
83 static struct translator *xlate_list = NULL; variable in typeref:struct:translator
117 * Adds a translator library to the xlate_list, but first check to see if
131 for (t = xlate_list; t; t = t->next) {
136 translate->next = xlate_list;
137 xlate_list = translate;
222 for (t = xlate_list; t; t = t->next) {
351 for (t = xlate_list; t; t = t->next) {
419 for (t = xlate_list;
634 static struct xlate_list { struct
[all...]

Completed in 21 milliseconds