Lines Matching defs:rbytes
60 size_t rbytes = rep.nAtoms * sizeof (Atom);
63 props = Xmalloc (rbytes);
106 size_t rbytes = sizeof (XRRPropertyInfo) + (rep.length * sizeof (long));
109 prop_info = Xmalloc (rbytes);
290 size_t nbytes, rbytes;
308 rbytes = rep.nItems + 1;
309 if (rbytes > 0 && (*prop = Xmalloc (rbytes)))
315 rbytes = rep.nItems * sizeof (short) + 1;
316 if (rbytes > 0 && (*prop = Xmalloc (rbytes)))
322 rbytes = rep.nItems * sizeof (long) + 1;
323 if (rbytes > 0 && (*prop = Xmalloc (rbytes)))
343 (*prop)[rbytes - 1] = '\0';