FS_TOKEN_END_STR
if ((cp = strstr(s_str, FS_TOKEN_END_STR)) == NULL) {
cp += strlen(FS_TOKEN_END_STR);
(strlcat(buf, FS_TOKEN_END_STR, buflen) >= buflen)) {