Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.c55 #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 Dobstack.c55 #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 Dregex.c1540 # 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 Dobstack.c55 #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 Dregex.c1540 # 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 Dfixup_tdescs.c76 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 Dctftools.h135 POINTER, enumerator
H A Ddwarf.c179 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 Dtdata.c65 case POINTER: in tdesc_layouthash()
H A Dst_parse.c673 (*rtdp)->t_type = POINTER; in tdefdecl()
1191 case POINTER: in resolve_typed_bitfields_cb()
H A Dctf.c357 case POINTER: in write_type()
1108 tdp->t_type = POINTER; in resurrect_types()
/freebsd-12.1/contrib/opie/libopie/
H A Dmd4c.c132 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 Dopie_cfg.h173 #ifndef POINTER
174 #define POINTER unsigned char * macro
/freebsd-12.1/lib/libmd/
H A Dmd4c.c35 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 Dsubr_scanf.c62 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro
254 flags |= POINTER | PFXOK; in vsscanf()
544 if (flags & POINTER) in vsscanf()
H A Dmd4c.c35 typedef unsigned char *POINTER; typedef
252 bzero((POINTER)x, sizeof (x)); in MD4Transform()
/freebsd-12.1/contrib/sendmail/libsm/
H A Dvfscanf.c38 #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 Dvfwscanf.c74 #define POINTER 0x10 /* p: void * (as hex) */ macro
613 flags |= POINTER | PFXOK; in __vfwscanf()
734 if (flags & POINTER) in __vfwscanf()
H A Dvfscanf.c76 #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 DPPCRegisterInfo.td165 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 Dmagic.py59 magic_t = POINTER(magic_set)
/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_sds_controller.c486 (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 Dscu_registers.h210 SMU_CQGR_GEN_VAL(POINTER, value)
451 SCU_UFQGP_GEN_VALUE(POINTER, value)
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp214 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
/freebsd-12.1/contrib/gperf/
H A DChangeLog1955 + With options "-S -p -t" [SWITCH, POINTER, TYPE], don't emit
1963 + With option "-D" [DUP] and either options "-p -t" [POINTER, TYPE]

12