HomeSort by: relevance | last modified time | path
    Searched defs:target_label (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
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)
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)

Completed in 22 milliseconds