Lines Matching defs:n2
74 * "Name 'n1' is a $result than name 'n2'"
79 nis_name n2) /* See if these are the same domain */
84 if ((n1 == NULL) || (n2 == NULL))
88 l2 = strlen(n2);
97 if (l2 != 0 && n2[l2 - 1] == '.') {
105 } else /* (l1 < l2); swap l1/l2 and n1/n2 */ {
108 ntmp = n1; n1 = n2; n2 = ntmp;
116 /* Special case for n2 == "." or "" */
125 if (strncasecmp(n1, n2, l2) == 0) {