Lines Matching refs:time
57 <sys/time.h> to avoid cyclic header file dependencies. Include
61 * libc/include/sys/time.h: Include <sys/select.h> if
389 * libc/time/Makefile.am : Ditto.
399 * libc/time/wcsftime.c: Consistently use an em-dash in FUNCTION
446 * libc/time/strftime.c (__strftime): add support for %s (seconds from
620 * libc/include/sys/time.h: Explicitely include sys/cdefs.h.
687 * libc/time/tzset.c: Add and mark up parameter in SYNOPSIS.
727 * libc/time/gmtime_r.c (gmtime_r): use faster algorithm from
774 * libc/include/sys/time.h: Include sys/select.h on Cygwin. Explain why.
829 * libc/sys/time.h>: Replace __uint32_t with uint32_t and
844 * libc/time/lcltime_r.c (localtime_r): Call _tzset_unlocked inside
846 * libc/time/mktime.c (mktime): Ditto.
847 * libc/time/strftime.c (strftime, wcsftime): Ditto. Guard against
852 * libc/time/local.h (_tzset_unlocked_r): Add prototype.
854 * libc/time/tzset.c (_tzset_unlocked): New function, call
857 * libc/time/tzset_r (_tzset_unlocked_r): Remove locking and rename
865 * libc/time/lcltime_r.c (localtime_r): Add tzset() call
866 * libc/time/mktime.c (mktime): Ditto.
867 * libc/time/strftime.c (strftime, wcsftime): Ditto.
871 * libc/time/strftime.c (strftime) <%Z>: Initialize tznam to NULL.
893 and _UINTPTR_EQ_ULONG at configuration time.
895 _UINTPTR_EQ_ULONGLONG and _UINTPTR_EQ_ULONG at compilation time.
901 * libc/include/sys/time.h: Replace uint32_t and uint64_t
911 * libc/include/sys/time.h: Drop including cygwin/sys_time.h on Cygwin.
918 (timerclear): Copy from FreeBSD <sys/time.h>.
923 * libc/include/sys/time.h: (bintime, ...) Import from FreeBSD.
947 * libc/include/time.h: Include <sys/timespec.h>.
950 * libc/include/machine/time.h: Include <sys/_timespec.h>.
968 * libc/include/machine/time.h (_CLOCKS_PER_SEC_): redefine for RTEMS.
1065 * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
1074 * libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.
1088 * libc/include/machine/time.h (_CLOCKS_PER_SEC_): Likewise.
1132 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONE
1355 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates
1429 * libc/time/gmtime_r.c (DAYS_PER_*_YEARS): Convert to long constants
1467 * libc/time/gmtime_r.c (gmtime_r): Remove dead code.
1536 * libc/time/month_lengths.c: Fix to define __month_lengths.
1540 * libc/time/tzcalc_limits.c: Fix __month_lengths reference.
1544 * libc/time/month_lengths.c: Actually add file this time.
1545 * libc/time/tzcalc_limits.c: Ditto.
1549 * libc/time/month_lengths.c: New file with __month_lengths array
1551 * libc/time/tzcalc_limits.c: New file with __tzcalc_limits() from
1553 * libc/time/lcltime_r.c (localtime_r): Simplify by changing call to
1555 was used to do time zone adjustments
1556 * libc/time/gmtime_r.c (gmtime_r): Simplify by moving all relevant
1557 code from _mktm_r(), breaking all dependencies on time zone related
1559 * libc/time/mktm_r.c: Delete file
1560 * libc/time/local.h: Update accordingly - remove declaration of
1562 * libc/time/Makefile.am: Modify accordingly.
1563 * libc/time/Makefile.in: Regenerate.
1594 * libc/time/mktm_r.c (_mktm_r): Optimize speed.
1598 * libc/time/clock.c (clock): Fix warnings about signed-unsigned
1600 * libc/time/strftime.c (strftime): Likewise.
1601 * libc/time/strptime.c (match_string): Fix warning about discarding
1677 * libc/include/sys/time.h: Add prototype for adjtime() and
1907 * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.
1912 * libc/include/time.h (__TM_GMTOFF): Define on Cygwin.
2258 * libc/iconv/lib/iconv.c, libc/time/strftime.c: Change "restrict<" to
2269 * libc/include/time.h (time): Add restrict keyword.
2271 * libc/time/asctime_r.c (asctime_r): Same.
2272 * libc/time/gmtime_r.c (gmtime_r): Same.
2273 * libc/time/lcltime_r.c (lcltime_r): Same.
2274 * libc/time/strftime.c (strftime): Same.
2275 * libc/time/strptime.c (strptime): Same.
2285 * libc/include/sys/time.h (gettimeofday): Add restrict keyword.
3003 * libc/time/asctime.c (asctime): Likewise.
3004 * libc/time/gmtime.c (gmtime): Likewise.
3005 * libc/time/lcltime.c (lcltime): Likewise.
3392 * libc/include/sys/time.h: Avoid guarding other than timeval
3404 * libc/include/time.h (NULL): Ditto. Include stddef.h earlier.
3514 * libc/include/machine/time.h: Add AArch64.
3584 * libc/time/strftime.c (strftime): Ditto.
3607 * libc/include/sys/time.h (_gettimeofday): Ditto.
3655 * libc/time/strptime.c (strptime): Cast to unsigned char in calls to
3713 * libc/include/sys/time.h: Drop _WINSOCK_H guard. Just use
3918 * libc/time/strftime.c (get_era_info): Fix off-by-one error in month
3959 * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.
3960 * libc/time/mktime.c: (mktime) Fix tm_yday, tm_mday updating when
3992 * libc/time/mktm_r.c (_mktm_r): Fix previous fix.
3996 * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.
4057 * libc/time/strptime.c: Include <strings.h> for "strncasecmp".
4067 * libc/time/mktime.c (validate_structure): Account for tm_mon possibly
4089 * libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):
4142 * libc/time/mktime.c (mktime): Lock global timezone info while
4147 * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with call
4149 * libc/time/strftime.c: Define snprintf to sniprintf in multibyte case.
4150 * libc/time/tzset_r.c: Define sscanf to siscanf.
4161 * libc/time/tzset_r.c (tzset_r): Correct behavior for changing from
4209 * libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename from
4227 * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,
4233 * libc/time/strptime.c (first_day): Actually return the wday
4905 * libc/time/strftime.c: Rework to accommodate availability of wide char
4920 * libc/time/strftime.c: Fix texinfo typo.
4943 * libc/time/Makefile.in: Regenerate.
5078 * libc/time/Makefile.in: Regenerate.
5088 * libc/time/strftime.c: Add support for era and alt_digits data from
5234 actually introduced. (Not at this time, nor planned, but the values
5377 * libc/time/strftime.c: Change documentation to reflect changes to
5384 * libc/time/strptime.c: Remove locale constant strings in favor of
5515 Add st_*time compatibility macros.
5731 * libc/include/sys/time.h (_TIMEVAL_DEFINED): Define when
6601 * libc/include/machine/time.h (nanosleep): Declare.
6962 * libc/time/time.tex (wcsftime.def): Include.
6963 * libc/time/wcsftime.c: Clean up documentation a little.
6978 * libc/time/strftime.c: Correct some problems that made wcsftime()
7034 * libc/time/strftime.c: Adapt for dual-purpose use so not only
7037 * libc/time/wcsftime.c: New file, defining wcsftime() (albeit
7039 * libc/time/time.tex: Enhance tm_isdst explanation, change strftime
7041 * libc/time/Makefile.am: Add wcsftime.c and wcsftime.def. Add a rule
7043 * libc/time/Makefile.in: Regenerate.
7340 * libc/include/sys/time.h (gettimeofday): Change prototype so
7363 * libc/include/sys/time.h: Correct gettimeofday() prototype.
7371 * libc/time/mktime.c: Ditto.
7394 * libc/syscalls/sysgettod.c: Correct sys/times.h to sys/time.h.
7723 * libc/time/asctime.c: Ditto.
7724 * libc/time/ctime.c: Ditto.
7725 * libc/time/gmtime.c: Ditto.
7726 * libc/time/lcltime.c: Ditto.
7727 * libc/time/tzset.c: Ditto.
7809 * libc/include/time.h: Add CLOCK_MONOTONIC.
7840 * libc/time/tzset_r.c (_tzset_r): Change US default start/end dates to
8048 * libc/time/Makefile.in: Ditto.
8232 * libc/time/mktime.c (mktime): Fix tm_isdst value usage (allowing
8428 * libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.
9818 * libc/include/sys/time.h (gettimeofday): Change to proper
9826 * libc/time/time.c (time): Change call to _gettimeofday_r
10222 * libc/time/Makefile.in: Regenerate.
11018 * libc/time/Makefile.in: Ditto.
11184 * libc/time/tzset_r.c (_tzset_r): Initialize local variable.
11374 * libc/time/gmtime.c: Correct man page; clock is not a
11375 local time and no conversion occurs.
11897 * libc/time/Makefile.am: Ditto.
11907 * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY
12050 * libc/include/sys/time.h (struct timeval): Change member types
12233 * libc/time/strptime.c (strptime): Don't abort for %c and %Z.
12238 * include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
12242 * include/time.h: Remove more cygwin-specific stuff.
12246 * include/time.h: Move cygwin declarations to cygwin-specific header.
12247 * include/sys/time.h: Rename cygwin include to "sys_time.h".
12260 * libc/include/sys/time.h: For cygwin, use general header rather than
12265 * libc/time/tzvars.c: New file.
12266 * libc/time/tzset_r.c: Moved globals into tzvars.c
12267 so other time functions needn't link in __tzset_r and its
12269 * libc/time/Makefile.am: Add the new file.
12270 * libc/time/Makefile.in: Regenerated.
12377 * libc/time/tzlock.c: Likewise.
12442 * libc/include/sys/time.h: Declare futimes and lutimes for Cygwin.
12909 * libc/include/time.h (__tzrule_struct): Make offset long, since
12911 * libc/sys/linux/include/time.h: Ditto.
12912 * libc/time/mktime.c (mktime): Use new type of __tzrule.offset.
12913 * libc/time/mktm_r.c: Ditto.
12914 * libc/time/gettzinfo.c: Ditto.
12915 * libc/time/strftime.c (strftime): Fix '%x' to deal with negative
12933 * libc/include/time.h (_timezone): Change to long also for Cygwin.
12938 * libc/include/time.h [!CYGWIN](_timezone): Change to long.
12941 * libc/sys/linux/include/time.h: Ditto.
12942 * libc/time/Makefile.am: Add gettzinfo.c.
12943 * libc/time/Makefile.in: Regenerated.
12944 * libc/time/local.h: Moved __tzrule_type to time.h.
12945 * libc/time/mktime.c: Call __gettzinfo to reference
12947 * libc/time/mktm_r.c: Ditto.
12948 * libc/time/strftime.c: Ditto.
12949 * libc/time/tzset_r.c: Ditto. Also remove definition
12952 * libc/time/gettzinfo.c: New file.
12964 * libc/time/time.tex: Improve the documentation.
12965 * libc/time/strftime.c: Improve the documentation.
12978 * libc/include/sys/time.h (utimes): Change second parameter
13094 * libc/time/strftime.c (strftime): Change %r and %x to be compliant
13178 * libc/time/tzset_r (_tzset_r): Properly skip over
13183 * libc/time/tzset_r (_tzset_r): Fix loop.
13187 * libc/time/mktm_r (_mktm_r): Fix overflow calculation for
13215 <linux/time.h> just prior to definition of __KERNEL__ so as to
13382 * libc/time/tzlock.c: Add default stubs that use generic
13391 * libc/time/time.tex: Ditto.
13510 * libc/time/strptime.c: Correct full-name of "March" typo.
14057 * libc/time/strptime.c: Add standard includes to avoid
14058 warning messages at compilation time.
14145 * libc/include/time.h (TIMER_RELTIME): New define.
14326 * libc/time/Makefile.in: Ditto.
14793 * libc/time/clock.c: Clarify documentation of return value when no
15214 * libc/time/tzset_r.c: Change local variables that are
16087 * libc/include/time.h: Declare nanosleep() under Cygwin.
16106 * libc/time/difftime.c : Typecast the result to double.
16130 * libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU
16430 * libc/time/ctime.c: Fix prototype documentation.
16664 * libc/sys/linux/include/time.h (struct timespec): Moved from
16669 <time.h>.
16787 * time.h (timezonevar): Change "#if" to "#ifdef".
16858 * libc/time/tzset_r.c: Change to replace strdup with equivalent
17003 * libc/sys/linux/include/time.h: Remove Cygwin stuff and
17220 * libc/machine/powerpc/time.c: Removed..renamed to times.c.
17222 * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
17227 * libc/machine/powerpc/time.c: New file.
17229 time.c.
17469 * libc/sys/linux/sys/time.h: Fix utimes prototype.
17525 * libc/include/time.h: Same.
17573 * libc/sys/linux/include/time.h: Add include of <sys/linux_time.h>.
17581 * libc/sys/linux/sys/time.h: Remove include of <linux/time.h> and
17644 * libc/time/strftime.c (strftime): Add %e format specifier.
17665 * libc/include/time.h [HAVE_GETDATE](getdate, getdate_r): Ditto.
17677 * libc/sys/linux/time.c (adjtimex, ntp_adjtime): New functions.
17981 * libc/sys/linux/signal.c: Change to use real-time syscalls for
18021 * libc/sys/linux/sys/time.h: Add conversion macros.
18050 * libc/sys/linux/time.c: Add settimeofday, getitimer, and setitimer.
18134 * libc/sys/linux/time.c: Weak-alias __libc_gettimeofday to
18518 * libc/time/time.tex: Add tzset info.
18522 * libc/include/time.h (tzset, _tzset_r): Added prototypes.
18531 * libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
18533 * libc/time/Makefile.in: Regenerated.
18534 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
18535 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
18536 * libc/time/lcltime_r.c (lcltime_r): Ditto.
18537 * libc/time/local.h: New local header file.
18538 * libc/time/mktime.c (mktime): Add timezone support.
18539 * libc/time/mktm_r.c: New file which is the common engine
18541 * libc/time/strftime.c (strftime): Add %Z timezone support.
18542 * libc/time/tzlock.c: New file containing timezone lock stubs.
18543 * libc/time/tzset.c: New file containing tzset() routine.
18544 * libc/time/tzset_r.c: New file containing _tzset_r and
18561 fails, don't bail out, and try to correct next time.
18579 * libc/include/time.h: Fix strptime declaration.
18580 * libc/time/Makefile.am: Add strptime.c.
18581 * libc/time/Makefile.in: Regenerated.
18582 * libc/time/strptime.c: New file.
18647 * libc/sys/linux/time.c: Ditto.
18734 * libc/include/time.h (tzset, _tzset_r): Added prototypes.
18743 * libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
18745 * libc/time/Makefile.in: Regenerated.
18746 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
18747 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
18748 * libc/time/lcltime_r.c (lcltime_r): Ditto.
18749 * libc/time/local.h: New local header file.
18750 * libc/time/mktime.c (mktime): Add timezone support.
18751 * libc/time/mktm_r.c: New file which is the common engine
18753 * libc/time/strftime.c (strftime): Add %Z timezone support.
18754 * libc/time/tzlock.c: New file containing timezone lock stubs.
18755 * libc/time/tzset.c: New file containing tzset() routine.
18756 * libc/time/tzset_r.c: New file containing _tzset_r and
18773 fails, don't bail out, and try to correct next time.
18791 * libc/include/time.h: Fix strptime declaration.
18792 * libc/time/Makefile.am: Add strptime.c.
18793 * libc/time/Makefile.in: Regenerated.
18794 * libc/time/strptime.c: New file.
18859 * libc/sys/linux/time.c: Ditto.
19154 * libc/time/asctime.c (asctime): Call _REENT_CHECK_ASCTIME_BUF(). Use
19156 * libc/time/lcltime.c (localtime): Call _REENT_CHECK_TM(). Use
19190 * libc/include/time.h: Add prototype for strptime for Cygwin.
19321 * libc/time/Makefile.am: Likewise.
19398 libc/sys/mmixware/time.c, libc/sys/mmixware/times.c,
19542 No longer include time.h. Add struct __tm to use for
19549 * libc/time/lcltime.c (localtime): Cast the reentrant struct
19670 * libc/include/sys/time.h: Define timercmp and other macros for
19720 * include/time.h[__CYGWIN__]: Define tzname to _tzname if not defined.
19820 * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants.
20120 * libc/sys/rtems/include/time.h: Removed.
20125 * libc/sys/rtems/sys/time.h: Removed.
20128 no longer in time.h.
20132 * libc/include/time.h: Removed duplicate definition of clock_t
20138 signal functionality including real-time and threaded signals.
20174 * libc/sys/linux/time.c: Ditto.
20191 * libc/sys/linux/sys/time.h: Ditto.
20246 * libc/include/machine/time.h: RTEMS systems can configure clock
20255 * libc/include/sys/time.h: Added BSD timer manipulation macros
20517 * libc/reent/timer.c: included sys/time.h for "gettimeofday" prototype.
20581 * libc/include/time.h (_timezone, _daylight, _tzname): ditto
20665 * libc/include/time.h: Ditto.
20670 * libc/include/sys/time.h: Ditto.
20715 * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
20725 * libc/time/asctime_r.c (asctime_r): Change output format. Day of
20843 * libc/sys/arm/syscalls.c: Fix compile time warnings.
21017 libc/time/Makefile.in libc/unix/Makefile.in libm/aclocal.m4
21374 * libc/time/mktime.c (validate_structure): Multiple fixes to
21396 * libc/include/sys/time.h: Check _WINSOCK_H rather than
21531 * include/time.h: Ditto.
21622 * libc/include/sys/time.h: include sys/types.h
21627 comparison found when checking word at a time.
21681 * libc/time/strftime.c (strftime): Also handle %y for years before
21717 * libc/time/Makefile.in: Regenerated.
21767 * libc/include/time.h: move __cplusplus wrapper after includes
21768 * libc/include/sys/time.h: ditto. If Cygwin, include
21774 * libc/time/strftime.c (strftime): Handle %y after year 2000.
21873 time.h to bring in struct tm definition.
21918 * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC
21919 to refer to _CLOCKS_PER_SEC_ and added including <machine/time.h>
21921 * libc/include/machine/time.h: New file.
21943 * libc/time/Makefile.in: Regenerated.
22126 * libc/include/sys/time.h: ditto
22354 * libc/include/sys/time.h: itimer stuff should be here
22370 * libc/include/sys/time.h: add getitimer proto
22377 * libc/include/sys/time.h: add setitimer proto
22410 * libc/include/time.h: remove duplicate utime proto
22415 * libc/include/sys/time.h: Add missing include to
22421 * libc/include/time.h: Fix typo in tzset.
22425 * libc/include/sys/time.h: add missing Cygwin32 function protos
22427 * libc/include/time.h: ditto
22623 that time.
22732 each time.
23121 time.h,times.h,types.h}: New files.
23122 * libc/sys/rtems/include/{limits.h,signal.h,time.h}. New files.
23148 * libc/include/sys/time.h: Only define timeval and timezone if
23185 * libc/include/time.h: If __CYGWIN32__, declare tzset and define
23204 * libc/include/sys/time.h: add itimer support for Cygwin32
23552 times.o, time.o and gettime.o
23553 * libc/sys/sysnecv850/{time.c, times.c, gettime.c}: New files.
23687 * libc/sys/d10v/{trap.S,sys/syscall.h}: Add time() function.
24212 * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.
24301 * libc/time/asctime_r.c: `reresult' -> `result'.
24305 * libc/time/{ctime.c, gmtime.c, lcltime.c}: Wrap functions
24309 * libc/include/time.h (_asctime_r): Remove declaration.
24311 * libc/time/asctime.c (_asctime_r): Removed.
24320 * libc/time/Makefile.in (OFILES): Add new objects.
24321 * libc/time/{asctime_r.c, ctime_r.c, gmtime_r.c, lcltime_r.c}:
24322 New files, reentrant time functions specified by POSIX.1c.
24323 * libc/time/{asctime.c, ctime.c, gmtime.c, lcltime.c}: Non-
24324 reentrant time functions re-written in terms of reentrant
24326 * libc/time/lcltime.c: Renamed from localtime.c
24328 * libc/include/time.h: Add prototypes for asctime_r, ctime_r,
24855 monitor run-time support.
25210 NetBSD libm some time ago. Note cabs() is required by ucbtest.
25221 * libc/time/localtime.c (localtime): Fix problem with leap year
25452 (time.h, sys/types.h): Always include (even if MSDOS).
25748 * libc/include/time.h: #define NULL as 0L.
25785 * libc/sys/sparc64/sys/time.h: New file.
25832 * libc/include/time.h (_CLOCK_T_): Don't #undef. Remove
25835 * libc/include/sys/time.h: Don't #include <time.h>.
25842 * libc/time/clock.c: #include <reent.h>.
25844 * libc/time/time.c (HAVE_GETTIMEOFDAY): Renamed from
25848 (time): Call _gettimeofday_r instead of gettimeofday.
25849 * libc/time/asctime.c: Fix comment regarding supporting OS routines.
25850 * libc/time/ctime.c: Ditto.
25851 * libc/time/strftime.c: Ditto.
25866 * libc/sys/sparc64/crt0.S: Handle stack bias at run time so we can
26050 * libc/time/localtime.c: don't return a dangling stack ptr.
26101 * libc/time/clock.c: Don't use if CLOCK_PROVIDED is defined.
26175 * libc/time/time.c: #include <_ansi.h>.
26297 stdlib.h, string.h, termios.h, time.h, utime.h, utmp.h}: For C++:
26305 * libc/include/sys/{fcntl.h, reent.h, stat.h, time.h, times.h,
26431 libc/time/Makefile.in, libc/unix/Makefile.in,
26608 libc/string/strings.tex, libc/sys/sys.tex, libc/time/time.tex,
26802 * libc/time/asctime.c: Reentrant routines _r_xxx renamed to
26813 signal.h, stdio.h, stdlib.h, string.h, time.h}:
26931 * libc/time/{asctime.c clock.c ctime.c difftime.c gmtime.c
26932 localtime.c mktime.c strftime.c time.c}:
26938 signal.h, stdio.h, stdlib.h, string.h, time.h, unistd.h}
27061 libc/include/stdlib.h, libc/include/string.h, libc/include/time.h,
27080 libc/time/asctime.c, libc/time/localtime.c, libc/time/mktime.c,
27081 libc/time/strftime.c: modify to provide reentracy.
27122 subdirectories, made obsolete some time ago.
27273 libc/include/time.h: protect clock_t from multiple definitions.
27366 libc/include/time.h: get size_t from stddef.h. Protect definition
27441 * libc/time/mktime.c (_DAYS_IN_MONTH): actually, not const.
27457 * libc/time/localtime.c (_DAYS_IN_MONTH): actually, not const.
27483 * libc/time/asctime.c (asctime), libc/time/localtime.c
27484 (_DAYS_IN_MONTH), libc/time/mktime.c (_DAYS_IN_MONTH,
27485 _DAYS_BEFORE_MONTH), libc/time/strftime.c (dname_len, dname,
27553 * libc/time/localtime.c (doc, comments only): shorten headings
27620 * libc/time/gmtime.c, libc/time/localtime./c, libc/time/mktime.c:
27632 * libc/time/time.tex: new chapter
27633 * libc/time/asctime.c libc/time/clock.c libc/time/ctime.c
27634 libc/time/difftime.c libc/time/gmtime.c libc/time/localtime.c
27635 libc/time/mktime.c libc/time/strftime.c libc/time/time.c: new doc
27636 * libc/time/Makefile.in: use new doc
27676 time ago.