Hash :
ef5a4088
Author :
Date :
2022-08-09T23:20:49
stdckdint: prefer to intprops when easy stdckdint.h is part of draft C23 and therefore is more likely to be familiar to programmers in the future, so prefer it to intprops.h in files that don’t need non-_WRAPV intprops.h macros. * lib/alignalloc.c, lib/backupfile.c, lib/fnmatch.c, lib/fnmatch_loop.c: * lib/group-member.c, lib/malloca.c, lib/posixtm.c, lib/reallocarray.c: * lib/xmalloc.c: For files that can use stdckdint.h just as easily as intprops.h, include the former instead of the latter, and use the former’s ckd_* macros instead of the latter’s *_WRAPV macros. * modules/alignalloc, modules/backup-rename, modules/backupfile: * modules/fnmatch, modules/group-member, modules/malloca: * modules/posixtm, modules/reallocarray: * modules/relocatable-prog-wrapper, modules/xalloc: Depend on stdckdint instead of intprops.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
Description:
Determine the name of a backup file.
Files:
lib/backup-internal.h
lib/backup-find.c
lib/backupfile.c
lib/backupfile.h
m4/backupfile.m4
Depends-on:
argmatch
attribute
basename-lgpl
c99
closedir
d-ino
fcntl-h
ialloc
memcmp
opendirat
readdir
realloc-gnu
renameatu
stdbool
stdckdint
stdint
xalloc-die
configure.ac:
gl_BACKUPFILE
Makefile.am:
lib_SOURCES += backupfile.c backup-find.c
Include:
"backupfile.h"
Link:
$(LIB_MBRTOWC)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering