HomeSort by: relevance | last modified time | path
    Searched refs:SIZEABLE_PATH (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsbase.h 40 * (SIZEABLE_PATH): Don't depend on PATH_MAX: it's not worth configuring.
197 # define SIZEABLE_PATH _POSIX_PATH_MAX
199 # define SIZEABLE_PATH 255 /* size of a large path; not a hard limit */
rcsfnms.c 815 bufalloc(&rcsbuf, SIZEABLE_PATH + 1);
842 bufalloc(&wdbuf, SIZEABLE_PATH + 1);
rcsedit.c 1251 char *b, a[SIZEABLE_PATH];

Completed in 18 milliseconds