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

/freebsd-10.0-release/usr.bin/fstat/
H A Dfstat.c485 const char *badtype; local
488 badtype = NULL;
491 badtype = errbuf;
493 badtype = "bad";
495 badtype = "none";
496 if (badtype != NULL) {
497 printf(" - - %10s -", badtype);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1453 int badtype; /* error on bad type */ member in struct:__anon52
1478 dnerror(llarg, args[i].badtype, "llquantize( ) "
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c11037 struct neon_type_el badtype = {NT_invtype, -1};
11053 return badtype;
11066 return badtype;
11103 return badtype;
11109 return badtype;
11164 return badtype;
11175 return badtype;
11186 return badtype;
11027 struct neon_type_el badtype = {NT_invtype, -1}; local

Completed in 195 milliseconds