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

/netbsd-current/usr.bin/ypcat/
H A Dypcat.c61 char *domainname, *b_retry_cnt; local
71 domainname = b_retry_cnt = NULL;
77 b_retry_cnt = optarg;
114 if (b_retry_cnt != NULL) {
118 l = strtoul(b_retry_cnt, &s, 10);
/netbsd-current/usr.bin/ypmatch/
H A Dypmatch.c56 char *domainname, *b_retry_cnt; local
66 domainname = b_retry_cnt = NULL;
79 b_retry_cnt = optarg;
109 if (b_retry_cnt != NULL) {
113 l = strtoul(b_retry_cnt, &s, 10);

Completed in 212 milliseconds