Searched refs:PATH_MAX (Results 1 – 5 of 5) sorted by relevance
105 if (errno != EINVAL || PATH_MAX / 2 < tempbuf_len) in temp_stream()
137 relative_from = xmalloc (PATH_MAX); in convert_abs_rel()139 if (!relpath (realfrom, realdest, relative_from, PATH_MAX)) in convert_abs_rel()
37 #ifndef PATH_MAX38 # define PATH_MAX 8192 macro
89 p->n_alloc = MIN (2 * PATH_MAX, 32 * 1024); in file_name_init()
2407 more than PATH_MAX / 3 components. The df, stat and readlink programs3677 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