sl_ptr
char* sl_ptr;
sl_ptr = node->node->symlink;
if (*sl_ptr == '/') {
sl_ptr++;
while ((*sl_ptr != '/') && (*sl_ptr != '\0')) {
if (*sl_ptr == '.') {
if ((*(sl_ptr + 1) == '/') || (*(sl_ptr + 1)
sl_ptr++;
} else if(*(sl_ptr + 1) == '.') {
if ((*(sl_ptr + 2) == '/') ||
(*(sl_ptr + 2) == '\0')) {
sl_ptr += 2;
temp_cr[dir_count+2] = *sl_ptr;
sl_ptr++;
temp_cr[dir_count + 2] = *sl_ptr;
sl_ptr++;
if (*sl_ptr == '\0') {
sl_ptr++;