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

/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c74 char *tr_name; /* Full path */ member in struct:translator
132 if (strcmp(translate->tr_name, t->tr_name) == 0) {
223 if (strcmp(lr, t->tr_name) == 0) {
352 if (strcmp(lr, t->tr_name) == 0) {
420 if (strcmp(lr, t->tr_name) == 0)
469 if (strcmp(lr, t->tr_name) == 0) {
528 if (strcmp(lr, t->tr_name) == 0) {
662 t->tr_name = strdup(name);
663 if (!t->tr_name) {
[all...]

Completed in 20 milliseconds