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

/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c83 char *domptr; local
86 if ((domptr = strchr(netname, '@')) == NULL)
88 domptr++;
91 dbp = yp_open_db_rw(domptr, map, O_RDWR);
117 if (yp_get_record(domptr, map, &key, &data, 0) != YP_TRUE) {
140 yp_error("failed to update timestamp in %s/%s", domptr, map);
146 return(yp_domake(map, domptr));

Completed in 57 milliseconds