Searched refs:C_BLOCK (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dstorclass.h59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/freebsd-13-stable/bin/dd/
H A Dargs.c147 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
160 if (ddflags & (C_BLOCK | C_UNBLOCK)) {
165 cfunc = ddflags & C_BLOCK ? block : unblock;
172 ddflags |= C_BLOCK;
360 { "block", C_BLOCK, C_UNBLOCK, NULL },
380 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.h74 #define C_BLOCK 0x0000000000000002ULL macro
H A Ddd.c235 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) {
410 else if (ddflags & (C_BLOCK | C_UNBLOCK))
514 else if (ddflags & (C_BLOCK | C_UNBLOCK))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp48 ECase(C_BLOCK);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp248 ECase(C_MOE), ECase(C_REGPARM), ECase(C_FIELD), ECase(C_BLOCK),
270 case XCOFF::C_BLOCK:
394 case XCOFF::C_BLOCK:

Completed in 110 milliseconds