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

1234567

/netbsd-6-1-5-RELEASE/share/zoneinfo/
H A Dleapseconds.awk47 month = $5
55 if (month == "Jan") {
57 month = "Dec";
59 } else if (month == "Jul") {
60 month = "Jun";
63 printf "Leap\t%s\t%s\t%s\t%s\tS\n", year, month, day, sign
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/doc/
H A Dmdate-sh89 # until we find a month. This cannot work with files whose owner is a
91 # will be owned by a user whose name is a month. So we first look at
98 # Find which argument is the month.
99 month=
101 until test $month
107 Jan) month=January; nummonth=1;;
108 Feb) month=February; nummonth=2;;
109 Mar) month=March; nummonth=3;;
110 Apr) month=April; nummonth=4;;
111 May) month
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
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...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
H A Dmdate-sh89 # until we find a month. This cannot work with files whose owner is a
91 # will be owned by a user whose name is a month. So we first look at
98 # Find which argument is the month.
99 month=
101 until test $month
107 Jan) month=January; nummonth=1;;
108 Feb) month=February; nummonth=2;;
109 Mar) month=March; nummonth=3;;
110 Apr) month=April; nummonth=4;;
111 May) month
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/doc/
H A Dmdate-sh77 # until we find a month. This cannot work with files whose owner is a
79 # will be owned by a user whose name is a month. So we first look at
86 # Find which argument is the month.
87 month=
89 until test $month
95 Jan) month=January; nummonth=1;;
96 Feb) month=February; nummonth=2;;
97 Mar) month=March; nummonth=3;;
98 Apr) month=April; nummonth=4;;
99 May) month
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dmdate-sh77 # until we find a month. This cannot work with files whose owner is a
79 # will be owned by a user whose name is a month. So we first look at
86 # Find which argument is the month.
87 month=
89 until test $month
95 Jan) month=January; nummonth=1;;
96 Feb) month=February; nummonth=2;;
97 Mar) month=March; nummonth=3;;
98 Apr) month=April; nummonth=4;;
99 May) month
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/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...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D8.cc41 string month; local
43 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( month.size() == 5 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D8.cc41 wstring month; local
43 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( month.size() == 5 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D8.cc41 string month; local
43 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( month.size() == 5 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D8.cc41 wstring month; local
43 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( month.size() == 5 );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/doc/
H A Dmdate-sh35 # The month is at least the fourth argument
41 # Find the month. Next argument is day, followed by the year or time.
42 month=
43 until test $month
47 Jan) month=January; nummonth=1;;
48 Feb) month=February; nummonth=2;;
49 Mar) month=March; nummonth=3;;
50 Apr) month=April; nummonth=4;;
51 May) month=May; nummonth=5;;
52 Jun) month
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/doc/
H A Dmdate-sh40 # The month is at least the fourth argument
46 # Find the month. Next argument is day, followed by the year or time.
47 month=
48 until test $month
52 Jan) month=January; nummonth=1;;
53 Feb) month=February; nummonth=2;;
54 Mar) month=March; nummonth=3;;
55 Apr) month=April; nummonth=4;;
56 May) month=May; nummonth=5;;
57 Jun) month
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dmdate-sh35 # The month is at least the fourth argument
41 # Find the month. Next argument is day, followed by the year or time.
42 month=
43 until test $month
47 Jan) month=January; nummonth=1;;
48 Feb) month=February; nummonth=2;;
49 Mar) month=March; nummonth=3;;
50 Apr) month=April; nummonth=4;;
51 May) month=May; nummonth=5;;
52 Jun) month
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dmdate-sh40 # The month is at least the fourth argument
46 # Find the month. Next argument is day, followed by the year or time.
47 month=
48 until test $month
52 Jan) month=January; nummonth=1;;
53 Feb) month=February; nummonth=2;;
54 Mar) month=March; nummonth=3;;
55 Apr) month=April; nummonth=4;;
56 May) month=May; nummonth=5;;
57 Jun) month
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D950628-1.c3 char hours, day, month; member in struct:__anon5552
13 now.month = 3;
28 if (f ().hours != 1 || f ().day != 2 || f ().month != 3 || f ().year != 4)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D950628-1.c3 char hours, day, month; member in struct:__anon3807
13 now.month = 3;
28 if (f ().hours != 1 || f ().day != 2 || f ().month != 3 || f ().year != 4)
/netbsd-6-1-5-RELEASE/usr.bin/cal/
H A Dcal.c68 #define MAXDAYS 42 /* max slots in a month array */
157 int ambiguity, year, month, date; member in struct:reform
222 long month, year; local
280 month = 0;
283 month = strtol(*argv++, &eoi, 10);
284 if (month < 1 || month > 12 || *eoi != '\0')
285 errx(1, "illegal month value: use 1-12");
295 month = strtol(eoi + 1, &eoi, 10);
296 if (month <
341 monthrange(int month, int year, int before, int after, int yearly) argument
487 day_array(int month, int year, int *days) argument
526 day_in_year(int day, int month, int year) argument
543 day_in_week(int day, int month, int year) argument
667 int year, month, date; local
810 reform_day_array(int month, int year, int *done, int *date, int *diw, int *diy, int *scal, int *jcal) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dcaltontp.c16 * (that is, not zero) it will be used instead of month and day-of-month;
41 ntp_u_int32_t month; /* adjusted month for calendar */ local
45 NTP_REQUIRE(jt->month <= 13); /* permit month 0..13! */
62 * avoid all calculations involving month and day-of-month.
77 * starting on the previous march,1st; merge years, month and
78 * days; undo the the 9 month shif
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Ddates.lex9 char month[20],dow[20],day[20],year[20];
40 month {first_half}|{second_half}
54 /* the default is month-day-year */
57 <LONG>{month} strcpy(month,yytext); BEGIN(DAY);
59 /* handle the form: day-month-year */
62 <DAY_FIRST>{month} strcpy(month,yytext); BEGIN(LONG);
69 printf(" Month : %s \n",month);
73 strcpy(month,"");
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dholiday.c38 * day.month.year optional comment (different day every year) or
39 * day.month optional comment (same day every year)
54 int month; member in struct:holiday
76 int day, month, year; local
94 ret = sscanf(buffer, "%d.%d.%d", &day, &month, &year);
98 ret = sscanf(buffer, "%d.%d", &day, &month);
115 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d.%d", day, month, year)));
119 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d", day, month)));
123 newh->month = month;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dpram.c61 long year,month,day,hour,minute,seconds,i,dayperyear; local
64 month=0; /* Jan */
92 i=daypmon[month]*60*60*24;
96 month++;
124 sprintf(s,"%s %ld, %ld %ld:%ld:%ld",monstr[month],day,year,hour,minute,seconds);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_heath.c81 * dd/mm/yr = day, month, year
280 int month, day; local
306 &pp->minute, &pp->second, &dsec, a, &month, &day,
333 month = tm_time_p->tm_mon + 1;
360 if (month < 1 || month > 12 || day < 1) {
365 if (day > day1tab[month - 1]) {
369 for (i = 0; i < month - 1; i++)
372 if (day > day2tab[month - 1]) {
376 for (i = 0; i < month
[all...]

Completed in 186 milliseconds

1234567