Home
last modified time | relevance | path

Searched refs:add_off (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/samhain/samhain-4.4.3/src/
H A Dsamhain_stealth.c309 int add_off; in main() local
402 add_off = hidein_hex_block(fd, buf, strlen(buf)); in main()
403 if (add_off == -1) in main()
409 off_data += add_off; in main()
416 add_off = hidein_hex_block(fd, _("\n[EOF]\n"), 7); in main()
417 if (add_off == -1) in main()
439 add_off = hideout_hex_block(fd, (unsigned char *) buf, 1023); in main()
440 if (add_off == -1) in main()
455 off_data += add_off; in main()
H A Dsh_unix.c5408 int add_off = 0, llen; in sh_unix_getline_stealth() local
5445 if (bytes_read >= max_data || add_off < 0) in sh_unix_getline_stealth()
5457 add_off = hideout_hex_block(fd, (unsigned char *) str, len, &bread); in sh_unix_getline_stealth()
5458 if (add_off > 0) in sh_unix_getline_stealth()
5459 off_data += add_off; in sh_unix_getline_stealth()
5462 if (bread == 0 || add_off <= 0) /* EOF */ in sh_unix_getline_stealth()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsamhain_stealth.c309 int add_off; in main() local
402 add_off = hidein_hex_block(fd, buf, strlen(buf)); in main()
403 if (add_off == -1) in main()
409 off_data += add_off; in main()
416 add_off = hidein_hex_block(fd, _("\n[EOF]\n"), 7); in main()
417 if (add_off == -1) in main()
439 add_off = hideout_hex_block(fd, (unsigned char *) buf, 1023); in main()
440 if (add_off == -1) in main()
455 off_data += add_off; in main()
H A Dsh_unix.c5408 int add_off = 0, llen; in sh_unix_getline_stealth() local
5445 if (bytes_read >= max_data || add_off < 0) in sh_unix_getline_stealth()
5457 add_off = hideout_hex_block(fd, (unsigned char *) str, len, &bread); in sh_unix_getline_stealth()
5458 if (add_off > 0) in sh_unix_getline_stealth()
5459 off_data += add_off; in sh_unix_getline_stealth()
5462 if (bread == 0 || add_off <= 0) /* EOF */ in sh_unix_getline_stealth()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsamhain_stealth.c309 int add_off; in main() local
402 add_off = hidein_hex_block(fd, buf, strlen(buf)); in main()
403 if (add_off == -1) in main()
409 off_data += add_off; in main()
416 add_off = hidein_hex_block(fd, _("\n[EOF]\n"), 7); in main()
417 if (add_off == -1) in main()
439 add_off = hideout_hex_block(fd, (unsigned char *) buf, 1023); in main()
440 if (add_off == -1) in main()
455 off_data += add_off; in main()
H A Dsh_unix.c5408 int add_off = 0, llen; in sh_unix_getline_stealth() local
5445 if (bytes_read >= max_data || add_off < 0) in sh_unix_getline_stealth()
5457 add_off = hideout_hex_block(fd, (unsigned char *) str, len, &bread); in sh_unix_getline_stealth()
5458 if (add_off > 0) in sh_unix_getline_stealth()
5459 off_data += add_off; in sh_unix_getline_stealth()
5462 if (bread == 0 || add_off <= 0) /* EOF */ in sh_unix_getline_stealth()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nbt.c936 int start_off, add_off; in dissect_query_records() local
944 add_off = dissect_nbns_query(tvb, cur_off, nbns_data_offset, in dissect_query_records()
946 cur_off += add_off; in dissect_query_records()
959 int start_off, add_off; in dissect_answer_records() local
967 add_off = dissect_nbns_answer(tvb, pinfo, cur_off, nbns_data_offset, in dissect_answer_records()
969 cur_off += add_off; in dissect_answer_records()
H A Dpacket-dns.c3978 int start_off, add_off; in dissect_query_records() local
3988 add_off = dissect_dns_query(tvb, cur_off, dns_data_offset, pinfo, qatree, in dissect_query_records()
3990 cur_off += add_off; in dissect_query_records()
4001 int start_off, add_off; in dissect_answer_records() local
4008 add_off = dissect_dns_answer( in dissect_answer_records()
4010 cur_off += add_off; in dissect_answer_records()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nbt.c936 int start_off, add_off; in dissect_query_records() local
944 add_off = dissect_nbns_query(tvb, cur_off, nbns_data_offset, in dissect_query_records()
946 cur_off += add_off; in dissect_query_records()
959 int start_off, add_off; in dissect_answer_records() local
967 add_off = dissect_nbns_answer(tvb, pinfo, cur_off, nbns_data_offset, in dissect_answer_records()
969 cur_off += add_off; in dissect_answer_records()
H A Dpacket-dns.c3978 int start_off, add_off; in dissect_query_records() local
3988 add_off = dissect_dns_query(tvb, cur_off, dns_data_offset, pinfo, qatree, in dissect_query_records()
3990 cur_off += add_off; in dissect_query_records()
4001 int start_off, add_off; in dissect_answer_records() local
4008 add_off = dissect_dns_answer( in dissect_answer_records()
4010 cur_off += add_off; in dissect_answer_records()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nbt.c936 int start_off, add_off; in dissect_query_records() local
944 add_off = dissect_nbns_query(tvb, cur_off, nbns_data_offset, in dissect_query_records()
946 cur_off += add_off; in dissect_query_records()
959 int start_off, add_off; in dissect_answer_records() local
967 add_off = dissect_nbns_answer(tvb, pinfo, cur_off, nbns_data_offset, in dissect_answer_records()
969 cur_off += add_off; in dissect_answer_records()
H A Dpacket-dns.c3978 int start_off, add_off; in dissect_query_records() local
3988 add_off = dissect_dns_query(tvb, cur_off, dns_data_offset, pinfo, qatree, in dissect_query_records()
3990 cur_off += add_off; in dissect_query_records()
4001 int start_off, add_off; in dissect_answer_records() local
4008 add_off = dissect_dns_answer( in dissect_answer_records()
4010 cur_off += add_off; in dissect_answer_records()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nbt.c936 int start_off, add_off; in dissect_query_records() local
944 add_off = dissect_nbns_query(tvb, cur_off, nbns_data_offset, in dissect_query_records()
946 cur_off += add_off; in dissect_query_records()
959 int start_off, add_off; in dissect_answer_records() local
967 add_off = dissect_nbns_answer(tvb, pinfo, cur_off, nbns_data_offset, in dissect_answer_records()
969 cur_off += add_off; in dissect_answer_records()
H A Dpacket-dns.c3978 int start_off, add_off;
3988 add_off = dissect_dns_query(tvb, cur_off, dns_data_offset, pinfo, qatree,
3990 cur_off += add_off;
4001 int start_off, add_off;
4008 add_off = dissect_dns_answer(
4010 cur_off += add_off;
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dregexp_nfa.c5079 int add_off = 0; in nfa_regmatch() local
5162 add_off = clen; \ in nfa_regmatch()
5525 add_off = clen; in nfa_regmatch()
5685 add_off = -1; in nfa_regmatch()
5689 add_off = 1; in nfa_regmatch()
5755 add_off = clen; in nfa_regmatch()
5764 add_off = clen; in nfa_regmatch()
5772 add_off = clen; in nfa_regmatch()
5775 add_off = 0; in nfa_regmatch()
5991 add_off = clen; in nfa_regmatch()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dregexp_nfa.c5747 int add_off = 0; in nfa_regmatch() local
6244 add_off = clen; in nfa_regmatch()
6251 add_off = bytelen; in nfa_regmatch()
6428 add_off = -1; in nfa_regmatch()
6434 add_off = 1; in nfa_regmatch()
6506 add_off = clen; in nfa_regmatch()
6516 add_off = clen; in nfa_regmatch()
6530 add_off = 0; in nfa_regmatch()
6743 add_off = clen; in nfa_regmatch()
6762 add_off = clen; in nfa_regmatch()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.c946 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_load() local
955 if (add_off >= 0x8000) { in tcg_out_tlb_load()
964 add_off -= 0x7ff0; in tcg_out_tlb_load()
977 tcg_out_opc_imm(s, OPC_LW, TCG_REG_A0, TCG_REG_A0, add_off); in tcg_out_tlb_load()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.c946 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend);
955 if (add_off >= 0x8000) {
964 add_off -= 0x7ff0;
977 tcg_out_opc_imm(s, OPC_LW, TCG_REG_A0, TCG_REG_A0, add_off);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/ppc/
H A Dtcg-target.inc.c1519 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1537 if (add_off >= 0x8000) { in tcg_out_tlb_read()
1542 assert(add_off - high == (int16_t)(add_off - high)); in tcg_out_tlb_read()
1546 add_off -= high; in tcg_out_tlb_read()
1571 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R3, TCG_REG_R3, add_off); in tcg_out_tlb_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/mips/
H A Dtcg-target.inc.c1223 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_load() local
1232 while (add_off >= 0x8000) { in tcg_out_tlb_load()
1238 add_off -= 0x7ff0; in tcg_out_tlb_load()
1262 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP2, TCG_REG_A0, add_off); in tcg_out_tlb_load()
1281 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP2, TCG_REG_A0, add_off); in tcg_out_tlb_load()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/arm/
H A Dtcg-target.c1162 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1178 if (add_off > 0xfff || (use_armv6_instructions && cmp_off > 0xff)) { in tcg_out_tlb_read()
1182 add_off -= cmp_off & 0xff00; in tcg_out_tlb_read()
1210 tcg_out_ld32_12(s, COND_AL, TCG_REG_R2, TCG_REG_R2, add_off); in tcg_out_tlb_read()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/arm/
H A Dtcg-target.c1162 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1178 if (add_off > 0xfff || (use_armv6_instructions && cmp_off > 0xff)) { in tcg_out_tlb_read()
1182 add_off -= cmp_off & 0xff00; in tcg_out_tlb_read()
1210 tcg_out_ld32_12(s, COND_AL, TCG_REG_R2, TCG_REG_R2, add_off); in tcg_out_tlb_read()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/ppc/
H A Dtcg-target.c1374 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1390 if (add_off >= 0x8000) { in tcg_out_tlb_read()
1400 add_off -= 0x7ff0; in tcg_out_tlb_read()
1425 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R3, TCG_REG_R3, add_off); in tcg_out_tlb_read()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/ppc/
H A Dtcg-target.c1374 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1390 if (add_off >= 0x8000) { in tcg_out_tlb_read()
1400 add_off -= 0x7ff0; in tcg_out_tlb_read()
1425 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R3, TCG_REG_R3, add_off); in tcg_out_tlb_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/arm/
H A Dtcg-target.inc.c1261 int add_off = offsetof(CPUArchState, tlb_table[mem_index][0].addend); in tcg_out_tlb_read() local
1309 add_off -= addend; in tcg_out_tlb_read()
1333 tcg_out_ld32_12(s, COND_AL, TCG_REG_R2, TCG_REG_R2, add_off); in tcg_out_tlb_read()

12