Lines Matching refs:nbytes
76 unsigned long nbytes, netbytes;
94 nbytes = netbytes = reply.nItems;
95 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
100 nbytes = reply.nItems * sizeof (short);
102 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
107 nbytes = reply.nItems * sizeof (long);
109 if (nbytes + 1 > 0 && (*prop = Xmalloc (nbytes + 1)))
127 nbytes = netbytes = 0L;
136 (*prop)[nbytes] = '\0';