Searched refs:month (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/autoconf/build-aux/
H A Dmdate-sh85 # until we find a month. This cannot work with files whose owner is a
87 # will be owned by a user whose name is a month. So we first look at
94 # Find which argument is the month.
95 month=
97 until test $month
103 Jan) month=January; nummonth=1;;
104 Feb) month=February; nummonth=2;;
105 Mar) month=March; nummonth=3;;
106 Apr) month=April; nummonth=4;;
107 May) month
[all...]
/haiku-buildtools/gcc/gmp/doc/
H A Dmdate-sh82 # until we find a month. This cannot work with files whose owner is a
84 # will be owned by a user whose name is a month. So we first look at
91 # Find which argument is the month.
92 month=
94 until test $month
100 Jan) month=January; nummonth=1;;
101 Feb) month=February; nummonth=2;;
102 Mar) month=March; nummonth=3;;
103 Apr) month=April; nummonth=4;;
104 May) month
[all...]
/haiku-buildtools/gcc/mpc/doc/
H A Dmdate-sh88 # until we find a month. This cannot work with files whose owner is a
90 # will be owned by a user whose name is a month. So we first look at
97 # Find which argument is the month.
98 month=
100 until test $month
106 Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month
[all...]
/haiku-buildtools/libtool/doc/
H A Dmdate-sh76 # until we find a month. This cannot work with files whose owner is a
78 # will be owned by a user whose name is a month. So we first look at
85 # Find which argument is the month.
86 month=
88 until test $month
94 Jan) month=January; nummonth=1;;
95 Feb) month=February; nummonth=2;;
96 Mar) month=March; nummonth=3;;
97 Apr) month=April; nummonth=4;;
98 May) month
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D8.cc40 wstring month; local
42 istrm >> setw(5) >> month >> sep >> year;
43 VERIFY( month.size() == 5 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D8.cc40 string month; local
42 istrm >> setw(5) >> month >> sep >> year;
43 VERIFY( month.size() == 5 );
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr52933-3.c8 typedef struct { int day; int month; } Interval; member in struct:__anon1861
21 if ((((span1->month) < 0) == ((span2->month) < 0))
22 && !(((result->month) < 0) == ((span1->month) < 0)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr62312.c4 typedef struct { int day; int month; } Interval; member in struct:__anon1182
16 if ((((span1->month) < 0) == ((span2->month) < 0))
17 && !(((result->month) < 0) == ((span1->month) < 0)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950628-1.c3 char hours, day, month; member in struct:__anon1748
13 now.month = 3;
28 if (f ().hours != 1 || f ().day != 2 || f ().month != 3 || f ().year != 4)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_constructor_comps_1.f9014 integer :: month component in type:date_m
36 if (xx%date%month /= -1) call abort
39 if (xx%date%month /= 1) call abort
42 if (xx%date%month /= 2) call abort
45 if (xx%date%month /= 12) call abort
/haiku-buildtools/legacy/gcc/libchill/
H A Dabstime.c51 * month
69 _abstime (mask, year, month, day, hour, minute, second,
71 int mask, year, month, day, hour, minute, second;
100 if (month < 1 || month > 12)
102 time_str->tm_mon = month - 1;
/haiku-buildtools/legacy/binutils/include/nlm/
H A Dexternal.h66 unsigned char month[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h211 long month; member in struct:nlm_internal_version_header
/haiku-buildtools/binutils/include/nlm/
H A Dexternal.h64 unsigned char month[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h211 long month; member in struct:nlm_internal_version_header
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmheader.y192 version_hdr->month = nlmlex_get_number ($2);
198 if (version_hdr->month < 1 || version_hdr->month > 12)
199 nlmheader_warn (_("illegal month"), -1);
H A Dnlmheader.c1392 version_hdr->month = nlmlex_get_number ((yyvsp[-2].string));
1398 if (version_hdr->month < 1 || version_hdr->month > 12)
1399 nlmheader_warn (_("illegal month"), -1);
H A Dnlmconv.c873 if (nlm_version_header (outbfd)->month == 0
882 nlm_version_header (outbfd)->month = ptm->tm_mon + 1;
/haiku-buildtools/binutils/binutils/
H A Dnlmheader.y191 version_hdr->month = nlmlex_get_number ($2);
197 if (version_hdr->month < 1 || version_hdr->month > 12)
198 nlmheader_warn (_("illegal month"), -1);
H A Dnlmheader.c1473 version_hdr->month = nlmlex_get_number ((yyvsp[-2].string));
1479 if (version_hdr->month < 1 || version_hdr->month > 12)
1480 nlmheader_warn (_("illegal month"), -1);
H A Dnlmconv.c872 if (nlm_version_header (outbfd)->month == 0
881 nlm_version_header (outbfd)->month = ptm->tm_mon + 1;
/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h195 nlm_version_header (abfd)->month =
196 get_word (abfd, (bfd_byte *) thdr.month);
658 put_word (abfd, (bfd_vma) nlm_version_header (abfd)->month,
659 (bfd_byte *) thdr.month);
H A Dieee.c2944 INTn (month);
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h194 nlm_version_header (abfd)->month =
195 get_word (abfd, (bfd_byte *) thdr.month);
657 put_word (abfd, (bfd_vma) nlm_version_header (abfd)->month,
658 (bfd_byte *) thdr.month);
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c388 __gnat_to_os_time (OS_Time *p_time, int year, int month, int day,
394 v.tm_mon = month;
387 __gnat_to_os_time(OS_Time *p_time, int year, int month, int day, int hours, int mins, int secs) argument

Completed in 175 milliseconds

12