Home
last modified time | relevance | path

Searched refs:sec_start (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/www/man2web/man2web-0.88/src/
H A Doutput_apropos.c66 char *sec_start = NULL; in apr_add_line() local
90 sec_start = strchr(prog_end, '('); in apr_add_line()
92 if(sec_start != NULL) { in apr_add_line()
94 sec_end = strchr(sec_start, ')'); in apr_add_line()
98 section = strndup(sec_start + 1, sec_end - (sec_start + 1)); in apr_add_line()
100 white_start = sec_start; in apr_add_line()
/dports/sysutils/fselect/fselect-0.7.7/src/util/
H A Ddatetime.rs65 let sec_start: u32; in parse_datetime() localVariable
69 sec_start = val.as_str().parse().unwrap(); in parse_datetime()
70 sec_finish = sec_start; in parse_datetime()
73 sec_start = 0; in parse_datetime()
80 let start = date.and_hms(hour_start, min_start, sec_start); in parse_datetime()
/dports/dns/bind911/bind-9.11.37/bin/tests/system/rrl/
H A Dtests.sh51 sec_start () { function
165 sec_start
194 sec_start
217 sec_start
245 sec_start
260 sec_start
/dports/dns/bind916/bind-9.16.27/bin/tests/system/rrl/
H A Dtests.sh53 sec_start () { function
167 sec_start
196 sec_start
219 sec_start
247 sec_start
262 sec_start
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/rrl/
H A Dtests.sh53 sec_start () { function
167 sec_start
196 sec_start
219 sec_start
247 sec_start
262 sec_start
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/rrl/
H A Dtests.sh51 sec_start () { function
163 sec_start
192 sec_start
215 sec_start
243 sec_start
258 sec_start
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/rrl/
H A Dtests.sh50 sec_start () { function
164 sec_start
192 sec_start
215 sec_start
243 sec_start
258 sec_start
/dports/comms/wsjtz/wsjtx/lib/
H A Demedop.f9029 sec_start=3600.0*ih + 60.0*im + is
38 sec=sec_start
39 ncalc=(sec_stop - sec_start)/sec_step
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-dump.c385 bfd_vma sec_start = bfd_section_vma (isec); in restore_one_section() local
387 bfd_vma sec_end = sec_start + size; in restore_one_section()
398 || (load_end > 0 && sec_start >= load_end)) in restore_one_section()
409 if (sec_start < load_start) in restore_one_section()
410 sec_offset = load_start - sec_start; in restore_one_section()
424 (unsigned long) sec_start, in restore_one_section()
430 (unsigned long) sec_start in restore_one_section()
433 (unsigned long) sec_start + sec_offset in restore_one_section()
439 ret = target_write_memory (sec_start + sec_offset + load_offset, in restore_one_section()
/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dio_ihex.c230 ut32 sec_start = 0; //addr for next section write in ihex_parse() local
271 if (r_buf_write_at (rbuf, sec_start, sec_tmp, (int) sec_size) != sec_size) { in ihex_parse()
277 sec_start = segreg + addr_tmp; in ihex_parse()
313 if (r_buf_write_at(rbuf, sec_start, sec_tmp, sec_size) != sec_size) { in ihex_parse()
314 eprintf ("sparse buffer problem, giving up. ssiz=%X, sstart=%X\n", sec_size, sec_start); in ihex_parse()
326 if (r_buf_write_at(rbuf, sec_start, sec_tmp, sec_size) != sec_size) { in ihex_parse()
359 sec_start = segreg; in ihex_parse()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/crt/
H A Dpseudo-reloc.c174 PBYTE sec_start; member
190 if (the_secs[i].sec_start <= ((LPBYTE) addr) in mark_section_writable()
191 && ((LPBYTE) addr) < (the_secs[i].sec_start + the_secs[i].hash->Misc.VirtualSize)) in mark_section_writable()
202 the_secs[i].sec_start = _GetPEImageBase () + h->VirtualAddress; in mark_section_writable()
204 if (!VirtualQuery (the_secs[i].sec_start, &b, sizeof(b))) in mark_section_writable()
207 (int) h->Misc.VirtualSize, the_secs[i].sec_start); in mark_section_writable()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/crt/
H A Dpseudo-reloc.c174 PBYTE sec_start; member
190 if (the_secs[i].sec_start <= ((LPBYTE) addr) in mark_section_writable()
191 && ((LPBYTE) addr) < (the_secs[i].sec_start + the_secs[i].hash->Misc.VirtualSize)) in mark_section_writable()
202 the_secs[i].sec_start = _GetPEImageBase () + h->VirtualAddress; in mark_section_writable()
204 if (!VirtualQuery (the_secs[i].sec_start, &b, sizeof(b))) in mark_section_writable()
207 (int) h->Misc.VirtualSize, the_secs[i].sec_start); in mark_section_writable()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/cli/
H A Dcli-dump.c442 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local
444 bfd_vma sec_end = sec_start + size; in restore_section_callback()
457 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()
468 if (sec_start < data->load_start) in restore_section_callback()
469 sec_offset = data->load_start - sec_start; in restore_section_callback()
484 (unsigned long) sec_start, in restore_section_callback()
490 (unsigned long) sec_start in restore_section_callback()
493 (unsigned long) sec_start + sec_offset in restore_section_callback()
499 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
/dports/devel/gdb761/gdb-7.6.1/gdb/cli/
H A Dcli-dump.c442 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local
444 bfd_vma sec_end = sec_start + size; in restore_section_callback()
457 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()
468 if (sec_start < data->load_start) in restore_section_callback()
469 sec_offset = data->load_start - sec_start; in restore_section_callback()
484 (unsigned long) sec_start, in restore_section_callback()
490 (unsigned long) sec_start in restore_section_callback()
493 (unsigned long) sec_start + sec_offset in restore_section_callback()
499 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-dump.c457 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local
459 bfd_vma sec_end = sec_start + size; in restore_section_callback()
472 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()
483 if (sec_start < data->load_start) in restore_section_callback()
484 sec_offset = data->load_start - sec_start; in restore_section_callback()
499 (unsigned long) sec_start, in restore_section_callback()
504 paddr_nz ((unsigned long) sec_start in restore_section_callback()
506 paddr_nz ((unsigned long) sec_start + sec_offset in restore_section_callback()
512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-dump.c457 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local
459 bfd_vma sec_end = sec_start + size; in restore_section_callback()
472 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()
483 if (sec_start < data->load_start) in restore_section_callback()
484 sec_offset = data->load_start - sec_start; in restore_section_callback()
499 (unsigned long) sec_start, in restore_section_callback()
504 paddr_nz ((unsigned long) sec_start in restore_section_callback()
506 paddr_nz ((unsigned long) sec_start + sec_offset in restore_section_callback()
512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A Dfilter.pl507 local($sec_start, $sec_end); # Start and end converted in seconds
508 $sec_start = &getdate($start, $now);
509 if ($sec_start == -1) {
518 if ($sec_start > $sec_end) {
528 &add_log("SELECT ($sec_start, $sec_end) at $now") if $loglvl > 11;
531 if ($now >= $sec_start && $now <= $sec_end) {
/dports/www/netsurf/netsurf-3.10/utils/nsurl/
H A Dparse.c810 char *sec_start = norm_start; in nsurl__create_from_section() local
814 sec_start += pegs->colon_first - in nsurl__create_from_section()
816 if (lwc_intern_string(sec_start, in nsurl__create_from_section()
824 sec_start = norm_start; in nsurl__create_from_section()
833 if (lwc_intern_string(sec_start, length, in nsurl__create_from_section()
852 char *sec_start = norm_start; in nsurl__create_from_section() local
869 sec_start += colon - pegs->at; in nsurl__create_from_section()
871 if (!ascii_is_digit(*sec_start)) { in nsurl__create_from_section()
892 *sec_start == '8' && in nsurl__create_from_section()
893 *(sec_start + 1) == '0') { in nsurl__create_from_section()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
55 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
55 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc55 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
56 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc53 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
54 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
55 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
55 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
55 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc53 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local
54 uptr sec_end = sec_start + sc->size; in NextSectionLoad()
55 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()

12345678