PATH_BUF_SIZE
static char pathname[PATH_BUF_SIZE];
if (strlcpy(pathname, optarg, PATH_BUF_SIZE) >= PATH_BUF_SIZE) {