Searched refs:YPMAXRECORD (Results 1 – 8 of 8) sorted by relevance
36 const YPMAXRECORD = 16777216; variable80 typedef opaque keydat<YPMAXRECORD>; typedef81 typedef opaque valdat<YPMAXRECORD>; typedef
75 #define YPMAXRECORD ((u_long)16 * 1024 * 1024) macro
458 static unsigned char buf[YPMAXRECORD]; in yp_get_record()515 static unsigned char buf[YPMAXRECORD]; in yp_first_record()569 static unsigned char keybuf[YPMAXRECORD]; in yp_next_record()570 static unsigned char datbuf[YPMAXRECORD]; in yp_next_record()
576 static char ypvalbuf[YPMAXRECORD];
289 if (strlen(keybuf) > YPMAXRECORD) { in main()299 if (strlen(datbuf) > YPMAXRECORD) { in main()
54 if (!xdr_bytes(xdrs, (char **)&objp->dptr, (u_int *)&objp->dsize, YPMAXRECORD)) { in xdr_datum()
261 static char buf[YPMAXRECORD + 2]; in ypxfr_match()
337 if (arg->key.keydat_len > YPMAXRECORD) { in ypproc_match_2_svc()654 static char keybuf[YPMAXRECORD+1]; in yp_make_keyval()