Searched refs:PATH_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
68 #define PATH_BUF_SIZE (PATH_MAX + 1) macro248 static char pathname[PATH_BUF_SIZE];503 if (strlcpy(pathname, optarg, PATH_BUF_SIZE) >= PATH_BUF_SIZE) {