FS_REPARSE_TAG_STR
if (strncmp(reparse_data, FS_REPARSE_TAG_STR,
strlen(FS_REPARSE_TAG_STR))) {
s_str = reparse_data + strlen(FS_REPARSE_TAG_STR);
(void) snprintf(buf, buflen, "%s", FS_REPARSE_TAG_STR);
(strncmp(target, FS_REPARSE_TAG_STR,
strlen(FS_REPARSE_TAG_STR)) == 0)) {
rptaglen = strlen(FS_REPARSE_TAG_STR);
if (strncmp(symbuf, FS_REPARSE_TAG_STR, rptaglen) != 0)
(strncmp(target, FS_REPARSE_TAG_STR,
strlen(FS_REPARSE_TAG_STR)) == 0)) {