Home
last modified time | relevance | path

Searched refs:psec (Results 1 – 11 of 11) sorted by relevance

/NextBSD/crypto/openssl/crypto/
HDo_time.c250 long *pday, int *psec);
282 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
305 if (psec) in OPENSSL_gmtime_diff()
306 *psec = diff_sec; in OPENSSL_gmtime_diff()
314 long *pday, int *psec) in julian_adj() argument
352 *psec = offset_hms; in julian_adj()
HDo_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec,
/NextBSD/crypto/openssl/doc/crypto/
HDASN1_TIME_set.pod17 int ASN1_TIME_diff(int *pday, int *psec,
45 ASN1_TIME_diff() sets B<*pday> and B<*psec> to the time difference between
47 one or both (depending on the time difference) of B<*pday> and B<*psec>
49 one or both of B<*pday> and B<*psec> will be negative. If B<to> and B<from>
50 represent the same time then B<*pday> and B<*psec> will both be zero.
51 If both B<*pday> and B<*psec> are non-zero they will always have the same
52 sign. The value of B<*psec> will always be less than the number of seconds
/NextBSD/crypto/openssl/crypto/asn1/
HDa_time.c219 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
227 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
HDasn1.h863 int ASN1_TIME_diff(int *pday, int *psec,
/NextBSD/contrib/ntp/util/
HDsht.c69 LPSECURITY_ATTRIBUTES psec=0; in getShmTime()
81 psec, sizeof (struct shmTime),buf); in getShmTime()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_shm.c159 LPSECURITY_ATTRIBUTES psec = 0; in getShmTime() local
183 psec = &sa; in getShmTime()
185 shmid = CreateFileMapping ((HANDLE)0xffffffff, psec, PAGE_READWRITE, in getShmTime()
/NextBSD/contrib/binutils/bfd/
HDmerge.c803 _bfd_merged_section_offset (bfd *output_bfd ATTRIBUTE_UNUSED, asection **psec, in _bfd_merged_section_offset() argument
809 asection *sec = *psec; in _bfd_merged_section_offset()
871 *psec = entry->secinfo->sec; in _bfd_merged_section_offset()
HDelf.c8683 asection **psec, in _bfd_elf_rela_local_sym() argument
8686 asection *sec = *psec; in _bfd_elf_rela_local_sym()
8697 _bfd_merged_section_offset (abfd, psec, in _bfd_elf_rela_local_sym()
8700 if (sec != *psec) in _bfd_elf_rela_local_sym()
8708 sec->kept_section = *psec; in _bfd_elf_rela_local_sym()
8709 sec = *psec; in _bfd_elf_rela_local_sym()
8720 asection **psec, in _bfd_elf_rel_local_sym() argument
8723 asection *sec = *psec; in _bfd_elf_rel_local_sym()
8728 return _bfd_merged_section_offset (abfd, psec, in _bfd_elf_rel_local_sym()
HDelflink.c835 asection **psec, in _bfd_elf_merge_symbol() argument
856 sec = *psec; in _bfd_elf_merge_symbol()
1246 && !bed->merge_symbol (info, sym_hash, h, sym, psec, pvalue, in _bfd_elf_merge_symbol()
1305 *psec = sec = bfd_und_section_ptr; in _bfd_elf_merge_symbol()
1331 *psec = sec = bed->common_section (oldsec); in _bfd_elf_merge_symbol()
1461 asection **psec, in _bfd_elf_add_default_symbol() argument
1522 sec = *psec; in _bfd_elf_add_default_symbol()
1630 sec = *psec; in _bfd_elf_add_default_symbol()
7347 elf_link_sort_relocs (bfd *abfd, struct bfd_link_info *info, asection **psec) in elf_link_sort_relocs() argument
7609 *psec = dynamic_relocs; in elf_link_sort_relocs()
HDelf64-x86-64.c3544 asection **psec, in elf64_x86_64_merge_symbol() argument
3582 *psec = *sec = bfd_com_section_ptr; in elf64_x86_64_merge_symbol()