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

/freebsd-10.1-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.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1474 int badtype; /* error on bad type */ member in struct:__anon52
1499 dnerror(llarg, args[i].badtype, "llquantize( ) "
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c11039 struct neon_type_el badtype = {NT_invtype, -1};
11055 return badtype;
11068 return badtype;
11105 return badtype;
11111 return badtype;
11166 return badtype;
11177 return badtype;
11188 return badtype;
11029 struct neon_type_el badtype = {NT_invtype, -1}; local

Completed in 96 milliseconds