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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutf8.c54 wchar_t lbound; member in struct:__anon3023
82 wchar_t lbound, wch; local
124 lbound = 0x80;
128 lbound = 0x800;
132 lbound = 0x10000;
139 lbound = 0x200000;
143 lbound = 0x4000000;
154 lbound = us->lbound;
181 us->lbound
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnetshareenum.c306 int lbound, rbound; local
325 lbound = entries * (sizeof (struct smb_share_info_1));
337 if (ep->shi1_remark >= lbound && ep->shi1_remark < rbound) {

Completed in 58 milliseconds