Home
last modified time | relevance | path

Searched refs:SPRAYMAX (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dspray.x33 const SPRAYMAX = 8845; /* max amount can spray */
54 typedef opaque sprayarr<SPRAYMAX>; typedef
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray.c63 int buf[SPRAYMAX/4]; in main()
115 else if (lnth >= SPRAYMAX) in main()
116 lnth = SPRAYMAX; in main()