Home
last modified time | relevance | path

Searched refs:julianday (Results 1 – 2 of 2) sorted by relevance

/src/usr.bin/calendar/
H A Ddates.c59 int julianday; /* 000 .. 366 */ member
160 pd->julianday = pm->firstdayjulian + d - 1; in createdate()
251 d->dayofmonth, d->julianday, d->dayofweek); in dumpdates()
316 if (d->julianday == dd) { in remember_yd()
/src/contrib/sqlite3/
H A Dsqlite3.c26513 PURE_DATE(julianday, -1, 0, 0, juliandayFunc ), in sqlite3RegisterDateTimeFunctions()