Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/src/
Dlibrary.c603 BcNum *aptr, *bptr; in bcl_binary() local
684 BcNum *aptr; in bcl_sqrt() local
718 BcNum *aptr, *bptr; in bcl_divmod() local
792 BcNum *aptr, *bptr, *cptr; in bcl_modexp() local
847 BcNum *aptr, *bptr; in bcl_cmp() local
988 BcNum *aptr; in bcl_irand() local
1148 BcNum *aptr; in bcl_ifrand() local
Dlang.c72 BcAuto *aptr = bc_vec_item(&f->autos, i); in bc_func_insert() local
Dprogram.c1650 BcAuto *aptr = bc_vec_item(&f->autos, nargs - 1 - j); in bc_program_call() local
/freebsd-12-stable/contrib/openbsm/libbsm/
Dbsm_audit.c221 struct in6_addr *aptr; in au_assemble() local
/freebsd-12-stable/contrib/gcclibs/include/
Dobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
497 # define obstack_ptr_grow_fast(h,aptr) \ argument
/freebsd-12-stable/contrib/binutils/include/
Dobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
497 # define obstack_ptr_grow_fast(h,aptr) \ argument
/freebsd-12-stable/contrib/binutils/ld/
Dmri.c191 struct section_name_struct *aptr; in mri_draw_tree() local
/freebsd-12-stable/contrib/gdb/include/
Dobstack.h435 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
554 # define obstack_ptr_grow_fast(h,aptr) \ argument
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_htable.c1036 ipf_iphmfindgroup(ipf_main_softc_t *softc, void *tptr, void *aptr) in ipf_iphmfindgroup()
1069 ipf_iphmfindip(ipf_main_softc_t *softc, void *tptr, int ipversion, void *aptr, in ipf_iphmfindip()
/freebsd-12-stable/gnu/usr.bin/grep/
Dobstack.h431 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr) argument
539 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr) argument
/freebsd-12-stable/sys/geom/vinum/
Dgeom_vinum_subr.c63 char *aptr, *bptr, *cptr; in gv_parse_config() local
/freebsd-12-stable/contrib/diff/src/
Dutil.c612 long int *aptr, long int *bptr) in translate_range()
/freebsd-12-stable/contrib/libedit/
Dreadline.c673 char *tmp, *search = NULL, *aptr; in _history_expand_command() local