Searched refs:load_xlate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c86 static struct translator *load_xlate(char *);
237 if ((t = load_xlate(lr)) != NULL) {
365 if ((t = load_xlate(lr)) != NULL) {
425 if ((t = load_xlate(lr)) != NULL) {
479 if ((t = load_xlate(lr)) != NULL) {
538 if ((t = load_xlate(lr)) != NULL) {
627 * load_xlate is a routine that will attempt to dynamically link in the
631 load_xlate(char *name) function

Completed in 57 milliseconds