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

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c2613 const char *tabletype = offset ? "extended" : "primary"; local
2619 warn("Can't read %s partition table", tabletype);
2624 "no magic in sector %"PRIdaddr, tabletype, offset);
2643 tabletype);
2646 warnx("%s bootsel information corrupt - ignoring", tabletype);
2900 const char *tabletype = GPT_TYPE(offset); local
2903 warn("Can't read %s GPT header", tabletype);
2921 tabletype, gptp->hdr_crc_self, offset, gptp->hdr_lba_alt);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c8256 const char *tabletype = "unsigned char";
8265 && tabletype[0] != 'i') /* Don't shrink it. */
8266 tabletype = "unsigned short";
8268 tabletype = "int";
8272 tabletype);
8228 const char *tabletype = "unsigned char"; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c8803 const char *tabletype = "unsigned char";
8812 && tabletype[0] != 'i') /* Don't shrink it. */
8813 tabletype = "unsigned short";
8815 tabletype = "int";
8831 tabletype);
8776 const char *tabletype = "unsigned char"; local

Completed in 99 milliseconds