/freebsd/libexec/ypxfr/ |
H A D | ypxfr_main.c | 128 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 D | yp_dbwrite.c | 61 yp_errno = YP_TRUE; in yp_open_db_rw() 109 return(YP_TRUE); in yp_put_record()
|
H A D | ypxfr_misc.c | 171 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 D | ypxfr_getmap.c | 93 if (status != YP_TRUE) { in ypxfr_get_map()
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | yp_dbupdate.c | 103 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 D | yp_dbdelete.c | 67 return(YP_TRUE); in yp_del_record()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_server.c | 155 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 D | yp_dblookup.c | 51 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 D | yp_dnslookup.c | 244 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 D | yppush_main.c | 302 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 D | yppasswdd_server.c | 280 &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 D | yp_mkdb.c | 88 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 D | yp.c | 590 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 D | ypcat.c | 78 if (instatus != YP_TRUE) in printit()
|
/freebsd/lib/libc/yp/ |
H A D | xdryp.c | 82 case YP_TRUE: in xdr_ypresp_all_seq()
|
H A D | yplib.c | 1189 case YP_TRUE: in ypprot_err()
|
/freebsd/include/rpcsvc/ |
H A D | yp_prot.h | 175 #define YP_TRUE ((long)1) /* general purpose success code */ macro
|
H A D | yp.x | 43 YP_TRUE = 1, enumerator
|