| /freebsd-13.1/contrib/opie/libopie/ |
| H A D | md4c.c | 132 memcpy((POINTER) & context->buffer[index], (POINTER) input, partLen); 143 memcpy((POINTER) & context->buffer[index], (POINTER) & input[i], inputLen - i); 168 memset((POINTER) context, 0, sizeof(*context)); 239 memset((POINTER) x, 0, sizeof(x));
|
| /freebsd-13.1/contrib/opie/ |
| H A D | opie_cfg.h | 173 #ifndef POINTER 174 #define POINTER unsigned char * macro
|
| /freebsd-13.1/lib/libmd/ |
| H A D | md4c.c | 35 typedef unsigned char *POINTER; typedef 132 ((POINTER)&context->buffer[idx], (CONST_POINTER)input, partLen); in MD4Update() 145 ((POINTER)&context->buffer[idx], (CONST_POINTER)&input[i], in MD4Update() 256 memset ((POINTER)x, 0, sizeof (x)); in MD4Transform()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_scanf.c | 62 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro 254 flags |= POINTER | PFXOK; in vsscanf() 542 if (flags & POINTER) in vsscanf()
|
| H A D | md4c.c | 35 typedef unsigned char *POINTER; typedef 252 bzero((POINTER)x, sizeof (x)); in MD4Transform()
|
| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | vfscanf.c | 38 #define POINTER 0x20 /* weird %p pointer (`fake hex') */ macro 300 flags |= POINTER | PFXOK; 632 if (flags & POINTER)
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 41 POINTER = 1 << 12, // Non-relaxable indirect load (pointer is taken) enumerator
|
| H A D | Writer.cpp | 617 if (relocAttrs.hasAttr(RelocAttrBits::POINTER) || needsBinding(sym)) in prepareSymbolRelocation()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | vfwscanf.c | 74 #define POINTER 0x10 /* p: void * (as hex) */ macro 611 flags |= POINTER | PFXOK; in __vfwscanf() 732 if (flags & POINTER) in __vfwscanf()
|
| H A D | vfscanf.c | 76 #define POINTER 0x10 /* p: void * (as hex) */ macro 618 flags |= POINTER | PFXOK; in __svfscanf() 754 if (flags & POINTER) in __svfscanf()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 15 TYPE_BIT_CODE(Pointer, POINTER, 4)
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64_32.cpp | 54 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)}, in getRelocAttrs()
|
| H A D | ARM64.cpp | 61 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)}, in getRelocAttrs()
|
| H A D | X86_64.cpp | 53 {"GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)}, in getRelocAttrs()
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctftools.h | 141 POINTER, enumerator
|
| H A D | dwarf.c | 179 case POINTER: in tdesc_size() 220 case POINTER: in tdesc_bitsize() 1513 if (type == POINTER) in die_through_create() 1543 die_through_create(dw, die, off, tdp, POINTER, "pointer"); in die_pointer_create()
|
| H A D | tdata.c | 65 case POINTER: in tdesc_layouthash()
|
| H A D | ctf.c | 354 case POINTER: in write_type() 1171 tdp->t_type = POINTER; in resurrect_types()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 209 def FP : GPR<0 /* arbitrary */, "**FRAME POINTER**">; 210 def FP8 : GP8<FP, "**FRAME POINTER**">; 213 def BP : GPR<0 /* arbitrary */, "**BASE POINTER**">; 214 def BP8 : GP8<BP, "**BASE POINTER**">;
|
| /freebsd-13.1/contrib/file/python/ |
| H A D | magic.py | 68 magic_t = POINTER(magic_set)
|
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | scic_sds_controller.c | 486 (SMU_CQGR_GEN_VAL(POINTER, 0)) in scic_sds_controller_initialize_completion_queue() 498 (SMU_CQPR_GEN_VAL(POINTER, 0)) in scic_sds_controller_initialize_completion_queue() 535 SCU_UFQGP_GEN_VAL(POINTER, 0) in scic_sds_controller_initialize_unsolicited_frame_queue() 542 frame_queue_put_value = SCU_UFQPP_GEN_VAL(POINTER, 0); in scic_sds_controller_initialize_unsolicited_frame_queue() 2505 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ; in scic_sds_controller_process_completions() 2609 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ; in scic_sds_controller_transitioned_process_completions()
|
| H A D | scu_registers.h | 210 SMU_CQGR_GEN_VAL(POINTER, value) 451 SCU_UFQGP_GEN_VALUE(POINTER, value)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 179 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 65 clock_gettime.argtypes = [ctypes.c_int, ctypes.POINTER(timespec)]
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | UnicodeData.txt | 6831 25BA;BLACK RIGHT-POINTING POINTER;So;0;ON;;;;;N;BLACK RIGHT POINTING POINTER;;;; 6832 25BB;WHITE RIGHT-POINTING POINTER;So;0;ON;;;;;N;WHITE RIGHT POINTING POINTER;;;; 6841 25C4;BLACK LEFT-POINTING POINTER;So;0;ON;;;;;N;BLACK LEFT POINTING POINTER;;;; 6842 25C5;WHITE LEFT-POINTING POINTER;So;0;ON;;;;;N;WHITE LEFT POINTING POINTER;;;;
|