Home
last modified time | relevance | path

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

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