Searched refs:new_UUID (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c50 static char * new_label, *new_last_mounted, *new_UUID; variable
542 new_UUID = optarg;
713 if ((strcasecmp(new_UUID, "null") == 0) ||
714 (strcasecmp(new_UUID, "clear") == 0)) {
716 } else if (strcasecmp(new_UUID, "time") == 0) {
718 } else if (strcasecmp(new_UUID, "random") == 0) {
720 } else if (uuid_parse(new_UUID, sb->s_uuid)) {

Completed in 83 milliseconds