HomeSort by: relevance | last modified time | path
    Searched defs:ypi (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/ypserv/yppush/
yppush.c 107 struct yppush_info ypi = {NULL, NULL, NULL, 0}; local in function:main
124 ypi.ourdomain = optarg;
142 ypi.map = argv[0];
143 if (strlen(ypi.map) > YPMAXMAP)
144 errx(1, "%s: map name too long (limit %d)", ypi.map, YPMAXMAP);
149 if (ypi.ourdomain == NULL) {
150 c = yp_get_default_domain(&ypi.ourdomain);
151 if (ypi.ourdomain == NULL)
166 if (chdir(ypi.ourdomain) < 0)
167 err(1, "%s/%s", YP_DB_PATH, ypi.ourdomain)
296 struct yppush_info *ypi = (struct yppush_info *) indata; local in function:pushit
    [all...]

Completed in 11 milliseconds