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

  /src/sbin/restore/
symtab.c 541 struct entry *baseep, *lep; local in function:initsymtable
610 lep = (struct entry *)entry;
616 for (ep = &baseep[1]; ep < lep; ep++) {
symtab.c 541 struct entry *baseep, *lep; local in function:initsymtable
610 lep = (struct entry *)entry;
616 for (ep = &baseep[1]; ep < lep; ep++) {
  /src/sys/netinet/
sctp_usrreq.c 3158 struct sctp_inpcb *lep; local in function:sctp_optsset
3160 lep = sctp_pcb_findep(addr_touse, 1, 0);
3161 if (lep != NULL) {
3171 if (lep == inp) {
3174 } else if (lep == NULL) {
sctp_usrreq.c 3158 struct sctp_inpcb *lep; local in function:sctp_optsset
3160 lep = sctp_pcb_findep(addr_touse, 1, 0);
3161 if (lep != NULL) {
3171 if (lep == inp) {
3174 } else if (lep == NULL) {

Completed in 26 milliseconds