Searched refs:path_max (Results 1 – 1 of 1) sorted by relevance
24 unsigned path_max; in xrealloc_getcwd_or_warn() local26 path_max = 128; /* 128 + 64 should be enough for 99% of cases */ in xrealloc_getcwd_or_warn()29 path_max += PATH_INCR; in xrealloc_getcwd_or_warn()30 cwd = xrealloc(cwd, path_max); in xrealloc_getcwd_or_warn()31 ret = getcwd(cwd, path_max); in xrealloc_getcwd_or_warn()