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

  /src/sbin/restore/
interactive.c 654 struct afile *fp, *endlist; local in function:formatf
665 endlist = &list[nentry];
666 for (fp = &list[0]; fp < endlist; fp++) {
707 if (fp + lines >= endlist) {
  /src/sbin/efi/
certs.c 365 const uint8_t *endall, *endlist; local in function:parse_signature_list
390 endlist = u.bp + u.lp->SignatureListSize;
393 sp < endlist;
401 u.bp = endlist;

Completed in 13 milliseconds