Searched refs:domptr (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/usr.sbin/rpc.ypupdated/ |
H A D | yp_dbupdate.c | 82 char *domptr; in ypmap_update() local 85 if ((domptr = strchr(netname, '@')) == NULL) in ypmap_update() 87 domptr++; in ypmap_update() 90 dbp = yp_open_db_rw(domptr, map, O_RDWR); in ypmap_update() 116 if (yp_get_record(domptr, map, &key, &data, 0) != YP_TRUE) { in ypmap_update() 139 yp_error("failed to update timestamp in %s/%s", domptr, map); in ypmap_update() 145 return(yp_domake(map, domptr)); in ypmap_update()
|