Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c69 #define PATH_BUF_SIZE (PATH_MAX + 1) macro
249 static char pathname[PATH_BUF_SIZE];
504 if (strlcpy(pathname, optarg, PATH_BUF_SIZE) >= PATH_BUF_SIZE) {