| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | clmerge.in | 38 %months = ('Jan', 0, 153 $r = $months{substr ($a, 4, 3)} <=> $months{substr ($b, 4, 3)} if !$r;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | chrono | 311 *this += months{1}; 326 *this -= months{1}; 339 operator+=(const months& __m) noexcept 346 operator-=(const months& __m) noexcept 369 operator+(const month& __x, const months& __y) noexcept 378 operator+(const months& __x, const month& __y) noexcept 382 operator-(const month& __x, const months& __y) noexcept 390 friend constexpr months 394 return months{__dm < 0 ? 12 + __dm : __dm}; 1078 // [time.cal.ym], [time.cal.ymd], etc constrain the 'months'-based [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | chrono | 353 constexpr month operator+(const month& x, const months& y) noexcept; 354 constexpr month operator+(const months& x, const month& y) noexcept; 355 constexpr month operator-(const month& x, const months& y) noexcept; 356 constexpr months operator-(const month& x, const month& y) noexcept; 437 constexpr year_month operator+(const year_month& ym, const months& dm) noexcept; 438 constexpr year_month operator+(const months& dm, const year_month& ym) noexcept; 439 constexpr year_month operator-(const year_month& ym, const months& dm) noexcept; 440 constexpr months operator-(const year_month& x, const year_month& y) noexcept; 455 constexpr year_month_day operator+(const year_month_day& ymd, const months& dm) noexcept; 456 constexpr year_month_day operator+(const months& dm, const year_month_day& ymd) noexcept; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | locale.cpp | 4760 static string months[24]; in init_months() local 4761 months[0] = "January"; in init_months() 4762 months[1] = "February"; in init_months() 4763 months[2] = "March"; in init_months() 4764 months[3] = "April"; in init_months() 4765 months[4] = "May"; in init_months() 4766 months[5] = "June"; in init_months() 4767 months[6] = "July"; in init_months() 4768 months[7] = "August"; in init_months() 4769 months[8] = "September"; in init_months() [all …]
|
| /netbsd-src/usr.bin/quota/ |
| H A D | printquota.c | 102 time_t years, months, weeks, days, hours, minutes; in timeprt() local 113 months = (seconds + MONTH / 2) / MONTH; in timeprt() 121 (void)snprintf(buf, len, "%" PRId64 "months", months); in timeprt()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 80-test_ca.t | 272 my %months = ( 277 return timegm($s, $m, $h, $d, $months{$mo}, $y);
|
| /netbsd-src/usr.bin/calendar/ |
| H A D | calendar.c | 111 static const char *months[] = { variable 651 for (p = months; *p; ++p) in getmonth() 653 return (int)(p - months) + 1; in getmonth()
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | getdate.texi | 22 Our units of temporal measurement, from seconds on up to months, are so 104 @cindex months, written-out 183 For numeric months, the @sc{iso} 8601 format 194 @cindex abbreviations for months 195 Literal months may be spelled out in full: @samp{January}, 198 @samp{November} or @samp{December}. Literal months may be abbreviated 202 When months are written literally, the calendar date may be given as any 358 or @samp{month} for moving by whole years or months. These are fuzzy 359 units, as years and months are not all of equal duration. More precise
|
| H A D | getdate-cvs.texi | 29 Our units of temporal measurement, from seconds on up to months, are so 111 @cindex months, written-out 190 For numeric months, the @sc{iso} 8601 format 201 @cindex abbreviations for months 202 Literal months may be spelled out in full: @samp{January}, 205 @samp{November} or @samp{December}. Literal months may be abbreviated 209 When months are written literally, the calendar date may be given as any 365 or @samp{month} for moving by whole years or months. These are fuzzy 366 units, as years and months are not all of equal duration. More precise
|
| /netbsd-src/external/bsd/ipf/dist/perl/ |
| H A D | Ipfanaly.pl | 42 $month=$months{$monthis}; 433 %months=("01","January","02","February","03","March","04","April","05","May","06","June","07","July…
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | README | 5 I-Ds are only valid for a maximum of six months and may be updated,
|
| H A D | draft-zeilenga-ldap-noop-xx.txt | 9 Expires in six months 14 February 2007 35 Internet-Drafts are draft documents valid for a maximum of six months
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | TODO | 112 Command to set the names of months: 113 months january february march april may ...
|
| H A D | ref.cpp | 933 static const char *months[] = { in find_month() local 956 for (unsigned int i = 0; i < sizeof(months)/sizeof(months[0]); i++) { in find_month() 957 const char *q = months[i]; in find_month()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | add-modify-delete.in | 104 ${kadmin} modify --max-renewable-life=2months foo
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | interval.d | 1141 of years and/or months (a positive number of years and months shifts 1143 It adds the years the given years and months to both begin and end. 1145 on begin and end with the given number of years and months. 1149 months = The number of months to shift the interval by. 1170 void shift(T)(T years, T months = 0, AllowDayOverflow allowOverflow = AllowDayOverflow.yes) 1179 begin.add!"months"(months, allowOverflow); 1181 end.add!"months"(months, allowOverflow); 1267 it subtracts the given number of months/years from `begin` and 1273 months = The number of months to expand the interval by. 1296 T months = 0, [all …]
|
| H A D | date.d | 1055 Adds the given number of years or months to this $(LREF DateTime), 1068 value = The number of months or years to add to this 1120 Adds the given number of years or months to this $(LREF DateTime), 1124 affect larger units. Rolling a $(LREF DateTime) 12 months 1133 value = The number of months or years to add to this 2416 months requires some math using both the year and month properties, so 2417 this is a convenience function for getting the difference in months. 2419 Note that the number of days in the months or how far into the month 4459 Adds the given number of years or months to this $(LREF Date), mutating 4472 value = The number of months or years to add to this [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| H A D | interval.d | 1113 of years and/or months (a positive number of years and months shifts 1115 It adds the years the given years and months to both begin and end. 1117 on begin and end with the given number of years and months. 1121 months = The number of months to shift the interval by. 1142 void shift(T)(T years, T months = 0, AllowDayOverflow allowOverflow = AllowDayOverflow.yes) 1151 begin.add!"months"(months, allowOverflow); 1153 end.add!"months"(months, allowOverflow); 1239 it subtracts the given number of months/years from $(D begin) and 1245 months = The number of months to expand the interval by. 1268 T months = 0, [all …]
|
| H A D | date.d | 1007 Adds the given number of years or months to this $(LREF DateTime). A 1020 value = The number of months or years to add to this 1069 Adds the given number of years or months to this $(LREF DateTime). A 1073 affect larger units. Rolling a $(LREF DateTime) 12 months 1082 value = The number of months or years to add to this 2353 months requires some math using both the year and month properties, so 2354 this is a convenience function for getting the difference in months. 2356 Note that the number of days in the months or how far into the month 4307 Adds the given number of years or months to this $(LREF Date). A 4320 value = The number of months or years to add to this [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
| H A D | History | 111 In the past few months I have been contributing to Solaris Internals 180 those scripts have broken a few more times during the last 18 months, 189 So, it's been about 18 months since the last release, which is 244 Hopefully it won't be too many months before you see another
|
| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | txi-pt.tex | 40 %% New defintion for the output of months.
|
| H A D | txi-de.tex | 43 %% New defintion for the output of months.
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | ntp_calendar.h | 115 extern const char * const months[12];
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | logging.c | 53 static const char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", variable 324 local_tm->tm_mday, months[local_tm->tm_mon], in log_vwrite()
|
| /netbsd-src/external/mpl/bind/dist/bin/dnssec/ |
| H A D | dnssec-settime.rst | 121 365 24-hour days, ignoring leap years), months (defined as 30 24-hour 209 measured in years, months, weeks, days, hours, or minutes,
|