SIZE_OF_TMP
nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1);
nm = (char *)malloc(SIZE_OF_TMP + strlen(dep->d_name) + 1);
nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1);
nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1);
nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1);