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

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h37 * (SIZEABLE_PATH): Don't depend on PATH_MAX: it's not worth configuring.
194 # define SIZEABLE_PATH _POSIX_PATH_MAX macro
196 # define SIZEABLE_PATH 255 /* size of a large path; not a hard limit */ macro
H A Drcsfnms.c807 bufalloc(&rcsbuf, SIZEABLE_PATH + 1);
834 bufalloc(&wdbuf, SIZEABLE_PATH + 1);
H A Drcsedit.c1249 char *b, a[SIZEABLE_PATH];

Completed in 66 milliseconds