Home
last modified time | relevance | path

Searched refs:off_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c59 static size_t off_size = 0; /* offsets array size */ variable
135 if (off_idx == off_size) { in insert_word()
137 off_size += CHUNK; in insert_word()
138 tmp = realloc(offsets, sizeof (uint_t) * off_size); in insert_word()
142 off_idx = off_size = 0; in insert_word()
279 off_size = 0; in sort_file()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1944 usbvc_chk_descr_len(uint8_t off_num, uint8_t size, uint8_t off_size, in usbvc_chk_descr_len() argument
1954 if (cvs_buf_len > off_size) { in usbvc_chk_descr_len()
1955 size = cvs_buf[off_size]; in usbvc_chk_descr_len()