Home
last modified time | relevance | path

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

/glibc-2.36/debug/
Drealpath_chk.c25 __realpath_chk (const char *buf, char *resolved, size_t resolvedlen) in __realpath_chk() argument
28 if (resolvedlen < PATH_MAX) in __realpath_chk()
37 if (resolvedlen < pathmax) in __realpath_chk()
49 if (actlen > resolvedlen) in __realpath_chk()