FS_TOKEN_START_STR
if (strncmp(s_str, FS_TOKEN_START_STR,
strlen(FS_TOKEN_START_STR))) {
s_str += strlen(FS_TOKEN_START_STR);
if ((strlcat(buf, FS_TOKEN_START_STR, buflen) >= buflen) ||