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