Home | History | Annotate | Download | only in yppush

Lines Matching defs:owner

79 	char   *owner;		/* owner of map */
226 * find 'owner' of the map (see pushit for usage)
228 rv = yp_master(ypi.ourdomain, ypi.map, &ypi.owner);
237 printf("pushing map %s in %s: order=%d, owner=%s\n", ypi.map,
238 ypi.ourdomain, ypi.order, ypi.owner);
375 * the "owner" field isn't used by ypserv (and shouldn't be, since
377 * instead, the owner of the map is determined by the master value
386 req.map_parms.owner = ypi->owner; /* NOT USED */