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

/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl694 my $aptr="%rsi"; # const BN_ULONG *aptr,
749 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2]
754 mov -32($aptr,$i),$a0 # a[0]
756 mov -24($aptr,$i),%rax # a[1]
758 mov -16($aptr,$i),$ai # a[2]
777 mov 8($aptr,$j),$ai # a[3]
796 mov ($aptr,
[all...]
H A Dia64-mont.pl93 rptr=r8; aptr=r9; bptr=r14; nptr=r15;
110 $ADDP aptr=0,in1
124 ldf8 alo[4]=[aptr],16 // ap[0]
127 ldf8 alo[2]=[aptr],16 // ap[2]
167 { .mfi; (p16) ldf8 alo[0]=[aptr],8 // *(aptr++)
190 sub aptr=aptr,len };; // rewind
207 add r30=8,aptr };;
208 { .mmi; ldf8 alo[4]=[aptr],1
189 sub aptr=aptr,len };; // rewind subroutine
292 sub aptr=aptr,len };; // rewind subroutine
[all...]
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c1095 /* aptr(I) - */
1103 ipf_iphmfindgroup(softc, tptr, aptr)
1105 void *tptr, *aptr;
1114 addr = aptr;
1132 /* aptr(I) - pointer to address information */
1138 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes)
1140 void *tptr, *aptr;
1149 if (tptr == NULL || aptr == NULL)
1153 addr = aptr;
/freebsd-10.0-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-10.0-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-10.0-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 189 milliseconds