Home
last modified time | relevance | path

Searched refs:aptr (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/binutils-2.34/ld/
H A Dmri.c195 struct section_name_struct *aptr; in mri_draw_tree() local
201 for (aptr = alignment; aptr; aptr = aptr->next) in mri_draw_tree()
202 if (strcmp (aptr->name, p->name) == 0) in mri_draw_tree()
203 align = aptr->align; in mri_draw_tree()
205 for (aptr = subalignment; aptr; aptr = aptr->next) in mri_draw_tree()
206 if (strcmp (aptr->name, p->name) == 0) in mri_draw_tree()
207 subalign = aptr->subalign; in mri_draw_tree()
225 for (aptr = alias; aptr; aptr = aptr->next) in mri_draw_tree()
226 if (strcmp (aptr->alias, p->name) == 0) in mri_draw_tree()
230 tmp->spec.name = aptr->name; in mri_draw_tree()
/dragonfly/contrib/binutils-2.27/ld/
H A Dmri.c193 struct section_name_struct *aptr; in mri_draw_tree() local
199 for (aptr = alignment; aptr; aptr = aptr->next) in mri_draw_tree()
200 if (strcmp (aptr->name, p->name) == 0) in mri_draw_tree()
201 align = aptr->align; in mri_draw_tree()
203 for (aptr = subalignment; aptr; aptr = aptr->next) in mri_draw_tree()
204 if (strcmp (aptr->name, p->name) == 0) in mri_draw_tree()
205 subalign = aptr->subalign; in mri_draw_tree()
223 for (aptr = alias; aptr; aptr = aptr->next) in mri_draw_tree()
224 if (strcmp (aptr->alias, p->name) == 0) in mri_draw_tree()
228 tmp->spec.name = aptr->name; in mri_draw_tree()
/dragonfly/contrib/libedit/src/
H A Dreadline.c797 char *aptr; in replace() local
800 aptr = strdup(aptr + 1); // XXX: check in replace()
802 *tmp = aptr; in replace()
826 aptr = NULL; in _history_expand_command()
847 if ((aptr = el_calloc(offs + 1, sizeof(*aptr))) in _history_expand_command()
866 *result = strdup(aptr ? aptr : ptr); in _history_expand_command()
867 if (aptr) in _history_expand_command()
911 tmp = history_arg_extract(start, end, aptr? aptr:ptr); in _history_expand_command()
915 if (aptr) in _history_expand_command()
920 tmp = strdup(aptr? aptr:ptr); in _history_expand_command()
[all …]
/dragonfly/contrib/gcc-4.7/include/
H A Dobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
381 *(const void **) __o1->next_free = (aptr); \
497 # define obstack_ptr_grow_fast(h,aptr) \ argument
498 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr))
501 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr))
/dragonfly/contrib/gdb-7/include/
H A Dobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
381 *(const void **) __o1->next_free = (aptr); \
497 # define obstack_ptr_grow_fast(h,aptr) \ argument
498 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr))
501 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr))
/dragonfly/contrib/binutils-2.27/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
363 *(const void **) __p1 = (aptr); \
485 # define obstack_ptr_grow_fast(h, aptr) \ argument
486 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr), \
/dragonfly/contrib/grep/lib/
H A Dobstack.h370 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
374 *(const void **) __p1 = (aptr); \
496 # define obstack_ptr_grow_fast(h, aptr) \ argument
497 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr), \
/dragonfly/contrib/binutils-2.34/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
363 *(const void **) __p1 = (aptr); \
485 # define obstack_ptr_grow_fast(h, aptr) \ argument
486 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr), \
/dragonfly/contrib/gcc-8.0/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
363 *(const void **) __p1 = (aptr); \
485 # define obstack_ptr_grow_fast(h, aptr) \ argument
486 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr), \
/dragonfly/contrib/cvs-1.12/diff/
H A Dutil.c700 translate_range (file, a, b, aptr, bptr) in translate_range() argument
703 int *aptr, *bptr;
705 *aptr = translate_line_number (file, a - 1) + 1;
/dragonfly/contrib/diffutils/src/
H A Dutil.c1409 printint *aptr, printint *bptr) in translate_range() argument
1411 *aptr = translate_line_number (file, a - 1) + 1; in translate_range()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-data-refs.c3454 tree aptr; in vect_create_data_ref_ptr() local
3644 aptr = aggr_ptr_init; in vect_create_data_ref_ptr()
3674 aptr = indx_before_incr; in vect_create_data_ref_ptr()
3678 return aptr; in vect_create_data_ref_ptr()
3689 create_iv (aptr, fold_convert (aggr_ptr_type, DR_STEP (dr)), aggr_ptr, in vect_create_data_ref_ptr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-data-refs.c4761 tree aptr; in vect_create_data_ref_ptr() local
4908 aptr = aggr_ptr_init; in vect_create_data_ref_ptr()
4941 aptr = indx_before_incr; in vect_create_data_ref_ptr()
4945 return aptr; in vect_create_data_ref_ptr()
4956 create_iv (aptr, fold_convert (aggr_ptr_type, DR_STEP (dr)), aggr_ptr, in vect_create_data_ref_ptr()