Lines Matching defs:show
58 "\t-s\tshow specified tag(s) (default show all tags)\n"
219 static void print_tags(blkid_dev dev, char *show[], int numtag, int output)
240 if (numtag && show) {
242 if (!strcmp(type, show[i]))
271 char *show[128] = { NULL, };
319 if (numtag >= sizeof(show) / sizeof(*show)) {
323 show[numtag++] = optarg;
386 print_tags(dev, show, numtag, output_format);
389 /* If we didn't specify a single device, show all available devices */
402 print_tags(dev, show, numtag, output_format);
416 print_tags(dev, show, numtag, output_format);