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

/freebsd-9.3-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-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1453 int badtype; /* error on bad type */ member in struct:__anon53
1478 dnerror(llarg, args[i].badtype, "llquantize( ) "
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10975 struct neon_type_el badtype = {NT_invtype, -1};
10991 return badtype;
11004 return badtype;
11041 return badtype;
11047 return badtype;
11102 return badtype;
11113 return badtype;
11124 return badtype;
10965 struct neon_type_el badtype = {NT_invtype, -1}; local
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c495 isc_result_t reason, badnstype_t badtype);
2329 badnstype_t badtype)
2344 switch (badtype) {
2328 add_bad(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, isc_result_t reason, badnstype_t badtype) argument

Completed in 317 milliseconds