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

  /src/usr.sbin/ypserv/yptest/
yptest.c 51 char *Domain, *Value, *Key2;
63 Status = yp_get_default_domain(&Domain);
65 printf("Can't get YP domain name: %s\n", yperr_string(Status));
71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen);
78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen);
87 Status = yp_next(Domain, Map, Key2, KeyLen, &Key2,
97 Status = yp_master(Domain, Map, &Key2);
104 Status = yp_order(Domain, Map, &Order);
112 switch (yp_maplist(Domain, &ypml)) {
127 Status = yp_all(Domain, Map, &Callback)
    [all...]
yptest.c 51 char *Domain, *Value, *Key2;
63 Status = yp_get_default_domain(&Domain);
65 printf("Can't get YP domain name: %s\n", yperr_string(Status));
71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen);
78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen);
87 Status = yp_next(Domain, Map, Key2, KeyLen, &Key2,
97 Status = yp_master(Domain, Map, &Key2);
104 Status = yp_order(Domain, Map, &Order);
112 switch (yp_maplist(Domain, &ypml)) {
127 Status = yp_all(Domain, Map, &Callback)
    [all...]

Completed in 22 milliseconds