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

/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_control.c477 int nparsed; local
501 nparsed = sscanf(str, "%ju%c", (uintmax_t *)&val, &mult);
503 switch (nparsed) {
630 int nparsed; local
660 nparsed = sscanf(str, "%lu%c%[ \tadnorADNOR]%lu%c", &val1, &mult1,
663 switch (nparsed) {
/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_ugen20.c220 uint32_t nparsed; member in struct:ugen20_urd_state
235 st->urd.urd_startentry += st->nparsed;
238 st->nparsed = 0;
246 if (st->nparsed) {
256 st->nparsed++;

Completed in 49 milliseconds