Searched refs:mon (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/headers/private/libroot/time/
H A Dtimelocal.h40 const char* mon[12]; member in struct:lc_time_t
/haiku-fatelf/src/system/libroot/posix/locale/
H A DLocaleData.cpp296 gPosixLCTimeInfo.mon[0],
297 gPosixLCTimeInfo.mon[1],
298 gPosixLCTimeInfo.mon[2],
299 gPosixLCTimeInfo.mon[3],
300 gPosixLCTimeInfo.mon[4],
301 gPosixLCTimeInfo.mon[5],
302 gPosixLCTimeInfo.mon[6],
303 gPosixLCTimeInfo.mon[7],
304 gPosixLCTimeInfo.mon[8],
305 gPosixLCTimeInfo.mon[
[all...]
/haiku-fatelf/src/system/libroot/posix/time/
H A Dasctime.cpp22 tm->tm_mon < 0 ? "???" : gPosixLCTimeInfo.mon[tm->tm_mon % 12],
H A Dstrptime.c378 len = strlen(tptr->mon[i]);
379 if (strncasecmp(buf, tptr->mon[i],
H A Dstrftime.c137 "?" : Locale->mon[t->tm_mon],
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c86 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_exsltDateValDate
100 long mon; /* mon stores years also */ member in struct:_exsltDateValDuration
139 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
154 #define MAX_DAYINMONTH(yr,mon) \
155 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Dutil.c84 static int leaps(int yr, int mon) argument
86 // yr is 1970-based, mon 0-based
90 if (mon < 2) result--;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dutil.c76 static int leaps(int yr, int mon) argument
78 // yr is 1970-based, mon 0-based
82 if (mon < 2) result--;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
1112 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12))
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon
3535 long carry, mon, day; local
3924 int mon; local
5822 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/haiku-fatelf/src/bin/patch/
H A Dmaketime.c162 Adjust only T's year, mon, mday, hour, min and sec members;
220 Use only TM's year, mon, mday, hour, min, and sec members.
435 int mon; local
436 for (mon = 11;
437 (tm.tm_mday = (yday2 - month_yday[mon] + (mon < 2 || !leap))) <= 0;
438 mon--)
440 tm.tm_mon = mon;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dmktime.c201 int mon = tp->tm_mon; local
205 /* Ensure that mon is in range, and set year accordingly. */
206 int mon_remainder = mon % 12;
208 int mon_years = mon / 12 - negative_mon_remainder;
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dmktime.c201 int mon = tp->tm_mon; local
205 /* Ensure that mon is in range, and set year accordingly. */
206 int mon_remainder = mon % 12;
208 int mon_years = mon / 12 - negative_mon_remainder;
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp253 static int leaps(int yr, int mon) argument
255 // yr is 1970-based, mon 0-based
259 if (mon < 2) result--;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c298 int mon = tp->tm_mon; local
307 /* Ensure that mon is in range, and set year accordingly. */
308 int mon_remainder = mon % 12;
310 int mon_years = mon / 12 - negative_mon_remainder;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c291 int mon = tp->tm_mon; local
298 /* Ensure that mon is in range, and set year accordingly. */
299 int mon_remainder = mon % 12;
301 int mon_years = mon / 12 - negative_mon_remainder;
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp33 fLCTimeInfo.mon[i] = fMon[i];
170 strcpy(fMon[i], fDataBridge->posixLCTimeInfo->mon[i]);
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c847 const char* mon; local
888 mon = ptr_entity->port_info[port].mon_type == mt_unknown ? "???"
898 port, mon, con, ddc, tmds, dac);
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html885 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
887 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
890 return($MONTH_NAMES->{$T2H_LANG}[$mon] . ", " . $mday . " " . $year);
5315 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
5319 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
5322 return("$MoY[$mon], $mday $year");
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html884 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
886 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
889 return($MONTH_NAMES->{$T2H_LANG}[$mon] . ", " . $mday . " " . $year);
5314 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
5318 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
5321 return("$MoY[$mon], $mday $year");
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src15217 is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r,
15218 rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r,
H A Dterminfo.tmp15217 is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r,
15218 rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r,
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src[all...]

Completed in 344 milliseconds