Home
last modified time | relevance | path

Searched refs:oplen (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dloslib.c275 int oplen = 1; /* length of options being checked */ in checkoption() local
276 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
278 oplen++; /* will check options with next length (+1) */ in checkoption()
279 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
280 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
281 buff[oplen] = '\0'; in checkoption()
282 return conv + oplen; /* return next item */ in checkoption()
/freebsd/sys/dev/safe/
H A Dsafe.c770 int bypass, oplen; in safe_process() local
910 oplen = crp->crp_payload_start + crp->crp_payload_length; in safe_process()
920 bypass, coffset, oplen); in safe_process()
955 oplen = bypass + crp->crp_payload_length; in safe_process()
1140 if (re->re_src.mapsize > oplen) { in safe_process()
1149 (re->re_src.mapsize-oplen) == ses->ses_mlen && in safe_process()
1150 crp->crp_digest_start == oplen)) in safe_process()
1152 re->re_dst_m, oplen); in safe_process()
1226 re->re_desc.d_len = oplen in safe_process()
1232 safestats.st_ibytes += oplen; in safe_process()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c648 static uint8_t oplen[] = {0, 1, 1, 1, 1, 0, 0, 0, 1}; variable
715 RCHECK(WRITE_BLOCK(oplen, sizeof(oplen) / sizeof(oplen[0]))); in _dwarf_lineno_gen()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4893 Dwarf_Small minlen, defstmt, lrange, opbase, oplen; in dump_dwarf_line() local
4984 oplen = re->dw_read(d, &offset, 1); in dump_dwarf_line()
4985 printf(" Opcode %d has %u args\n", i, oplen); in dump_dwarf_line()