Searched refs:aptr (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dmri.c191 struct section_name_struct *aptr; local
197 for (aptr = alignment; aptr; aptr = aptr->next)
198 if (strcmp (aptr->name, p->name) == 0)
199 align = aptr->align;
201 for (aptr = subalignment; aptr; aptr
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c624 char *tmp, *search = NULL, *aptr; local
631 aptr = NULL;
652 if ((aptr = malloc(offs + 1)) == NULL)
654 (void)strncpy(aptr, command, offs);
655 aptr[offs] = '\0';
666 if (ptr == NULL && aptr == NULL)
670 *result = strdup(aptr ? aptr : ptr);
671 if (aptr)
672 free(aptr);
[all...]
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_audit.c223 struct in6_addr *aptr; local
257 aptr = (struct in6_addr *)&aia.ai_termid.at_addr[0];
259 (IN6_IS_ADDR_UNSPECIFIED(aptr)) ?
/freebsd-9.3-release/contrib/binutils/include/
H A Dobstack.h382 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
385 *(const void **) __o1->next_free = (aptr); \
502 # define obstack_ptr_grow_fast(h,aptr) \
503 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr))
506 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr))
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dobstack.h382 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
385 *(const void **) __o1->next_free = (aptr); \
502 # define obstack_ptr_grow_fast(h,aptr) \
503 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr))
506 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr))
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c418 void *fr_iphmfindgroup(tptr, aptr)
419 void *tptr, *aptr;
428 addr = aptr;
445 /* aptr(I) - pointer to address information */
449 int fr_iphmfindip(tptr, ipversion, aptr)
450 void *tptr, *aptr;
461 if (tptr == NULL || aptr == NULL)
465 addr = aptr;
/freebsd-9.3-release/contrib/gdb/include/
H A Dobstack.h439 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
442 *(const void **) __o1->next_free = (aptr); \
559 # define obstack_ptr_grow_fast(h,aptr) \
560 (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr))
563 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr))
/freebsd-9.3-release/contrib/cvs/diff/
H A Dutil.c708 translate_range (file, a, b, aptr, bptr)
711 int *aptr, *bptr;
713 *aptr = translate_line_number (file, a - 1) + 1;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dobstack.h435 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr)
544 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr)
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_subr.c61 char *aptr, *bptr, *cptr; local
71 for (aptr = buf; *aptr != '\0'; aptr = bptr) {
72 bptr = aptr;
73 cptr = aptr;
/freebsd-9.3-release/contrib/diff/src/
H A Dutil.c620 long int *aptr, long int *bptr)
622 *aptr = translate_line_number (file, a - 1) + 1;
610 translate_range(struct file_data const *file, lin a, lin b, long int *aptr, long int *bptr) argument

Completed in 97 milliseconds