Searched refs:YPMAXRECORD (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dyp.x41 const YPMAXRECORD = 1024;
85 typedef opaque keydat<YPMAXRECORD>;
86 typedef opaque valdat<YPMAXRECORD>;
H A Dyp_prot.h80 #define YPMAXRECORD ((u_long)1024) macro
/freebsd-9.3-release/lib/libc/yp/
H A Dxdryp.c55 if (!xdr_bytes(xdrs, (char **)&objp->dptr, (u_int *)&objp->dsize, YPMAXRECORD)) {
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c82 char yplastbuf[YPMAXRECORD];
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c293 if (strlen(keybuf) > YPMAXRECORD) {
303 if (strlen(datbuf) > YPMAXRECORD) {
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_misc.c261 static char buf[YPMAXRECORD + 2];
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dblookup.c464 static unsigned char buf[YPMAXRECORD];
521 static unsigned char buf[YPMAXRECORD];
575 static unsigned char keybuf[YPMAXRECORD];
576 static unsigned char datbuf[YPMAXRECORD];
H A Dyp_server.c174 char nbuf[YPMAXRECORD];
576 static char ypvalbuf[YPMAXRECORD];
/freebsd-9.3-release/lib/libc/net/
H A Dgetnetbynis.c59 char ypbuf[YPMAXRECORD + 2];
H A Dgethostbynis.c59 char ypbuf[YPMAXRECORD + 2];
H A Dgetservent.c666 char buf[YPMAXRECORD + 2];
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c321 char pwbuf[YPMAXRECORD];
326 char yplastbuf[YPMAXRECORD];
/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c440 char server[YPMAXRECORD + 2];
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetrpcent.c402 char buf[YPMAXRECORD + 2];

Completed in 102 milliseconds