| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | obstack.c | 55 #define POINTER void * macro 57 #define POINTER char * macro 214 POINTER (*chunkfun) (POINTER, long); 215 void (*freefun) (POINTER, POINTER); 220 POINTER arg; 347 POINTER obj; 356 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) 375 POINTER obj; 409 POINTER obj; 523 POINTER pointer; [all …]
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | obstack.c | 55 #define POINTER void * macro 187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1() 188 void (*freefun) (POINTER, POINTER), POINTER arg) in _obstack_begin_1() argument 313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() 371 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in obstack_free() 433 POINTER (obstack_base) (struct obstack *obstack) 498 POINTER (obstack_copy) (struct obstack *obstack, POINTER pointer, int length) [all …]
|
| H A D | regex.c | 1540 # define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument 1544 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | obstack.c | 55 #define POINTER void * macro 187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1() 188 void (*freefun) (POINTER, POINTER), POINTER arg) in _obstack_begin_1() argument 313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() 371 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in obstack_free() 433 POINTER (obstack_base) (struct obstack *obstack) 498 POINTER (obstack_copy) (struct obstack *obstack, POINTER pointer, int length) [all …]
|
| H A D | regex.c | 1540 # define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument 1544 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
|
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | fixup_tdescs.c | 76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 77 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct() 90 p2->t_type = POINTER; in fix_ptrptr_to_struct() 95 p1->t_type = POINTER; in fix_ptrptr_to_struct() 127 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct() 139 ptr->t_type = POINTER; in fix_ptr_to_struct()
|
| H A D | ctftools.h | 135 POINTER, enumerator
|
| H A D | dwarf.c | 179 case POINTER: in tdesc_size() 220 case POINTER: in tdesc_bitsize() 1505 if (type == POINTER) in die_through_create() 1535 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 | st_parse.c | 673 (*rtdp)->t_type = POINTER; in tdefdecl() 1191 case POINTER: in resolve_typed_bitfields_cb()
|
| H A D | ctf.c | 357 case POINTER: in write_type() 1108 tdp->t_type = POINTER; in resurrect_types()
|
| /freebsd-12.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-12.1/contrib/opie/ |
| H A D | opie_cfg.h | 173 #ifndef POINTER 174 #define POINTER unsigned char * macro
|
| /freebsd-12.1/lib/libmd/ |
| H A D | md4c.c | 35 typedef unsigned char *POINTER; typedef 134 ((POINTER)&context->buffer[idx], (CONST_POINTER)input, partLen); 147 ((POINTER)&context->buffer[idx], (CONST_POINTER)&input[i], 260 memset ((POINTER)x, 0, sizeof (x));
|
| /freebsd-12.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() 544 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-12.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-12.1/lib/libc/stdio/ |
| H A D | vfwscanf.c | 74 #define POINTER 0x10 /* p: void * (as hex) */ macro 613 flags |= POINTER | PFXOK; in __vfwscanf() 734 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-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 165 def FP : GPR<0 /* arbitrary */, "**FRAME POINTER**">; 166 def FP8 : GP8<FP, "**FRAME POINTER**">; 169 def BP : GPR<0 /* arbitrary */, "**BASE POINTER**">; 170 def BP8 : GP8<BP, "**BASE POINTER**">;
|
| /freebsd-12.1/contrib/file/python/ |
| H A D | magic.py | 59 magic_t = POINTER(magic_set)
|
| /freebsd-12.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-12.1/contrib/llvm/tools/llvm-bcanalyzer/ |
| H A D | llvm-bcanalyzer.cpp | 214 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 1955 + With options "-S -p -t" [SWITCH, POINTER, TYPE], don't emit 1963 + With option "-D" [DUP] and either options "-p -t" [POINTER, TYPE]
|