Searched refs:szbf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ul/
H A Dul.c327 size_t szbf = 256, tszbf; local
330 scp = (wchar_t *)malloc(sizeof (wchar_t) * szbf);
337 tszbf = szbf;
358 sizeof (wchar_t) * (szbf + (n * MEMFCT)));
365 szbf += n * MEMFCT;
415 size_t szbf = 256, tszbf; local
417 scp = (wchar_t *)malloc(sizeof (wchar_t) * szbf);
424 tszbf = szbf;
452 sizeof (wchar_t) * (szbf + (n * MEMFCT)));
459 szbf
[all...]

Completed in 43 milliseconds