Searched refs:ndays (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtimegm.c53 static const unsigned ndays[2][12] ={ local
63 if (tm->tm_mday < 1 || tm->tm_mday > ndays[is_leap(tm->tm_year)][tm->tm_mon])
76 res += ndays[is_leap(tm->tm_year)][i];
/macosx-10.10/misc_cmds-33/ncal/
H A Dcalendar.c52 /* The last day of Julian calendar, in internal and ndays representation */
67 jdate(int ndays, date *dt) argument
75 * year which does not begin after ndays.
77 idt.y = ndays / 365;
80 while ((r = ndaysji(&idt)) > ndays)
88 r = ndays - r;
131 gdate(int ndays, date *dt) argument
140 * starting after ndays.
142 idt.y = ndays / 365;
145 while ((r = ndaysgi(&idt)) > ndays)
[all...]
H A Dncal.c175 date *sdate(int ndays, struct date * d);
176 date *sdateb(int ndays, struct date * d);
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dtimegm.c45 static const unsigned ndays[2][12] ={ variable
71 if (tm->tm_mday < 1 || tm->tm_mday > (int)ndays[is_leap(tm->tm_year)][tm->tm_mon])
84 res += ndays[is_leap(tm->tm_year)][i];
127 time_t daysinmonth = ndays[is_leap(tm->tm_year)][tm->tm_mon];
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-timegm.c67 static const unsigned ndays[2][12] ={ variable
93 if (tm->tm_mday < 1 || tm->tm_mday > (int)ndays[is_leap(tm->tm_year)][tm->tm_mon])
106 res += ndays[is_leap(tm->tm_year)][i];
149 unsigned daysinmonth = ndays[is_leap(tm->tm_year)][tm->tm_mon];
/macosx-10.10/misc_cmds-33/calendar/
H A Dday.c72 static struct fixs ndays[8]; /* short national days names */ variable in typeref:struct:fixs
93 if (ndays[i].name != NULL)
94 free(ndays[i].name);
95 if ((ndays[i].name = strdup(buf)) == NULL)
97 ndays[i].len = strlen(buf);
444 for (n = ndays; n->name; ++n)
446 return ((n - ndays) + 1);
/macosx-10.10/crontabs-52/newsyslog/
H A Dptimes.c94 int ndays; local
96 ndays = mtab[month];
112 ndays++; /* not multiple of 100 */
114 ndays++; /* is multiple of 100 and 400 */
117 return (ndays);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Docsp.c82 int nmin, int ndays);
137 int nmin = 0, ndays = -1; local
465 if (ndays == -1)
466 ndays = 0;
485 else if (!strcmp (*args, "-ndays"))
490 ndays = atol(*args);
491 if (ndays < 0)
581 BIO_printf (bio_err, "-ndays n number of days before next update\n");
726 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays);
1016 int nmin, int ndays)
1013 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Ddiary-lib.el888 (defun diary-mail-entries (&optional ndays)
916 (diary-list-entries (calendar-current-date) (or ndays diary-mail-days)))
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex615 \key{display the following \kbd{org-agenda-ndays}}{RIGHT}
616 \key{display the previous \kbd{org-agenda-ndays}}{LEFT}
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el1907 (defcustom org-agenda-ndays 7
12236 (defun org-deadline-close (timestamp-string &optional ndays)
12239 (or ndays org-deadline-warning-days))
12253 (defun org-check-deadlines (ndays)
12262 ((equal ndays '(4)) 100000)
12263 (ndays (prefix-numeric-value ndays))
13113 :style radio :selected (equal org-agenda-ndays 1)]
13115 :style radio :selected (equal org-agenda-ndays 7)]
13890 (defun org-agenda-list (&optional include-all start-day ndays)
[all...]

Completed in 301 milliseconds