Searched refs:__realpath (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/debug/ |
D | realpath_chk.c | 31 return __realpath (buf, resolved); in __realpath_chk() 40 return __realpath (buf, resolved); in __realpath_chk() 45 char *res = __realpath (buf, NULL); in __realpath_chk()
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 51 # define __realpath realpath macro 426 __realpath (const char *name, char *resolved) in __realpath() function 438 libc_hidden_def (__realpath) 439 versioned_symbol (libc, __realpath, realpath, GLIBC_2_3); 454 return __realpath (name, resolved); in __old_realpath() 463 return __realpath (name, NULL); in __canonicalize_file_name()
|
/glibc-2.36/include/ |
D | stdlib.h | 96 extern char *__realpath (const char *__name, char *__resolved); 97 libc_hidden_proto (__realpath)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 2476 (__realpath): Remove function. 2491 [! _LIBC](__realpath): New. 2510 [_LIBC || !FUNC_REALPATH_WORKS][__GNUC_PREREQ (10, 1)](__realpath): New. 10979 (__realpath): Modified function.
|
D | ChangeLog.8 | 5512 (__realpath): Make real function which checks RESOLVED parameter for 5825 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath. 5832 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name 5834 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
|
D | ChangeLog.25 | 1708 [_LIBC || !FUNC_REALPATH_WORKS][__GNUC_PREREQ (10, 1)](__realpath): Remove. 1715 [_LIBC || !FUNC_REALPATH_WORKS](__realpath): New function.
|
D | ChangeLog.14 | 1843 * stdlib/canonicalize.c (__realpath): Simplify. 2026 * stdlib/canonicalize.c (__realpath): Remove unnecessary copy 14680 * stdlib/canonicalize.c (__realpath): Check for malloc failure.
|
D | ChangeLog.13 | 6597 * stdlib/canonicalize.c (canonicalize): Rename to __realpath and 6598 don't define static. Remove old __realpath function. TC1 of
|
D | ChangeLog.17 | 6500 * stdlib/canonicalize.c (__realpath): readlink can write too much 15094 * stdlib/canonicalize.c (__realpath): Likewise.
|
D | ChangeLog.19 | 18425 * stdlib/canonicalize.c (__realpath): Fix overflow in path length 20085 * stdlib/canonicalize.c (__realpath): Call __pathconf instead of 33169 (__realpath): Add libc_hidden_proto. 33175 * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
|
D | ChangeLog.16 | 10455 * stdlib/canonicalize.c (__realpath): Change realpath(3) to
|
D | ChangeLog.18 | 78826 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
|
/glibc-2.36/posix/ |
D | tst-regex.input | 5512 (__realpath): Make real function which checks RESOLVED parameter for 5825 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath. 5832 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name 5834 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
|