1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Paul Eggert 3de66b092f countof-h: use countof, part 3
* 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.
2026-03-20 14:55:35 -07:00

41 lines
478 B
Plaintext

Description:
c_nstrftime() function: convert date and time to string, with GNU extensions, in "C" locale.
Files:
lib/strftime.h
lib/c-nstrftime.c
lib/strftime.c
m4/c-nstrftime.m4
m4/tm_gmtoff.m4
Depends-on:
attribute
c-ctype
c99
errno-h
extensions
intprops
libc-config
locale-h
bool
stdckdint-h
stdcountof-h
streq
strnul
time_rz
configure.ac:
gl_C_GNU_STRFTIME
Makefile.am:
lib_SOURCES += c-nstrftime.c
Include:
"strftime.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc