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

/haiku/headers/private/libroot/time/
H A Dtimelocal.h37 const char* mon[12]; member in struct:lc_time_t
/haiku/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/src/add-ons/kernel/file_systems/fat/
H A Dutil.cpp87 static int leaps(int yr, int mon) argument
89 // yr is 1970-based, mon 0-based
93 if (mon < 2) result--;
/haiku/src/system/boot/platform/next_m68k/
H A Dnextrom.h70 * The kernel file <mon/assym.h> should be copied from the "assym.h"
78 #import <mon/assym.h>
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp210 static int leaps(int yr, int mon) argument
212 // yr is 1970-based, mon 0-based
216 if (mon < 2) result--;
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp38 fLCTimeInfo.mon[i] = fMon[i];
175 strcpy(fMon[i], fDataBridge->posixLCTimeInfo->mon[i]);
/haiku/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);

Completed in 106 milliseconds