HomeSort by: relevance | last modified time | path
    Searched defs:matchindex (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/usbhidctl/
usbhid.c 94 ssize_t matchindex; member in struct:Susbvar
171 ssize_t matchindex, pagesplit; local in function:hidtestrule
176 matchindex = var->matchindex;
188 for (strind = matchindex; strind < varlen; strind++) {
210 strstart = &varname[matchindex];
212 numpage = strtousage(strstart, pagesplit - matchindex);
238 (size_t)(pagesplit - matchindex) ||
240 &varname[matchindex],
247 matchindex = pagesplit + 1
    [all...]
usbhid.c 94 ssize_t matchindex; member in struct:Susbvar
171 ssize_t matchindex, pagesplit; local in function:hidtestrule
176 matchindex = var->matchindex;
188 for (strind = matchindex; strind < varlen; strind++) {
210 strstart = &varname[matchindex];
212 numpage = strtousage(strstart, pagesplit - matchindex);
238 (size_t)(pagesplit - matchindex) ||
240 &varname[matchindex],
247 matchindex = pagesplit + 1
    [all...]

Completed in 26 milliseconds