Searched refs:sec (Results 176 - 200 of 209) sorted by relevance

123456789

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.y265 time_t sec, long int nsec)
269 pc->seconds.tv_sec = sec;
1556 long int sec = d.tv_sec;
1557 printf ("localtime (%ld) failed\n", sec);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dpef.c678 static int bfd_pef_parse_traceback_tables (abfd, sec, buf, len, nsym, csym)
680 asection *sec;
717 ret = bfd_pef_parse_traceback_table (abfd, sec, buf, len, pos + 4,
745 traceback.section = sec;
H A Dlibbfd-in.h681 asection *sec;
678 asection *sec; member in struct:bfd_section_already_linked
H A Dvms-tir.c2056 _bfd_vms_debug (4, "sym %s in sec %s, value %08lx, addr %08lx, off %08lx, len %d: %s\n",
2121 asection *sec = sym->section;
2183 (unsigned long) (sec->index));
2250 (unsigned long) (sec->index));
2276 (unsigned long) (sec->index));
2118 asection *sec = sym->section; local
H A Darchive.c1849 asection *sec = syms[src_count]->section;
1854 bfd_is_com_section (sec))
1855 && ! bfd_is_und_section (sec))
1841 asection *sec = syms[src_count]->section; local
H A Dlibbfd.h686 asection *sec;
683 asection *sec; member in struct:bfd_section_already_linked
H A Dieee.c1431 asection *sec;
1437 sec = bfd_make_section (abfd, ".debug");
1438 if (sec == NULL)
1440 sec->flags |= SEC_DEBUGGING | SEC_HAS_CONTENTS;
1441 sec->filepos = ieee->w.r.debug_information_part;
1444 sec->size = debug_end - ieee->w.r.debug_information_part;
2087 this after a sec section, even though the standard says not
1429 asection *sec; local
H A Decoff.c1730 asection *sec;
1752 sec = bfd_get_section_by_name (abfd, sec_name);
1753 if (sec == (asection *) NULL)
1755 rptr->sym_ptr_ptr = sec->symbol_ptr_ptr;
1757 rptr->addend = - bfd_get_section_vma (abfd, sec);
1725 asection *sec; local
H A Dsom.c6386 som_bfd_link_split_section (abfd, sec)
6388 asection *sec;
6390 return (som_is_subspace (sec) && sec->size > 240000);
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Davr.h125 AVR_INSN (sec, "", "1001010000001000", 1, AVR_ISA_1200, 0x9408)
/haiku-fatelf/src/apps/webpositive/support/
H A DDateTime.cpp160 int32 sec = timeinfo->tm_sec; local
161 return BTime(timeinfo->tm_hour, timeinfo->tm_min, (sec > 59) ? 59 : sec,
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c704 int yy, mo, day, hour, min, sec; local
738 &yy, &mo, &day, &hour, &min, &sec) != 6) {
744 timebuf.tm_sec = sec;
H A Dftp.c532 empty(FILE *cin, FILE *din, int sec) argument
548 if ((nr = xpoll(pfd, nfd, sec * 1000)) <= 0)
/haiku-fatelf/src/kits/support/
H A DDateTime.cpp163 int32 sec = timeinfo->tm_sec;
164 return BTime(timeinfo->tm_hour, timeinfo->tm_min, (sec > 59) ? 59 : sec,
/haiku-fatelf/src/bin/gdb/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
H A Dia64-tdep.c2440 struct obj_section *sec = find_pc_section (ip);
2445 if (!sec)
2466 ret = ia64_find_unwind_table (sec->objfile, ip, &di, &buf);
2439 struct obj_section *sec = find_pc_section (ip); local
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c971 mkfmt (buf, prec, lng, sec, sec_fraction)
974 time_t sec;
987 min = sec / 60;
988 sec %= 60;
1002 abuf[aind--] = (sec % 10) + '0';
1003 while (sec /= 10);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1551 int sec, cycle, cycle_match; local
1554 sec = cycle_now >> 13;
1563 sec ++;
1568 sec ++;
1574 cycle_match = ((sec << 13) | cycle) & 0x7ffff;
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetlib.c1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
3044 int sec,
3060 sec = time2.tv_sec - time1.tv_sec;
3062 lib_elapsed = (float)sec + ((float)usec/(float)1000000.0);
3389 1 - 9 in increments of 1 sec
3390 1 - 9 in increments of 10 sec
3020 int sec, local
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c6384 xsltSecurityPrefsPtr sec; local
6400 sec = xsltGetDefaultSecurityPrefs();
6401 if (sec != NULL) {
6404 res = xsltCheckRead(sec, NULL, filename);
H A DxsltInternals.h1612 void * sec; /* the security preferences if any */ member in struct:_xsltTransformContext
H A Dtransform.c465 cur->sec = xsltGetDefaultSecurityPrefs();
2961 if (ctxt->sec != NULL) {
2962 ret = xsltCheckWrite(ctxt->sec, ctxt, filename);
5464 ret = xsltCheckWrite(ctxt->sec, ctxt, (const xmlChar *) output);
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_hw.h501 u64 sec; member in struct:e1000_hw_stats
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em.c2670 adapter->stats.sec += E1000_READ_REG(&adapter->hw, SEC);
2824 (long long)adapter->stats.sec);
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex1247 \advancenumber{sec\thissecnum}%
1277 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1612 \def\lsize{sec}\def\lllsize{text}%
3958 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
3964 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%
3971 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
4068 \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{}
4242 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
4307 % @section sec-whatever
4320 % Example usage: \writetocentry{sec}{Sectio
[all...]

Completed in 383 milliseconds

123456789