Searched refs:sec (Results 526 - 550 of 678) sorted by relevance

<<2122232425262728

/openbsd-current/sbin/pfctl/
H A Dpfctl_parser.c540 unsigned int sec, min, hrs; local
543 sec = day % 60;
551 running, (long long)day, hrs, min, sec);
668 int min, sec; local
697 sec = sn->creation % 60;
701 printf(" age %.2u:%.2u:%.2u", sn->creation, min, sec);
703 sec = sn->expire % 60;
708 sn->expire, min, sec);
/openbsd-current/usr.bin/sndiod/
H A Ddev.c240 data = mtc->sec & 0xf;
243 data = mtc->sec >> 4;
263 mtc->sec++;
264 if (mtc->sec < 60)
266 mtc->sec = 0;
322 mtc->sec = (mtc->origin / (MTC_SEC)) % 60;
332 x.u.full.sec = mtc->sec;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpef.c675 static int bfd_pef_parse_traceback_tables (abfd, sec, buf, len, nsym, csym)
677 asection *sec;
714 ret = bfd_pef_parse_traceback_table (abfd, sec, buf, len, pos + 4,
742 traceback.section = sec;
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Davr.h120 AVR_INSN (sec, "", "1001010000001000", 1, AVR_ISA_1200, 0x9408)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Davr.h126 AVR_INSN (sec, "", "1001010000001000", 1, AVR_ISA_1200, 0x9408)
/openbsd-current/usr.bin/mandoc/
H A Dmdoc.c389 SEC_NAME != mdoc->last->sec)
H A Dmdoc_markdown.c872 else if (n->sec == SEC_AUTHORS &&
1337 if (n->sec == SEC_LIBRARY)
1493 if (n->sec == SEC_SEE_ALSO)
1503 if (n->sec == SEC_AUTHORS)
H A Droff.h533 enum roff_sec sec; /* Current named section. */ member in struct:roff_node
/openbsd-current/gnu/llvm/lld/ELF/
H A DTarget.h92 virtual void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const;
H A DScriptParser.cpp156 if (a.sec == nullptr || (a.forceAbsolute && !b.isAbsolute()))
164 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc};
171 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};
176 return {a.sec, a.forceAbsolute,
182 return {a.sec, a.forceAbsolute,
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm287 B<csc>, B<cosec>, B<sec>, B<sec>, B<cot>, B<cotan>
341 sec
363 C<tan>, C<sec>, C<tanh>, C<sech>, the argument cannot be I<pi/2 + k *
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dlibworker.c675 int sec = 0; local
677 sec = 1;
679 sec = 2;
681 (buf?(int)sldns_buffer_limit(buf):0), sec, why_bogus, was_ratelimited);
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dlibworker.c675 int sec = 0; local
677 sec = 1;
679 sec = 2;
681 (buf?(int)sldns_buffer_limit(buf):0), sec, why_bogus, was_ratelimited);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.c614 asection *sec,
651 ret = bfd_pef_parse_traceback_table (abfd, sec, buf, len, pos + 4,
678 traceback.section = sec;
613 bfd_pef_parse_traceback_tables(bfd *abfd, asection *sec, unsigned char *buf, size_t len, long *nsym, asymbol **csym) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c566 asection *sec,
569 segment_info_type *seginfo = seg_info (sec);
3711 segT sec = subseg_new (".mdebug", 0);
3712 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENTS | SEC_READONLY);
3713 bfd_set_section_alignment (stdoutput, sec, 3);
4756 maybe_set_gp (asection *sec)
4760 if (!sec)
4762 vma = bfd_get_section_vma (foo, sec);
4976 segT sec = subseg_new (".mdebug", (subsegT) 0);
4977 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENT
559 alpha_adjust_relocs(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void * ptr ATTRIBUTE_UNUSED) argument
3702 segT sec = subseg_new (".mdebug", 0); local
4744 maybe_set_gp(asection *sec) argument
4963 segT sec = subseg_new (".mdebug", (subsegT) 0); local
[all...]
H A Dtc-avr.c442 asection *sec ATTRIBUTE_UNUSED,
978 md_pcrel_from_section (fixS *fixp, segT sec) argument
982 || (S_GET_SEGMENT (fixp->fx_addsy) != sec)))
H A Dtc-mips.c1854 segT sec;
1868 sec = subseg_new (".reginfo", (subsegT) 0);
1870 bfd_set_section_flags (stdoutput, sec, flags);
1871 bfd_set_section_alignment (stdoutput, sec, HAVE_NEWABI ? 3 : 2);
1879 sec = subseg_new (".MIPS.options", (subsegT) 0);
1880 bfd_set_section_flags (stdoutput, sec, flags);
1881 bfd_set_section_alignment (stdoutput, sec, 3);
1903 sec = subseg_new (".mdebug", (subsegT) 0);
1904 (void) bfd_set_section_flags (stdoutput, sec,
1906 (void) bfd_set_section_alignment (stdoutput, sec,
1847 segT sec; local
11884 s_change_sec(int sec) argument
12090 asection *sec; local
13022 mips16_extended_frag(fragS *fragp, asection *sec, long stretch) argument
13222 relaxed_branch_length(fragS *fragp, asection *sec, int update) argument
13434 mips_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
/openbsd-current/usr.sbin/eigrpctl/
H A Deigrpctl.c366 printf(" Delay %u usec, Bandwidth %u Kbit/sec\n",
407 unsigned int sec, min, hrs, day; local
419 sec = week % 60;
433 snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
/openbsd-current/usr.bin/ftp/
H A Dutil.c621 int yy, mo, day, hour, min, sec; local
643 &day, &hour, &min, &sec);
645 timebuf.tm_sec = sec;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c1584 segT sec;
1598 sec = subseg_new (".reginfo", (subsegT) 0);
1600 bfd_set_section_flags (stdoutput, sec, flags);
1601 bfd_set_section_alignment (stdoutput, sec, HAVE_NEWABI ? 3 : 2);
1609 sec = subseg_new (".MIPS.options", (subsegT) 0);
1610 bfd_set_section_flags (stdoutput, sec, flags);
1611 bfd_set_section_alignment (stdoutput, sec, 3);
1633 sec = subseg_new (".mdebug", (subsegT) 0);
1634 (void) bfd_set_section_flags (stdoutput, sec,
1636 (void) bfd_set_section_alignment (stdoutput, sec,
1578 segT sec; local
11722 s_change_sec(int sec) argument
11952 asection *sec; local
12859 mips16_extended_frag(fragS *fragp, asection *sec, long stretch) argument
13059 relaxed_branch_length(fragS *fragp, asection *sec, int update) argument
13327 mips_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
H A Dtc-d30v.c383 md_convert_frag (abfd, sec, fragP)
385 asection *sec ATTRIBUTE_UNUSED;
1825 md_pcrel_from_section (fixp, sec)
1827 segT sec;
1831 || (S_GET_SEGMENT (fixp->fx_addsy) != sec)))
H A Dtc-sh64.c418 shmedia_frob_section_type (asection *sec) argument
421 seginfo = seg_info (sec);
440 sec_elf_data = sh64_elf_section_data (sec)->sh64_info;
444 sh64_elf_section_data (sec)->sh64_info = sec_elf_data;
3025 shmedia_md_pcrel_from_section (struct fix *fixP, segT sec ATTRIBUTE_UNUSED)
3063 return (valueT) md_pcrel_from_section (fixP, sec);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1452 int sec;
1460 sec = -1;
1464 sec = secnum_to_section (cs->c_secnum, objfile);
1465 off = ANOFFSET (objfile->section_offsets, sec);
1543 SYMBOL_SECTION (sym) = sec;
1447 int sec; local
/openbsd-current/usr.sbin/unbound/validator/
H A Dautotrust.c1268 enum sec_status sec = val_verify_DNSKEY_with_TA(env, ve, rrset, local
1276 sec_status_to_string(sec));
1277 return sec == sec_status_secure;
1312 enum sec_status sec; local
1318 sec = dnskey_verify_rrset(env, ve, dnskey_rrset, dnskey_rrset, i,
1320 return (sec == sec_status_secure);
2053 verbose(VERB_ALGO, "scheduled next probe in " ARG_LL "d sec", (long long)tv.tv_sec);
2337 sldns_buffer* ATTR_UNUSED(buf), enum sec_status ATTR_UNUSED(sec),
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dautotrust.c1272 enum sec_status sec = val_verify_DNSKEY_with_TA(env, ve, rrset, local
1280 sec_status_to_string(sec));
1281 return sec == sec_status_secure;
1316 enum sec_status sec; local
1322 sec = dnskey_verify_rrset(env, ve, dnskey_rrset, dnskey_rrset, i,
1324 return (sec == sec_status_secure);
2057 verbose(VERB_ALGO, "scheduled next probe in " ARG_LL "d sec", (long long)tv.tv_sec);
2341 sldns_buffer* ATTR_UNUSED(buf), enum sec_status ATTR_UNUSED(sec),

Completed in 565 milliseconds

<<2122232425262728