Home
last modified time | relevance | path

Searched defs:monthlen (Results 1 – 17 of 17) sorted by relevance

/dports/mail/notmuch/notmuch-0.34.2/compat/
H A Dtimegm.c38 int monthlen[2][12] = { in timegm() local
/dports/mail/notmuch-emacs/notmuch-0.34.2/compat/
H A Dtimegm.c38 int monthlen[2][12] = { in timegm() local
/dports/mail/py-notmuch2/notmuch-0.34.2/compat/
H A Dtimegm.c38 int monthlen[2][12] = { in timegm() local
/dports/mail/notmuch-mutt/notmuch-0.34.2/compat/
H A Dtimegm.c38 int monthlen[2][12] = { in timegm() local
/dports/mail/py-notmuch/notmuch-0.34.2/compat/
H A Dtimegm.c38 int monthlen[2][12] = { in timegm() local
/dports/deskutils/plan/plan-1.10.1/src/
H A Dtime.c30 short monthlen[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
/dports/japanese/plan/plan-1.10.1/src/
H A Dtime.c30 short monthlen[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
/dports/archivers/zip/zip30/
H A Dtimezone.c89 #define monthlen(m, y) (yr_days[0][(m)+1] - yr_days[0][m] + \ macro
/dports/archivers/unzip/unzip60/
H A Dtimezone.c87 #define monthlen(m, y) (yr_days[0][(m)+1] - yr_days[0][m] + \ macro
/dports/www/sarg/sarg-2.4.0/
H A Dindex.c826 int monthlen; in file_index_to_date_index() local
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcalendar.py130 def monthlen(year, month): function
/dports/www/analog/analog-6.0/src/
H A Doutput2.c84 size_t monthlen, daylen, ampmlen, plainmonthlen, plaindaylen, plainampmlen; in datesprintf() local
H A Danlghea3.h1008 size_t daylen, plaindaylen, monthlen, plainmonthlen, ampmlen, plainampmlen; member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dhacklib.c1242 int monthlen[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 }; in days_since_epoch() local
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DKernel.c60 #define monthlen(m, y) (ydays[(m)+1] - ydays[m] + leapday (m, y)) macro
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DKernel.c148 #define monthlen(m, y) (ydays[(m)+1] - ydays[m] + leapday (m, y)) macro
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DKernel.c148 #define monthlen(m, y) (ydays[(m)+1] - ydays[m] + leapday (m, y)) macro