Lines Matching defs:try
86 struct ether_addr try;
109 /* A + in the file means try YP now. */
119 ypbuflen = ether_line(ypbuf, &try, hostname);
126 if (ether_line(p, &try, hostname) == 0 &&
127 memcmp(&try, e, sizeof try) == 0)
145 char try[MAXHOSTNAMELEN + 1];
163 /* A + in the file means try YP now. */
173 ypbuflen = ether_line(ypbuf, e, try);
180 if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0)