Searched defs:tbsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c95 static int tbsize; local
98 if (tbsize)
99 return (tbsize);
101 tbsize = rl.rlim_max;
107 if (tbsize > FD_SETSIZE)
108 tbsize = FD_SETSIZE;
109 return (tbsize);
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c231 size_t tbsize; local
276 tbsize = (NENT + oldsize) * sizeof (Entry);
277 if ((mtab = realloc(mtab, tbsize)) == NULL) {
285 mend = &mtab[tbsize / sizeof (Entry)];

Completed in 65 milliseconds