Searched refs:C_BLOCK (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/dd/ |
H A D | args.c | 139 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl() 152 if (ddflags & (C_BLOCK | C_UNBLOCK)) { in jcl() 157 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl() 164 ddflags |= C_BLOCK; in jcl() 352 { "block", C_BLOCK, C_UNBLOCK, NULL }, 372 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
|
H A D | dd.h | 71 #define C_BLOCK 0x0000000000000002ULL macro
|
H A D | dd.c | 230 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) { in setup() 405 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_in() 511 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_close()
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | storclass.h | 59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 215 ECase(C_MOE), ECase(C_REGPARM), ECase(C_FIELD), ECase(C_BLOCK), 692 case XCOFF::C_BLOCK: in GetSymbolValueName() 884 case XCOFF::C_BLOCK: in printSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFYAML.cpp | 87 ECase(C_BLOCK); in enumeration()
|