Searched refs:path_max (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/intl/
H A Ddcigettext.c533 size_t path_max; local
536 path_max = (unsigned int) PATH_MAX;
537 path_max += 2; /* The getcwd docs say to do this. */
541 dirname = (char *) alloca (path_max + dirname_len);
545 ret = getcwd (dirname, path_max);
549 path_max += path_max / 2;
550 path_max += PATH_INCR;

Completed in 24 milliseconds