Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 121) sorted by relevance

12345

/haiku/src/system/libroot/posix/musl/time/
H A D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
58 years = remyears + 4*q_cycles + 100*c_cycles + 400LL*qc_cycles; in __secs_to_tm()
65 years++; in __secs_to_tm()
68 if (years+100 > INT_MAX || years+100 < INT_MIN) in __secs_to_tm()
71 tm->tm_year = years + 100; in __secs_to_tm()
/haiku/src/bin/unzip/
H A Dtimezone.c743 int years, months, days, hours, minutes, seconds; local
745 years = tm->tm_year + TM_YEAR_BASE; /* year - 1900 -> year */
755 ADJUST_TM(months, years, 12)
759 --years;
762 days += monthlen(months, years);
765 while (days >= monthlen(months, years)) {
766 days -= monthlen(months, years);
768 ++years;
774 tm->tm_year = years - TM_YEAR_BASE;
782 days += YDAYS(months, years);
[all …]
/haiku/docs/develop/
H A Dindex.rst25 * The `Haiku website <https://www.haiku-os.org>`_ has several years of blog posts and articles
/haiku/data/catalogs/apps/haikudepot/
H A Dzh_Hans.catkeys99 …t one year old}other{I am # years of age or older}} LocaleUtils {0, plural,one{I am at least one …
176 …one{# year of age} other{# years of age}} or older. UserUsageConditions 用户年龄需高于 {0, plural, one{#…
H A Dth.catkeys70 …t one year old}other{I am # years of age or older}} LocaleUtils {0, plural,one{I am at least one …
H A Dro.catkeys99 …t one year old}other{I am # years of age or older}} LocaleUtils {0, plural,one{I am at least one …
177 … of age} other{# years of age}} or older. UserUsageConditions Utilizatorii trebuie să aibă {0, pl…
H A Dja.catkeys98 {0, plural,one{I am at least one year old}other{I am # years of age or older}} LocaleUtils {0, plu…
176 Users are required to be {0, plural, one{# year of age} other{# years of age}} or older. UserUsageC…
H A Del.catkeys97 {0, plural,one{I am at least one year old}other{I am # years of age or older}} LocaleUtils {0, plu…
174 Users are required to be {0, plural, one{# year of age} other{# years of age}} or older. UserUsageC…
H A Dru.catkeys99 {0, plural,one{I am at least one year old}other{I am # years of age or older}} LocaleUtils {0, plu…
177 Users are required to be {0, plural, one{# year of age} other{# years of age}} or older. UserUsageC…
H A Dko.catkeys99 {0, plural,one{I am at least one year old}other{I am # years of age or older}} LocaleUtils {0, plu…
177 Users are required to be {0, plural, one{# year of age} other{# years of age}} or older. UserUsageC…
H A Duk.catkeys99 {0, plural,one{I am at least one year old}other{I am # years of age or older}} LocaleUtils {0, plu…
177 Users are required to be {0, plural, one{# year of age} other{# years of age}} or older. UserUsageC…
/haiku/src/kits/support/
H A DDateTime.cpp685 BDate::AddYears(int32 years) in AddYears() argument
689 fYear += years; in AddYears()
692 fYear += (years > 0) ? +1 : -1; in AddYears()
/haiku/headers/os/support/
H A DDateTime.h116 void AddYears(int32 years);
/haiku/data/catalogs/apps/installer/
H A Dth.catkeys27 …tions with it. While DriveSetup has been quite thoroughly tested over the years, it's recommended …
H A Did.catkeys27 …tions with it. While DriveSetup has been quite thoroughly tested over the years, it's recommended …
H A Del.catkeys40 …tions with it. While DriveSetup has been quite thoroughly tested over the years, it's recommended …
H A Dja.catkeys40 …tions with it. While DriveSetup has been quite thoroughly tested over the years, it's recommended …
H A Dzh_Hans.catkeys40 …tions with it. While DriveSetup has been quite thoroughly tested over the years, it's recommended …
/haiku/data/system/data/fortunes/
H A DOS Fortunes10 …r people). But I knew that when my career was over, I would look back on years of building walls …
14 "But the most reliable indication of the future of Open Source is its past: in just a few years, we…
H A DKids12 …nal pride and joy slowly turned to concern however, for after a couple of years the child had neve…
13 …The couple is stunned. The man, in tears, confronts his son. "Son, after all these years, why ha…
163 There is no need to do any housework at all. After the first four years the dirt doesn't get any w…
329 …d) "Elwood, in this world you must be oh so smart or oh so pleasant." For years I tried smart. I …
435 The years of peak mental activity are undoubtedly between the ages of four and eighteen. At four w…
458 life, because they are trying to achieve what lay beyond their grasp before they were five years ol…
H A DSports43 Although written many years ago, Lady Chatterley's Lover has just been reissued by the Grove Press,…
66 (heard in Rutledge, Missouri, about eighteen years ago)
68 …ntil I reminded him that the Hawkins' had a fence across there about five years back. Now, this d…
158 … be suspended, and I don't care if it wrecks the National League for five years. This is the Unit…
265 …ports is older than recorded history, dating back to the time millions of years ago, when the firs…
350 Several years ago, an international chess tournament was being held in a swank hotel in New York. …
404 …... You've got to start way down, at the bottom, when you're six or seven years old. You can't wai…
H A DMedicine53 …One day, about twenty years after the fateful birth, the woman got a phone call from another docto…
57 After twelve years of therapy my psychiatrist said something that brought tears to my eyes. He sai…
81 …ith pride to these practices as the cause of their sturdy health and ripe years; the truth being t…
/haiku/docs/develop/kernel/arch/arm/
H A Doverview.rst28 Over the years, various possible ARM targets have been considered for the Haiku ARM port.
/haiku/docs/develop/release/
H A Dcookbook.rst42 …* Update copyright years in the `bootloader menu <https://git.haiku-os.org/haiku/tree/src/system/b…
/haiku/docs/user/support/
H A DDateTime.dox580 \fn void BPrivate::BDate::AddYears(int32 years)
583 \param years Undocumented

12345