mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
3de66b092f
* lib/nproc.c, lib/regex_internal.h, lib/set-permissions.c: * lib/strftime.c: Include <stdcountof.h>. * lib/nproc.c (ARRAY_SIZE): * lib/sig2str.c (NUNNAME_ENTRIES): Remove. All uses replaced with countof. * lib/regcomp.c (regerror): * lib/set-permissions.c (set_acls_from_mode): * lib/strftime.c (__strftime_internal): Use countof instead of doing it by hand. * modules/acl-permissions, modules/c-nstrftime, modules/fprintftime: * modules/nproc, modules/regex, modules/nstrftime: * modules/nstrftime-limited, modules/sig2str: Depend on stdcountof-h.
33 lines
344 B
Plaintext
33 lines
344 B
Plaintext
Description:
|
|
like nstrftime, but output the formatted date to a FILE* stream
|
|
|
|
Files:
|
|
lib/fprintftime.h
|
|
lib/fprintftime.c
|
|
lib/strftime.c
|
|
|
|
Depends-on:
|
|
stdio-h
|
|
sys_types-h
|
|
nstrftime
|
|
stdcountof-h
|
|
streq
|
|
strnul
|
|
time_rz
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += fprintftime.c
|
|
|
|
Include:
|
|
"fprintftime.h"
|
|
|
|
Link:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|