Home
last modified time | relevance | path

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

/stdlib/
A Dtst-canon-bz26341.c37 #ifndef PATH_MAX
38 # define PATH_MAX 1024 macro
81 const size_t syscall_usage = 1 * PATH_MAX + 1024; in do_realpath()
82 const size_t realpath_usage = 2 * PATH_MAX + 1024; in do_realpath()
83 const size_t thread_usage = 1 * PATH_MAX + 1024; in do_realpath()
A Dtest-canon.c34 #ifndef PATH_MAX
35 # define PATH_MAX 4096 macro
37 static char cwd[PATH_MAX];
124 char buf[PATH_MAX]; in do_test()
A Dcanonicalize.c164 # ifdef PATH_MAX in get_path_max()
165 long int path_max = PATH_MAX; in get_path_max()
/stdlib/bits/
A Dstdlib.h44 #if defined _LIBC_LIMITS_H_ && defined PATH_MAX in __NTH()
45 if (__glibc_unsafe_len (PATH_MAX, sizeof (char), sz)) in __NTH()

Completed in 9 milliseconds