Hash :
9316c713
Author :
Date :
2022-11-03T13:30:04
scratch_buffer: Rename to glibc-internal/scratch_buffer. * modules/glibc-internal/scratch_buffer: Renamed from modules/scratch_buffer. * modules/glibc-internal/scratch_buffer-tests: Renamed from modules/scratch_buffer-tests. * modules/canonicalize (Depends-on): Update. * modules/canonicalize-lgpl (Depends-on): Likewise. * modules/glob (Depends-on): Likewise.
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 47 48 49 50
Description:
Return the canonical absolute name of a given file.
Files:
lib/canonicalize.h
lib/canonicalize.c
m4/canonicalize.m4
m4/lstat.m4
Depends-on:
attribute
double-slash-root
errno
extensions
fcntl-h
file-set
filename
getcwd
hash-triple-simple
idx
intprops
memmove
mempcpy
nocrash
rawmemchr
readlink
glibc-internal/scratch_buffer
stat
stdbool
sys_stat
unistd
xalloc-die
configure.ac:
gl_FUNC_CANONICALIZE_FILENAME_MODE
gl_MODULE_INDICATOR([canonicalize])
gl_MODULE_INDICATOR_FOR_TESTS([canonicalize])
gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
Makefile.am:
lib_SOURCES += canonicalize.c
Include:
"canonicalize.h"
License:
GPL
Maintainer:
Jim Meyering