Home
last modified time | relevance | path

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

/coreutils/src/
Dtemp-stream.c105 if (errno != EINVAL || PATH_MAX / 2 < tempbuf_len) in temp_stream()
Dln.c137 relative_from = xmalloc (PATH_MAX); in convert_abs_rel()
139 if (!relpath (realfrom, realdest, relative_from, PATH_MAX)) in convert_abs_rel()
Dsystem.h37 #ifndef PATH_MAX
38 # define PATH_MAX 8192 macro
Dpwd.c89 p->n_alloc = MIN (2 * PATH_MAX, 32 * 1024); in file_name_init()
/coreutils/
DNEWS2407 more than PATH_MAX / 3 components. The df, stat and readlink programs
3677 prompt about -- full DIR-relative names longer than MIN (PATH_MAX, 8192).
4956 is longer than PATH_MAX.
5195 encountered with a relative name of length PATH_MAX (often 4096) or longer.
5672 * remove portability limitations (e.g., PATH_MAX on the Hurd, fixes for