Searched refs:julianday (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/calendar/
H A Ddates.c59 int julianday; /* 000 .. 366 */ member in struct:cal_day
159 pd->julianday = pm->firstdayjulian + d - 1;
250 d->dayofmonth, d->julianday, d->dayofweek);
315 if (d->julianday == dd) {
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13987 ** julianday( TIMESTRING, MOD, MOD, ...)
14311 FUNCTION(julianday, -1, 0, 0, juliandayFunc ),
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c18024 i64 iCurrentTime; /* Value of julianday('now') for this statement */
19350 ** julianday( TIMESTRING, MOD, MOD, ...)
19672 DFUNCTION(julianday, -1, 0, 0, juliandayFunc ),
[all...]

Completed in 781 milliseconds