Searched refs:badtype (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/fstat/ |
| H A D | fstat.c | 573 const char *badtype; in print_vnode_info() local 576 badtype = NULL; in print_vnode_info() 579 badtype = errbuf; in print_vnode_info() 581 badtype = "bad"; in print_vnode_info() 583 badtype = "none"; in print_vnode_info() 584 if (badtype != NULL) { in print_vnode_info() 585 printf(" - - %10s -", badtype); in print_vnode_info()
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/bitfields/ |
| H A D | Makefile | 13 err.D_DECL_BFTYPE.badtype.d \
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/offsetof/ |
| H A D | Makefile | 9 err.D_OFFSETOF_TYPE.badtype.d \
|
| /freebsd/crypto/openssl/test/ |
| H A D | endecode_test.c | 296 const char *badtype; in decode_EVP_PKEY_prov() local 299 badtype = "PEM"; in decode_EVP_PKEY_prov() 301 badtype = "DER"; in decode_EVP_PKEY_prov() 315 : ((i == 1) ? NULL : badtype); in decode_EVP_PKEY_prov()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_cc.c | 1431 int badtype; /* error on bad type */ in dt_compile_agg() member 1456 dnerror(llarg, args[i].badtype, "llquantize( ) " in dt_compile_agg()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 6943 static void JimSetFailedEnumResult(Jim_Interp *interp, const char *arg, const char *badtype, 21324 static void JimSetFailedEnumResult(Jim_Interp *interp, const char *arg, const char *badtype, in JimSetFailedEnumResult() argument 21334 Jim_SetResultFormatted(interp, "%s%s \"%s\": must be ", badtype, name, arg); in JimSetFailedEnumResult()
|