Searched refs:day (Results 151 - 154 of 154) sorted by relevance

1234567

/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2280 \number\day\space
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1491 ** a 24-hour day).
2546 ** char *zText = "It's a happy day!";
2561 ** INSERT INTO table1 VALUES('It''s a happy day!')
2568 ** INSERT INTO table1 VALUES('It's a happy day!');
13237 ** be represented, even though julian day numbers allow a much wider
13266 sqlite3_int64 iJD; /* The julian day number times 86400000 */
13267 int Y, M, D; /* Year, month, and day */
13415 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
13545 ** Compute the Year, Month, and Day from the julian day number.
13571 ** Compute the Hour, Minute, and Seconds from the julian day numbe
13876 sqlite3_int64 day; local
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure1405 # FIXME: To remove some day.
1410 # FIXME: To remove some day.
2949 # bump in a day.
24832 tm.tm_mday = 28; /* day of the month [1, 31] */
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c1652 ** a 24-hour day).
2763 ** char *zText = "It's a happy day!";
2778 ** INSERT INTO table1 VALUES('It''s a happy day!')
2785 ** INSERT INTO table1 VALUES('It's a happy day!');
13994 ** be represented, even though julian day numbers allow a much wider
14023 sqlite3_int64 iJD; /* The julian day number times 86400000 */
14024 int Y, M, D; /* Year, month, and day */
14172 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
14307 ** Compute the Year, Month, and Day from the julian day number.
14333 ** Compute the Hour, Minute, and Seconds from the julian day numbe
14638 sqlite3_int64 day; local
[all...]

Completed in 703 milliseconds

1234567