| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | test_dh.c | 331 unsigned char *sec1, *sec2; in check_prime() local 369 sec1 = malloc(size); in check_prime() 371 if (!sec1 || !sec2) { in check_prime() 375 ret = DH_compute_key(sec1, dh2->pub_key, dh1); in check_prime() 389 print_secret(sec1, size); in check_prime() 394 if (memcmp(sec1, sec2, size) == 0) in check_prime() 400 free(sec1); in check_prime()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | rtclock.c | 142 u_char sec1, sec2; in rtsettod() local 150 sec1 = dt->dt_sec / 10; in rtsettod() 165 RTC_WRITE(RTC_SEC10, sec1); in rtsettod()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| H A D | node-expand.txi | 36 @set sec1 Section 1.1 39 * @value{sec1}::
|
| /netbsd-src/external/bsd/ntp/dist/kernel/sys/ |
| H A D | tpro.h | 17 u_short sec1; /* seconds * 1*/ member
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | mktime.c | 169 ydhms_diff (long int year1, long int yday1, int hour1, int min1, int sec1, in ydhms_diff() argument 193 time_t seconds = 60 * minutes + sec1 - sec0; in ydhms_diff()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | coff-x86_64.c | 665 const struct bfd_section * sec1 = e1; in htab_eq_section_index() local 667 return sec1->index == sec2->index; in htab_eq_section_index()
|
| H A D | elf.c | 5826 const asection *sec1 = *(const asection **) arg1; in elf_sort_sections() local 5832 if (sec1->lma < sec2->lma) in elf_sort_sections() 5834 else if (sec1->lma > sec2->lma) in elf_sort_sections() 5839 if (sec1->vma < sec2->vma) in elf_sort_sections() 5841 else if (sec1->vma > sec2->vma) in elf_sort_sections() 5849 if (TOEND (sec1)) in elf_sort_sections() 5862 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections() 5870 return sec1->target_index - sec2->target_index; in elf_sort_sections()
|
| H A D | elf32-spu.c | 2353 asection *sec1,*sec2; in sort_syms() local 2356 sec1 = sort_syms_psecs[*s1 - sort_syms_syms]; in sort_syms() 2359 if (sec1 != sec2) in sort_syms() 2360 return sec1->index - sec2->index; in sort_syms()
|
| H A D | coffgen.c | 459 const struct bfd_section * sec1 = e1; in htab_eq_section_target_index() local 461 return sec1->target_index == sec2->target_index; in htab_eq_section_target_index()
|
| H A D | elflink.c | 8470 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument 8486 bfd1 = sec1->owner; in bfd_elf_match_symbols_in_sections() 8494 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections() 8497 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1); in bfd_elf_match_symbols_in_sections() 8521 = ((sec1->flags & SEC_DEBUGGING) == 0 in bfd_elf_match_symbols_in_sections() 8522 || ((elf_section_flags (sec1) & SHF_GROUP) in bfd_elf_match_symbols_in_sections()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objcopy.c | 4520 const asection *sec1 = *(const asection **) arg1; in compare_section_lma() local 4525 flags1 = sec1->flags; in compare_section_lma() 4542 if (sec1->lma > sec2->lma) in compare_section_lma() 4544 if (sec1->lma < sec2->lma) in compare_section_lma() 4548 if (bfd_section_size (sec1) > bfd_section_size (sec2)) in compare_section_lma() 4550 if (bfd_section_size (sec1) < bfd_section_size (sec2)) in compare_section_lma() 4553 if (sec1->id > sec2->id) in compare_section_lma() 4555 if (sec1->id < sec2->id) in compare_section_lma()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objcopy.c | 4626 const asection *sec1 = *(const asection **) arg1; in compare_section_lma() local 4631 flags1 = sec1->flags; in compare_section_lma() 4648 if (sec1->lma > sec2->lma) in compare_section_lma() 4650 if (sec1->lma < sec2->lma) in compare_section_lma() 4654 if (bfd_section_size (sec1) > bfd_section_size (sec2)) in compare_section_lma() 4656 if (bfd_section_size (sec1) < bfd_section_size (sec2)) in compare_section_lma() 4659 if (sec1->id > sec2->id) in compare_section_lma() 4661 if (sec1->id < sec2->id) in compare_section_lma()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldlang.c | 742 struct wildcard_list *sec1 = ptr->handler_data[1]; in walk_wild_section_specs4_wild2() local 754 s1 = find_section (file, sec1, &multiple_sections_found); in walk_wild_section_specs4_wild2() 767 walk_wild_consider_section (ptr, file, s, sec1, callback, data); in walk_wild_section_specs4_wild2() 5475 const asection *sec1 = ((const struct check_sec *) arg1)->sec; in sort_sections_by_lma() local 5478 if (sec1->lma < sec2->lma) in sort_sections_by_lma() 5480 else if (sec1->lma > sec2->lma) in sort_sections_by_lma() 5482 else if (sec1->id < sec2->id) in sort_sections_by_lma() 5484 else if (sec1->id > sec2->id) in sort_sections_by_lma() 5493 const asection *sec1 = ((const struct check_sec *) arg1)->sec; in sort_sections_by_vma() local 5496 if (sec1->vma < sec2->vma) in sort_sections_by_vma() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | install-info.c | 1518 struct spec_section **sec1 = (struct spec_section **) p1; in compare_section_names() local 1520 char *name1 = (*sec1)->name; in compare_section_names()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldlang.c | 5549 const asection *sec1 = ((const struct check_sec *) arg1)->sec; in sort_sections_by_lma() local 5552 if (sec1->lma < sec2->lma) in sort_sections_by_lma() 5554 else if (sec1->lma > sec2->lma) in sort_sections_by_lma() 5556 else if (sec1->id < sec2->id) in sort_sections_by_lma() 5558 else if (sec1->id > sec2->id) in sort_sections_by_lma() 5567 const asection *sec1 = ((const struct check_sec *) arg1)->sec; in sort_sections_by_vma() local 5570 if (sec1->vma < sec2->vma) in sort_sections_by_vma() 5572 else if (sec1->vma > sec2->vma) in sort_sections_by_vma() 5574 else if (sec1->id < sec2->id) in sort_sections_by_vma() 5576 else if (sec1->id > sec2->id) in sort_sections_by_vma()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf.c | 5268 const asection *sec1 = *(const asection **) arg1; in elf_sort_sections() local 5274 if (sec1->lma < sec2->lma) in elf_sort_sections() 5276 else if (sec1->lma > sec2->lma) in elf_sort_sections() 5281 if (sec1->vma < sec2->vma) in elf_sort_sections() 5283 else if (sec1->vma > sec2->vma) in elf_sort_sections() 5291 if (TOEND (sec1)) in elf_sort_sections() 5304 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections() 5312 return sec1->target_index - sec2->target_index; in elf_sort_sections()
|
| H A D | elf32-spu.c | 2352 asection *sec1,*sec2; in sort_syms() local 2355 sec1 = sort_syms_psecs[*s1 - sort_syms_syms]; in sort_syms() 2358 if (sec1 != sec2) in sort_syms() 2359 return sec1->index - sec2->index; in sort_syms()
|
| H A D | elflink.c | 8387 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument 8403 bfd1 = sec1->owner; in bfd_elf_match_symbols_in_sections() 8411 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections() 8414 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1); in bfd_elf_match_symbols_in_sections() 8438 = ((sec1->flags & SEC_DEBUGGING) == 0 in bfd_elf_match_symbols_in_sections() 8439 || ((elf_section_flags (sec1) & SHF_GROUP) in bfd_elf_match_symbols_in_sections()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | powerpc.cc | 1664 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()() 1665 { return sec1->address() < sec2->address(); } in operator ()()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | powerpc.cc | 1642 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()() 1643 { return sec1->address() < sec2->address(); } in operator ()()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_ldnsrr.1 | 2439 kw. 172800 IN NS sec1.apnic.net. 3161 sec1.apnic.net. 172800 IN A 202.12.29.59 3162 sec1.apnic.net. 172800 IN AAAA 2001:dc0:2001:a:4608::59
|
| H A D | test_ldnsrr.c1 | 4876 kw. 172800 IN NS sec1.apnic.net. 6320 sec1.apnic.net. 172800 IN A 202.12.29.59 6322 sec1.apnic.net. 172800 IN AAAA 2001:dc0:2001:a:4608::59
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | common.opt | 1041 -fsanitize-sections=<sec1,sec2,...> Sanitize global variables
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | common.opt | 1097 -fsanitize-sections=<sec1,sec2,...> Sanitize global variables
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 84606 7e0022025cf8a5491bd2a74321803c89 libgo/go/crypto/x509/sec1.go
|