Home
last modified time | relevance | path

Searched refs:SIZEABLE_PATH (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h197 # define SIZEABLE_PATH _POSIX_PATH_MAX macro
199 # define SIZEABLE_PATH 255 /* size of a large path; not a hard limit */ macro
H A Drcsfnms.c815 bufalloc(&rcsbuf, SIZEABLE_PATH + 1); in getfullRCSname()
842 bufalloc(&wdbuf, SIZEABLE_PATH + 1); in getfullRCSname()
H A Drcsedit.c1251 char *b, a[SIZEABLE_PATH];
H A DChangeLog199 * rcsbase.h (SIZEABLE_PATH):