hammer2.c | 418 char *dup = NULL, *target_label = NULL, *p, *volpath, *rootvolpath; local in function:__fsvtyp_hammer2 429 target_label = p; 495 if (target_label) { 496 size_t siz = strlen(volpath) + strlen(target_label) + 2; 498 snprintf(p, siz, "%s@%s", volpath, target_label); 502 if (target_label)
|