Home
last modified time | relevance | path

Searched refs:__realpath (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/debug/
Drealpath_chk.c31 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/
Dcanonicalize.c51 # 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/
Dstdlib.h96 extern char *__realpath (const char *__name, char *__resolved);
97 libc_hidden_proto (__realpath)
/glibc-2.36/ChangeLog.old/
DChangeLog.222476 (__realpath): Remove function.
2491 [! _LIBC](__realpath): New.
2510 [_LIBC || !FUNC_REALPATH_WORKS][__GNUC_PREREQ (10, 1)](__realpath): New.
10979 (__realpath): Modified function.
DChangeLog.85512 (__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.
DChangeLog.251708 [_LIBC || !FUNC_REALPATH_WORKS][__GNUC_PREREQ (10, 1)](__realpath): Remove.
1715 [_LIBC || !FUNC_REALPATH_WORKS](__realpath): New function.
DChangeLog.141843 * stdlib/canonicalize.c (__realpath): Simplify.
2026 * stdlib/canonicalize.c (__realpath): Remove unnecessary copy
14680 * stdlib/canonicalize.c (__realpath): Check for malloc failure.
DChangeLog.136597 * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6598 don't define static. Remove old __realpath function. TC1 of
DChangeLog.176500 * stdlib/canonicalize.c (__realpath): readlink can write too much
15094 * stdlib/canonicalize.c (__realpath): Likewise.
DChangeLog.1918425 * 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.
DChangeLog.1610455 * stdlib/canonicalize.c (__realpath): Change realpath(3) to
DChangeLog.1878826 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
/glibc-2.36/posix/
Dtst-regex.input5512 (__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.