opnsense-src/lib/libc/stdtime
Robert Drehmel 620035ef89 - Add the 'restrict' qualifier to the function definition of
strftime(3) for IEEE Std 1003.1-2001 compliance and remove
   excessive usage of the 'const' qualifier that was neither
   present in the prototype in the publice header, nor in the
   local prototype just above the function definition.
 - Replace the K&R function definition with a ANSI-C one.
 - Update the prototype of strftime(3) in its manual page.
2002-08-14 23:20:48 +00:00
..
asctime.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ctime.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
difftime.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
localtime.c Remove use of __P() (actually P()) from code now that it's no longer 2002-05-28 20:12:42 +00:00
Makefile.inc Add routines to convert time_t to/from fixed-bit fields. These routines 2001-10-28 19:54:49 +00:00
private.h Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
strftime.3 - Add the 'restrict' qualifier to the function definition of 2002-08-14 23:20:48 +00:00
strftime.c - Add the 'restrict' qualifier to the function definition of 2002-08-14 23:20:48 +00:00
strptime.3 - Add the C99 'restrict' qualifier using the '__restrict' macro to 2002-08-14 22:36:22 +00:00
strptime.c - Add the C99 'restrict' qualifier using the '__restrict' macro to 2002-08-14 22:36:22 +00:00
time2posix.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
time32.c Move dillon's time conversion functions to a new header <timeconv.h>. 2002-06-17 01:42:33 +00:00
timelocal.c Style fixes 2002-08-07 16:49:20 +00:00
timelocal.h * style(9)'fy 2002-01-24 15:07:44 +00:00
tzfile.5 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
tzfile.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00