Home
last modified time | relevance | path

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

/freebsd/libexec/ypxfr/
H A Dypxfr_main.c128 if (status != YP_TRUE) in ypxfr_foreach()
152 if (yp_put_record(dbp, &dbkey, &dbval, 0) != YP_TRUE) in ypxfr_foreach()
312 &key, &data, 1) != YP_TRUE) { in main()
360 ypxfr_mapname, yp_errno == YP_TRUE ? in main()
381 if (yp_get_record(ypxfr_dest_domain,ypxfr_mapname,&key,&data,1) != YP_TRUE) { in main()
440 if (yp_put_record(dbp, &key, &data, 0) != YP_TRUE) { in main()
450 if (yp_put_record(dbp, &key, &data, 0) != YP_TRUE) { in main()
460 if (yp_put_record(dbp, &key, &data, 0) != YP_TRUE) { in main()
472 if (yp_put_record(dbp, &key, &data, 0) != YP_TRUE) { in main()
486 if (yp_put_record(dbp, &key, &data, 0) != YP_TRUE) { in main()
[all …]
H A Dyp_dbwrite.c61 yp_errno = YP_TRUE; in yp_open_db_rw()
109 return(YP_TRUE); in yp_put_record()
H A Dypxfr_misc.c171 if (resp->stat != YP_TRUE) { in ypxfr_get_master()
235 if (resp->stat != YP_TRUE) { in ypxfr_get_order()
285 if (ypval->stat != YP_TRUE) { in ypxfr_match()
H A Dypxfr_getmap.c93 if (status != YP_TRUE) { in ypxfr_get_map()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c103 if (rval == YP_TRUE) in ypmap_update()
108 if (rval == YP_TRUE) in ypmap_update()
113 if (rval == YP_TRUE) in ypmap_update()
117 if (yp_get_record(domptr, map, &key, &data, 0) != YP_TRUE) { in ypmap_update()
122 if (rval == YP_TRUE) in ypmap_update()
139 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) { in ypmap_update()
H A Dyp_dbdelete.c67 return(YP_TRUE); in yp_del_record()
/freebsd/usr.sbin/ypserv/
H A Dyp_server.c155 if (yp_select_map(argp->map, argp->domain, NULL, 1) != YP_TRUE) {
167 if (do_dns && result.stat != YP_TRUE &&
171 if (do_dns && result.stat != YP_TRUE &&
197 if (result.stat == YP_TRUE)
226 if (yp_select_map(argp->map, argp->domain, NULL, 0) != YP_TRUE) {
258 if (yp_select_map(argp->map, argp->domain, &argp->key, 0) != YP_TRUE) {
358 if (mres->stat != YP_TRUE) {
471 &objp->ypresp_all_u.val.val)) == YP_TRUE) {
554 &result.ypresp_all_u.val.key, 0) != YP_TRUE) {
596 if (yp_select_map(argp->map, argp->domain, &key, 1) != YP_TRUE) {
[all …]
H A Dyp_dblookup.c51 enum ypstat yp_errno = YP_TRUE;
353 yp_errno = YP_TRUE; in yp_open_db_cache()
384 yp_errno = YP_TRUE; in yp_open_db()
507 return(YP_TRUE); in yp_get_record()
559 return(YP_TRUE); in yp_first_record()
644 return(YP_TRUE); in yp_next_record()
681 if (rval == YP_TRUE) { in yp_getbykey()
697 if (rval == YP_TRUE) { in yp_firstbykey()
718 if (rval == YP_TRUE) { in yp_nextbykey()
H A Dyp_dnslookup.c244 result_v2.stat = YP_TRUE; in yp_send_dns_reply()
264 result_v1.YPVAL.stat = YP_TRUE; in yp_send_dns_reply()
426 return(YP_TRUE); in yp_async_lookup_name()
456 return(YP_TRUE); in yp_async_lookup_name()
484 return(YP_TRUE); in yp_async_lookup_addr()
544 return(YP_TRUE); in yp_async_lookup_addr()
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c302 1) != YP_TRUE) { in yppush_send_xfr()
440 if (status != YP_TRUE) in yppush_foreach()
574 &key, &data, 1) != YP_TRUE) { in main()
612 yppush_foreach(YP_TRUE, NULL, 0, tmp->name, in main()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c280 &key, &data, 0) != YP_TRUE) { in find_domain()
360 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) { in update_inplace()
437 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) { in update_inplace()
449 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) { in update_inplace()
540 &key, &data, 0)) != YP_TRUE) { in yppasswdproc_update_1_svc()
797 &key, &data, 0)) != YP_TRUE) { in yppasswdproc_update_master_1_svc()
824 if (validate_master(rval == YP_TRUE ? &yp_password:NULL,&argp->newpw)){ in yppasswdproc_update_master_1_svc()
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c88 while (yp_next_record(dbp, &key, &data, 1, 1) == YP_TRUE) in unwind()
309 if ((rval = yp_put_record(dbp, &key, &data, 0)) != YP_TRUE) { in main()
/freebsd/usr.sbin/ypldap/
H A Dyp.c590 res.stat = YP_TRUE; in ypproc_master_2_svc()
619 res.stat = YP_TRUE; in ypproc_maplist_2_svc()
646 res->stat = YP_TRUE; in yp_make_val()
668 res->stat = YP_TRUE; in yp_make_keyval()
/freebsd/usr.bin/ypcat/
H A Dypcat.c78 if (instatus != YP_TRUE) in printit()
/freebsd/lib/libc/yp/
H A Dxdryp.c82 case YP_TRUE: in xdr_ypresp_all_seq()
H A Dyplib.c1189 case YP_TRUE: in ypprot_err()
/freebsd/include/rpcsvc/
H A Dyp_prot.h175 #define YP_TRUE ((long)1) /* general purpose success code */ macro
H A Dyp.x43 YP_TRUE = 1, enumerator